Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing tag and tag2 from frx
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Removing tag and tag2 from frx
Miscellaneous
Thread ID:
00401879
Message ID:
00401879
Views:
67
I'm trying to come up with a way to remove the info from the tag and tag2 fields in a frx. I've looked at the book 'Hacker's Guide to Visual Fox Pro 6.0' The book shows an example of the following code:

SELECT * FROM MyReport.FRX INTO CURSOR TempReport
SELECT TempReport
BLANK FIELDS TAG, TAG2
REPORT FORM TempReport TO PRINT

I get the error cannot update the cursor when trying to execute this code. I'm assuming its because a cursor created with a select statement is read-only.

Is there another way to blank out the tag and tag2 fields?

Thanks

Pat Murphy
Next
Reply
Map
View

Click here to load this message in the networking platform