Harbour MiniGUI 2.7.1

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Harbour MiniGUI 2.7.1

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply