Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clearing the TAG and TAG2 Fields on the Fly!
Message
 
To
26/03/1999 13:20:18
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00202422
Message ID:
00202503
Views:
26
COOL!!! I got it to work!

Code goes like this:

cTempName = "TEMP"+SYS(2015)
SELECT * FROM report.frx INTO TABLE (cTempName)
cName = DBF()
BLANK FIELDS TAG,TAG2
USE
REPORT FORM &cName
ERASE (cTempName+".*")

Thanks for everyone's help!! :-) Now I can get back to some real work!!
Previous
Reply
Map
View

Click here to load this message in the networking platform