Search found 51 matches: fires

Return to advanced search

Click and run a UNC from an e-mail

... back to the requester via a silent e-mail with the approval. Appreciate the help .. again .. I just need a way to run a unc\\ from an e-mail that fires off the Requester application. Thanks Rick Lipkin
by Rick Lipkin
Thu Dec 26, 2019 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Click and run a UNC from an e-mail
Replies: 0
Views: 335

Re: MariaDB RS AppendBlank

... this open for some time.. for a while, I will test based on your directions how to avoid the issue (fields getting cleared) when trigger/procedure fires up. I will also check oRS:field => oRec:field while editing on screen. Thanks much as always you are very helpful to MariaDB newbies like me. ...
by fraxzi
Wed Sep 12, 2018 3:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB RS AppendBlank (SOLVED)
Replies: 12
Views: 1660

MariaDB RS AppendBlank (SOLVED)

... procedure to check data lenght/data validity of user input, this is working fine. 2. When user encodes data to oRs:field (under appendblank) and fires oRs:Save()... then trigger captures and send message about the insufficient field length.. 3. then the oRs:fields are cleared or the oRs:Appendblank() ...
by fraxzi
Fri Sep 07, 2018 3:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB RS AppendBlank (SOLVED)
Replies: 12
Views: 1660

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

... the fields have a when and valid clause .. http://i67.tinypic.com/2z8d8xx.jpg 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 ...
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: Skinbuttons in Win8 not activ!?

Antonio,
if I close a child-dialog from parent-dialog with a button-action oDialog_child:end() this "oDialog_child" are closed but the button fires on some cases double and a error-message appears. (oDialog_child is in the meanwhile NIL and cannot ended)
by byte-one
Mon Mar 04, 2013 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Skinbuttons in Win8 not activ!?
Replies: 13
Views: 1609

Re: xbrowse

Colin You had asked if the is a pre and a post edit in xBrowse and there is .. the onPreEdit fires once the cell has been activated and the onPostEdit fires as the last event when you leave the cell. Here is a snipit of code I use in an invoicing xBrowse app. Rick Lipkin ...
by Rick Lipkin
Mon Jul 23, 2012 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse
Replies: 3
Views: 787

Re: Passing variables by reference in nested functions

... stack or the instance in which they were initialized. This does not seem to be so. If I open two instances of the same module when the _Recalc fires, it updates the second instance with the updated values.. which was VERY unexpected... so that is why I have to keep all my variables local in ...
by Rick Lipkin
Fri May 25, 2012 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Passing variables by reference in nested functions
Replies: 12
Views: 3528

Re: Edit long field in xBrowse

... is to pass the keystroke __Keyboard( Chr( VK_HOME )) to move the cursor to the beginning of the text. I found a bOnPostEdit code block but that fires after you hit Enter a second time .. Is there a PrePostEdit block ?? or another way I can move the cursor once you enter a field? Thanks Rick ...
by Rick Lipkin
Mon Apr 09, 2012 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Edit long field in xBrowse
Replies: 10
Views: 2909

Re: Cancel on Valid

...      ACTION ( lOK := .F., oBUTT2:lCancel := .t., oREQ:END() )  I inserted your suggestion but the valid still fires if the cursor is in the Customer last name field ?? REDEFINE GET oClname        VAR cClname        ID ...
by Rick Lipkin
Thu Dec 08, 2011 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cancel on Valid
Replies: 6
Views: 976

Cancel on Valid

... oDLG,oLBX, oRsCust, cSQL, oERR, oColLOCAL oBTN1,oBTN2,oBTN3,lOK,oBrushmsginfo( lclose )  As you can see from the screen shot .. the valid fires before the lclose variable is initialized and I can not seem to trap the event and return(.t.) from the valid .. Thanks Rick Lipkin http://img830.imageshack.us/img830/1015/validg.jpg
by Rick Lipkin
Thu Dec 08, 2011 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cancel on Valid
Replies: 6
Views: 976

Re: Syntactical compiler error

... However .. if I remove the parenthesis :Click() to :Click .. your solution works and the method fires properly without the parenthesis !! Rick Lipkin
by Rick Lipkin
Sat Jul 30, 2011 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Syntactical compiler error
Replies: 16
Views: 5889

Re: Problems with skinbuttons (Antonio)

The action of button fires sometime 2x! Antonio, now i can you send the point of error seen on the errorlog: .\source\internal\SKINS.PRG => FWSKINBTNLBUTTONDOWN(223) The error are only shown on some (slower?) XP machines!? If you ...
by byte-one
Mon Oct 11, 2010 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Urgent! Problems with skinbuttons (Antonio)
Replies: 19
Views: 4117

New FTDN January/Enero 2010 (10.1)

... properly placed on XP. This was working fine on Windows 7 but failed on XP. Now it is ok. * Fix: Class TMultiGet Method KeyChar(), VK_RETURN key fires ON CHANGE event now. * Fix: Class TScrollBar Methods PageUp() and PageDown(), SetPos() is now called before the evaluation of the codeblocks bPageUp ...
by Antonio Linares
Tue Jan 26, 2010 1:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2010 (10.1)
Replies: 0
Views: 1624

Re: RADIO "ON CHANGE" FIRES WHEN DIALOG UPDATED (WAS PAINTED)

Andy, James,

Got it :-)

Already implemented as proposed for next FWH 9.10 build :-)

Thanks!
by Antonio Linares
Thu Oct 15, 2009 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RADIO "ON CHANGE" FIRES WHEN DIALOG UPDATED (WAS PAINTED)
Replies: 7
Views: 1101

Re: RADIO BUTTON "ON CHANGE" FIRES WHEN DIALOG IS PAINTED

Andy,

>why does the bChange block execute *at all* during dialog updates or refreshes *if* the value is unchanged.

This does seem like a valid point and it also seems you have found a good solution.

Antonio,

Do you see any problems with his proposed change?

James
by James Bott
Thu Oct 15, 2009 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RADIO "ON CHANGE" FIRES WHEN DIALOG UPDATED (WAS PAINTED)
Replies: 7
Views: 1101
Next

Return to advanced search