Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: the checkBox not support NULL
Message
 
 
To
05/05/2004 10:31:12
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00901192
Message ID:
00902299
Views:
27
Hi Fabio,

It looks like a bug to me that CTRL+0 sets checkbox value to .T. instead of Null. However, assigning value to Null works as expected if programmed properly. In case of InteractiveChange it requires NODEFAULT.
	PROCEDURE check1.InteractiveChange
		? PROGRAM(),this.value
		this.Value = NULL
		NODEFAULT
	ENDPROC
>If you use a checkbox with a nullable field,
>and bind this field to a checkbox,
>with CTRL+0 or set .Value to NULL not fill the field with NULL.
>
>

<snip>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform