Page 3 of 3

Re: Harbour MiniGUI 2.7.1

Posted: Wed Apr 01, 2009 12:51 pm
by Roberto Lopez
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
...
It's appear to be ok.

Thanks!

Regards,

Roberto.