Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Off record after print report
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00778294
Message ID:
00778302
Views:
14
This message has been marked as a message which has helped to the initial question of the thread.
Moises,

You can store the record pointer before calling the report, then restore if after returning.

Maybe something like:

LOCAL lnRecNo
lnRecNo = RecNo("MyTable")

REPORT FORM TO PREVIEW

SELECT ("MyTable")
GOTO lnRecNo IN MyTable

HTH
Doug

>I have two a tables: client.dbf and other
>itens. dbf
> The two tables have a relation and are open in
> form1.
>
> Itens are displayed in a grid in form1
>
> When I click a iten a new form opens (form2)
>
> Form form 2 a run a report then close form2 and
>go back form form1
> When I go back to form1, client record is not there
>any more
>
> How can I keep the record there ?
Previous
Reply
Map
View

Click here to load this message in the networking platform