Search found 119 matches: ojump

Return to advanced search

Re: TGET behavior (Antonio)

Günther I deleted my post after re-reading your initial post about oBtn ... here is the code I deleted that pertained to the oJump method .. REDEFINE GET oPosition  VAR cPosition  ID 142 of oGrps PICTURE "@!" BITMAP "find";      ACTION ( ...
by Rick Lipkin
Mon Jan 14, 2019 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGET behavior (Antonio)
Replies: 7
Views: 1284

Re: oJump for Antonio

Günther I deleted my post after re-reading your initial post about oBtn ... here is the code I deleted that pertained to the oJump method .. REDEFINE GET oPosition  VAR cPosition  ID 142 of oGrps PICTURE "@!" BITMAP "find";      ACTION ( _PosGet( cMode,@cPosition,oPosition,oPositionAbbr,@cPositionAbbr,"BUTTON",;  ...
by Rick Lipkin
Mon Jan 14, 2019 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oJump for Antonio
Replies: 1
Views: 552

oJump for Antonio

Antonio, you set oJump after one navigation to this control to NIL, but if going again to the same control now the oJump is no further functioning as it is NIL!? METHOD ForWhen() CLASS TControl……...   // keyboard navigation  ...
by byte-one
Mon Jan 14, 2019 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oJump for Antonio
Replies: 1
Views: 552

Re: TGET behavior (Antonio)

Adapted code to respect oJump if present. if !::lKeepFocus        ::oBtn:bAction := {|| Eval( oThis:bAction, oThis ),oThis:refresh(),if(valtype(::bValid) == "B",;    //if bvalid is "B"  ...
by byte-one
Mon Jan 14, 2019 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGET behavior (Antonio)
Replies: 7
Views: 1284

Re: Button Action Code oGet:SetFocus NOT working

shri_fwh wrote:Dear Sir ,

It is working below code ...!

aoBtn[1]:oJump := aoGET[ 1 ]


Right, I forgot oJump.

EMG
by Enrico Maria Giordano
Sun Sep 30, 2018 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button Action Code oGet:SetFocus NOT working
Replies: 3
Views: 508

Re: Button Action Code oGet:SetFocus NOT working

Dear Sir , It is working below code ...! aoBtn[1]:oJump := aoGET[ 1 ]  aoBtn[1]:bAction := < ||                                        ...
by shri_fwh
Sun Sep 30, 2018 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button Action Code oGet:SetFocus NOT working
Replies: 3
Views: 508

Re: Setfocus problem

Peter,

Please try with:

oGetEmploy:oJump := oGetPass
by Antonio Linares
Thu Apr 26, 2018 5:29 pm
 
Forum: FiveWin for Pocket PC
Topic: Setfocus problem
Replies: 10
Views: 3445

Re: Working with barcode

Maybe add oBC1:oJump := oBC1 to valid     REDEFINE GET oBC1 VAR cBarCode  ID 200 OF oBCdlg1 UPDATE ;        VALID ( AADD( aBrowseCodes, cBarCode),;        oLbc1:update(),;  ...
by Gale FORd
Wed Feb 14, 2018 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working with barcode
Replies: 9
Views: 2266

combo problem

... I tried also with @ 80, 75 COMBOBOX aGet[6] VAR cpermesso ITEMS aTipo OF oDlg SIZE 50, 12 PIXEL FONT oFont ; ON CHANGE (iif(aGet[6]:nat=1, aGet[6]:oJump := aGet[7], aGet[6]:oJump := aGet[8] ) )
by Silvio.Falconi
Fri Sep 22, 2017 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combo problem
Replies: 6
Views: 1283

Re: Valid, oJump and close

In fact is better than that. You can control what to disable and what to enable using oBtn:lFocused as flag.

EMG
by Enrico Maria Giordano
Sat Oct 01, 2016 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid, oJump and close
Replies: 8
Views: 1354

Re: Valid, oJump and close

Clever. That effectively disables the valid clause from the one get without disabling all the others. Wish I had known that years ago
by dtussman
Sat Oct 01, 2016 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid, oJump and close
Replies: 8
Views: 1354

Re: Valid, oJump and close

Thank you. No, it's not the solution I needed. I already found the proper one. Please look at the sample in my previous message.

EMG
by Enrico Maria Giordano
Sat Oct 01, 2016 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid, oJump and close
Replies: 8
Views: 1354

Re: Valid, oJump and close

Enrico

Add this line after your close button .. it will keep any valids from firing .. hope that is the solution you are looking for ..

Rick Lipkin
Code: Select all  Expand view

oBtn2:lCancel := .t.
 
by Rick Lipkin
Sat Oct 01, 2016 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid, oJump and close
Replies: 8
Views: 1354

Re: Valid, oJump and close

...          SIZE 100, 13;           VALID ( IF( nVar2 = 0 .AND. !oBtn1:lFocused, oGet2:oJump := oGet4, ), .T. )    @ 5, 1 GET nVar3;           SIZE 100, 13    @ 7, 1 GET oGet4 VAR ...
by Enrico Maria Giordano
Sat Oct 01, 2016 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid, oJump and close
Replies: 8
Views: 1354

Re: Valid, oJump and close

Thank you, but the valid is disable with both suggestions. :-(

EMG
by Enrico Maria Giordano
Sat Oct 01, 2016 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid, oJump and close
Replies: 8
Views: 1354
Next

Return to advanced search