Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying A Form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00119790
Message ID:
00120671
Views:
28
>>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

Hi Barbara: Thanks a lot for the help! I really appreciate it, CH.
Chuck Henry
Previous
Reply
Map
View

Click here to load this message in the networking platform