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
Miscellaneous
Thread ID:
00401879
Message ID:
00401890
Views:
22
Pal,

You can make this cursor read-write by opening it again, e.g
use (dbf('TempReport')) again in 0 alias WorkReport.

You can also select to temprorary table.

And finally, you can replace in your actual report, though this is not recommended in multi-user environment.

>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
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform