Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record Pointers movings
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01014813
Message ID:
01014815
Views:
16
>I am having some difficulties with printing reports. I basically have a number of tables which are related. When I want print a report I extract the data from the tables into a cursor then report on the cursor. When I repeat the process I want to skip to the next record int he table but my Report Form command is moving the record pointers to the bottom of the tables again.
>
>How canI ensure this does not happen. I am only reporting on my cursor so why are the record pointers on the tables resetting?
>
>Many Thanks
nRecNo = RECNO("YourCursor")

REPORT .....

GO TO m.nRecNo IN YourCursor
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform