Search found 33 matches: lchanged

Return to advanced search

Re: check on get

I tested with this program and oGet:lChanged is working well. #include "fivewin.ch"function Main()   local oDlg, oFont, oGet1, oGet2, oGet3, oBtn   local cVar1 := PadR( "ABC", 20 )   local cVar2 := PadR( ...
by Silvio.Falconi
Sat Dec 02, 2023 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3972

Re: check on get

I tested with this program and oGet:lChanged is working well. #include "fivewin.ch"function Main()   local oDlg, oFont, oGet1, oGet2, oGet3, oBtn   local cVar1 := PadR( "ABC", 20 )  ...
by nageswaragunupudi
Sat Dec 02, 2023 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3972

Re: check on get

I tried to found the result of oGet:lchanged and give me no exist Code: Error occurred at: 27-11-2023, 11:06:45 Error description: Error BASE/1004 Metodo non disponibile: LCHANGED Args: [ 1] = U This error means that oGet is NIL Nages, I tried ...
by Silvio.Falconi
Thu Nov 30, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3972

Re: check on get

//aGet lAsk:= Aeval( aGet, { | o | o:lChanged } ) or Aeval( aGet, { | o | if(o:lChanged,lAsk := .t.,.f.) } ) give me error Error description: Error BASE/1004 No exported method: LCHANGED Args: [ 1] = U Stack Calls =========== Called from: => ...
by Silvio.Falconi
Thu Nov 30, 2023 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3972

Re: check on get

nageswaragunupudi wrote:
I tried to found the result of oGet:lchanged and give me no exist

Code:
Error occurred at: 27-11-2023, 11:06:45
Error description: Error BASE/1004 Metodo non disponibile: LCHANGED
Args:
[ 1] = U

This error means that oGet is NIL


Can you make a sample with lChanged pls ?
by Silvio.Falconi
Mon Nov 27, 2023 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3972

Re: check on get

I tried to found the result of oGet:lchanged and give me no exist

Code:
Error occurred at: 27-11-2023, 11:06:45
Error description: Error BASE/1004 Metodo non disponibile: LCHANGED
Args:
[ 1] = U

This error means that oGet is NIL
by nageswaragunupudi
Mon Nov 27, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3972

Re: check on get

FWH provides a way for the last many years. if oGet:lChanged is true, the value is edited and modified. We can also check the original value with oGet:uOriginalValue. Nages, I not understood I tried to found the result of oGet:lchanged and give me ...
by Silvio.Falconi
Mon Nov 27, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3972

Re: check on get

FWH provides a way for the last many years. if oGet:lChanged is true, the value is edited and modified. We can also check the original value with oGet:uOriginalValue. Mister Rao: https://forums.fivetechsupport.com/viewtopic.php?f=3&t=36677&p=218742&hilit=oGet%3AuOriginalValue&sid=07c886246d7ffe73fed662e55bd3cb86&sid=c321ec65cbe0a0b68df11d3cba5138d3#p218742 ...
by karinha
Sat Nov 25, 2023 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3972

Re: check on get

FWH provides a way for the last many years.

if oGet:lChanged is true, the value is edited and modified.
We can also check the original value with oGet:uOriginalValue.
by nageswaragunupudi
Fri Nov 24, 2023 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3972

Re: oGet:lchanged not functioning correct

Rao, but what the sin from knowing the value of the control at create-time? The interest is the change .t. or .f. !
If you make the ::lchanged not PROTECTED we can use it as programmer.
Or is there another method to determine a get is edited or not?
by byte-one
Sat Jan 26, 2019 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oGet:lchanged not functioning correct
Replies: 2
Views: 569

Re: oGet:lchanged not functioning correct

... not be changed every time the user edits. uOriginalValue is the value at the time the Get is created and will remain the same till the Get ends. lChanged is .T. if the present value is different from the value when the Get is created. This is the intended and desirable behavior.
by nageswaragunupudi
Sat Jan 26, 2019 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oGet:lchanged not functioning correct
Replies: 2
Views: 569

oGet:lchanged not functioning correct

If i am using oGet:lchanged this is only functioning on first edit. After editing a second,... one the lChanged is always .T. also when i not change the value! It sems ::uOriginalValue are not updated to the new value after editing.
by byte-one
Sat Jan 26, 2019 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oGet:lchanged not functioning correct
Replies: 2
Views: 569

Re: New FTDN June/Junio 2018 (FWH 18.06)

... y crea una nueva tabla en caso contrario. Algunas correcciones menores. - Nuevo método en FWMariaRowSet: NetChanged([nRec], [@lDeleted]) -> lChanged Comprueba si el registro nRec (registro actual predeterminado) es cambiado por otro usuario de la red después de leer y también actualiza el ...
by Antonio Linares
Mon Sep 03, 2018 11:04 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2018 (FWH 18.06)
Replies: 1
Views: 1960

New FTDN June/Junio 2018 (FWH 18.06)

... table if exists and creates new table otherwise. Some minor fixes. - New method in FWMariaRowSet: NetChanged( [nRec], [@lDeleted] ) --> lChanged Checks if the record nRec (default current record) is changed by another user on the network after read and also refreshes the record with ...
by Antonio Linares
Sat Sep 01, 2018 8:33 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2018 (FWH 18.06)
Replies: 1
Views: 1960

Re: Como saber si se cambio un dato de un dialogo con 50 Vars

lChanged for all controls including Gets is provided in FWH18.06 to be released soon.
by nageswaragunupudi
Fri Aug 24, 2018 6:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como saber si se cambio un dato de un dialogo con 50 Vars
Replies: 6
Views: 1332
Next

Return to advanced search