Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting records in a cursor to print properly-help
Message
From
07/07/1999 02:06:46
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00237990
Message ID:
00238137
Views:
13
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform