Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checkbox validation
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00900499
Message ID:
00900967
Views:
20
This message has been marked as the solution to the initial question of the thread.
Hum,

That should work.
IN VALID()

if this.value = .T.
IF 7=MessageBox("Are you sure want to select " + gcSelection + "?",48+4) && or whatever criteria
This.Value = .F.
Return .F.
ENDIF
endif

If not try it in InteractiveChange() instead.

HTH
Diane Robitaille eng.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform