Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting records in a cursor to print properly-help
Message
De
07/07/1999 02:06:46
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00237990
Message ID:
00238137
Vues:
14
>I'm not following. I thought that when you run a report (no tables in the report designer data environment) after selecting a table/cursor, the report uses that selected table or cursor. I do select the cursor before running the report. In fact when I scan thru the records to save the cursor to a table, the records are correct. Why then is the report losing the records and duplicating the initial record for each record in my cursor?
>Maybe someone who has experience hacking the report .frx can tell me where to look?
>Thanks again.

Allen,
sometimes I have different problems with reports like that.
I prefer delete table or cursor from data environment and include such code in DataEnvironment.Open Table method:

IF USED("cTempCursor")
SELECT cTempCursor
GO TOP
ENDIF
Regards

Alex
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform