Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
If delete data, how to set table value to .NULL.
Message
From
17/02/2005 14:24:39
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows NT
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00988027
Message ID:
00988049
Views:
31
>Fabio,
>
>Thanks for your quick response. Please see my other reply. I need a solution that does not require the user to do something special.
>
>Jim

I agree, CTRL+0 is terrible.

Then:
* interactiveChange
IF m.this.text is not a number
   this.Value = NULL
ENDIF

* programmaticchange
NODEF
Previous
Reply
Map
View

Click here to load this message in the networking platform