Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Off record after print report
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00778294
Message ID:
00778302
Vues:
15
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 ?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform