Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update/save a cursor?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Update/save a cursor?
Divers
Thread ID:
00361483
Message ID:
00361483
Vues:
47
I do a SELECT and build a cursor called RPT for my report. Then I have to SCAN... ENDSCAN that cursor to change some coded fields to textfields of longer length. So I created a second cursor that defines the result fields' type and width. How can I save the second
cursors' fields. For example: firstfield is Char 2 in mytable

SELECT firstfield FROM mytable INTO CURSOR rpt
CREATE CURSOR rpt2
(firstfield c(30))
SELECT rpt
SCAN
DO CASE
CASE rpt.firstfield = "OT"
REPLACE rpt2.firstfield WITH "OTHER"
ENDCASE
ENDSCAN
Then I call my report .FRX file. It doesn't seem to retain the rpt2 cursor. What am I doing wrong? It doesn't show in the report even thought some fields for rpt show in the report, rpt2 fields don't show in the report. I checked into it and did a browse after the SCAN ENDSCAN and CURSOR rpt2 is blank.

Thanks for the help.
Steve Kramer
Kramer & Kramer Design
"Home of Go Cartoons"
Web Site: www.stephenkramer.com
Would you believe Far Side Lite?
More than 270 original cartoons.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform