FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour get : Valid clausule not executed
Posts: 167
Joined: Thu Mar 22, 2007 11:24 AM

get : Valid clausule not executed

Posted: Wed Dec 17, 2008 03:22 PM
Hello,

Using fwh8.10 , i have problems with next :

....
REDEFINE GET oGet[1] cVal1 VALID .F.
REDEFINE GET oGet[2] cVal2 ACTION msginfo("ok")
....


When oGet[1] has focus we can use the mouse and click on the baction bitmap from oget[2] WITHOUT the valid clausule is executed.

Enter , tab or trying to move to the inputfield from oGet[2] with the mouse works

Frank
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

get : Valid clausule not executed

Posted: Fri Dec 19, 2008 02:26 PM
Frank,

Please try this:
.... 
REDEFINE GET oGet[1] cVal1 VALID .F. 
REDEFINE GET oGet[2] cVal2 ACTION msginfo("ok") 
oGet[2]:oBtn:lCancel := .F.
....
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion