Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to remove contents of Gen field?
Message
From
12/12/1999 09:22:16
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00302376
Message ID:
00302391
Views:
28
David-

>How can I get the "Gen" to go back to a totally empty "gen"?

It's not intuitive, IMO, but if you search on General Fields | Clearing you should find it in the help.

IAC, you simply issue APPEND GENERAL cFieldName without any additional parameters. The following demonstrates it:
create cursor temp (g1 g)
append blank
append general g1 from getfile('bmp') && you should see the general field with "Gen"
append general g1 $$ Now it's "gen"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform