Using fwh8.10 , i have problems with next :
- Code: Select all Expand view
....
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