Re: Harbour MiniGUI 2.7.1
Posted: Wed Apr 01, 2009 12:51 pm
It's appear to be ok.gfilatov wrote: I've adde the following verify condition in the function:Code: Select all
... CASE 'C' ControlName := Iif( _IsControlDefined ( "t" , FormName ) .and. ; !(ValType ( _GetValue ( "t" , FormName ) ) == "N"), "t", Nil ) Exit ...
Thanks!
Regards,
Roberto.