Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying A Form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00119790
Message ID:
00119971
Vues:
18
>Is there a way to copy a form and all of its contents?
>
>I have an application where I need to present basically the same form on the screen, but using different tables (viewing history as opposed to viewing current data).
>
>Thanks in advance. - CH

Fourth choice: Use the same form, load the correct tables depending on whether you want History or Live data, BUT use the same aliases for the tables:

USE LiveTable alias Mytable
or
USE HistoryTable alias Mytable

The controls will map to MyTable, not to LiveTable or HistoryTable.

HTH
Barbara
Barbara Paltiel, Paltiel Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform