Dear All,
I use xHarbour 1.2.1 (FW), FWH 9.07.
I use GET ACTION VALID. When I click on button the valid will ignore (pass oGet1 even cVar is empty). If I use enter key valid is working fine.
Example
=======
Thanks for any help and comment.
Dutch
I use xHarbour 1.2.1 (FW), FWH 9.07.
I use GET ACTION VALID. When I click on button the valid will ignore (pass oGet1 even cVar is empty). If I use enter key valid is working fine.
Example
=======
#Include "FiveWin.Ch"
Function Main()
Local oDlg
Local oGet1, oGet2
local cVar := space( 10 )
local cVar2 := space(10)
DEFINE DIALOG oDlg from 0,0 to 400,400 pixel
@ 15,15 get oGet1 var cVar picture "@!" bitmap "..\bitmaps\chkyes.bmp" action( msginfo( "action" ) );
size 120,12 of oDlg pixel ;
valid !empty(cVar)
@ 45,15 get oGet2 var cVar2 picture "@!" pixel of odlg size 100,12
ACTIVATE DIALOG oDlg
return nilThanks for any help and comment.
Dutch
Regards,
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)