Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing tag and tag2 from frx
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00401879
Message ID:
00401890
Vues:
23
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform