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
Titre:
Removing tag and tag2 from frx
Divers
Thread ID:
00401879
Message ID:
00401879
Vues:
68
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform