Search found 40 matches: firing

Return to advanced search

Re: Printing double sided

Got it! thanks Enrico. My brain cells were not all firing I guess.
by dtussman
Tue Oct 04, 2022 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1251

Re: Problem with TMPICKER not firing :bChange

Thanks Mr. Rao! :wink:
by fraxzi
Fri Jun 29, 2018 12:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TMPICKER not firing :bChange
Replies: 2
Views: 634

Re: Problem with TMPICKER not firing :bChange

bChange of TimePicker is not working now.
This will work in next release 18.05
by nageswaragunupudi
Thu Jun 28, 2018 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TMPICKER not firing :bChange
Replies: 2
Views: 634

Problem with TMPICKER not firing :bChange

HI All, Anyone experience this? .PRG FUNCTION uIssues() LOCAL oDlg,;       oFld LOCAL aVar := { cToD(''),;                 cToT('') }       aGet := Array( Len(aVar...
by fraxzi
Thu Jun 28, 2018 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TMPICKER not firing :bChange
Replies: 2
Views: 634

Re: How to keep a valid from firing when you select a new radio

Rick,

Maybe the solution is to use just the VALID of the dialog only
by Antonio Linares
Sat Apr 28, 2018 6:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to keep a valid from firing when you select a new radio
Replies: 3
Views: 875

Re: How to keep a valid from firing when you select a new radio

... so I rem'd out ( oL:Setfocus() ) so the Get field is not in focus .. that allowed me to be able to traverse the radio buttons without the valids firing .. However, I wanted to automatically set the get in focus during the ON radio change .. to keep the user from hitting TAB .. but once the get ...
by Rick Lipkin
Fri Apr 27, 2018 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to keep a valid from firing when you select a new radio
Replies: 3
Views: 875

Re: How to keep a valid from firing when you select a new radio

Rick,

you can add

nRad = 1 .AND. ...
nRad = 2 .AND. ...

and so on to the VALID of the corrispondent GET.

EMG
by Enrico Maria Giordano
Fri Apr 27, 2018 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to keep a valid from firing when you select a new radio
Replies: 3
Views: 875

How to keep a valid from firing when you select a new radio

... when I move the radio button from 1 to 2 the valid fires from the first radio button ... how do I keep the valid from firing when I move the cursor to a different radio button .. I only want the valid to fire when the cursor is in the entry field and the <enter> ...
by Rick Lipkin
Fri Apr 27, 2018 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to keep a valid from firing when you select a new radio
Replies: 3
Views: 875

Re: Test for Vertical Scroll hits EOF xBrowse ( rao )

Rao

I have been trying to create a variable that passes to AddNewRow() and I can trap the increment .. however the oLbxB:bPastEof code block keeps firing in a non modal mode ...

Any help would be appreciated.

Rick Lipkin
by Rick Lipkin
Thu Feb 08, 2018 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test for Vertical Scroll hits EOF xBrowse ( rao )
Replies: 14
Views: 6009

Re: Problem with Escape key and dialog on MDI child

... will keep ESC from closing and leaving the mdi frame visible .. I add VALID(!GETKEYSTATE( 27 ))  On the dialog to keep ESC from firing .. Rick Lipkin
by Rick Lipkin
Tue Sep 19, 2017 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Escape key and dialog on MDI child
Replies: 8
Views: 1202

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

xBrowse's bEditBlock

... the edit field to enter edit state after :bEditBlock has been evaluated? The idea is to force user to press Enter/Tab to go to the next field thus firing :bEditValid
by hua
Thu Oct 01, 2015 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse's bEditBlock
Replies: 0
Views: 448

Re: FYI Tablet App

... What I did is to put a sysrefresh() inside the function. It seems to me that I get slightly better results. But I think a timer would be best. Firing oDlg:bLButtonUp and oDlg:bLClicked . Best regards, Otto static function DoDraw( hDc, x, y, lPaint, lReset, oPen ) if ! lPaint .or. ( lReset != ...
by Otto
Wed May 13, 2015 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FYI Tablet App
Replies: 14
Views: 4982

Re: Valid firing twice

Colin,

The VALID code execution is related to the lost of focus sequence, thats why we have to be carefull not to interfere in the process.

Using oJump we wait until the loosing/ganning focus secuence is complete.
by Antonio Linares
Mon Nov 03, 2014 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid firing twice
Replies: 5
Views: 1106

Re: Valid firing twice

Thanks Antonio

I tried setting focus to a button on the buttonbar and this seemed to fix the issue - I will try the code you suggested.


Cheers

Colin
by Colin Haig
Mon Nov 03, 2014 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid firing twice
Replies: 5
Views: 1106
Next

Return to advanced search