Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP and VB Equivalent
Message
From
27/05/1998 15:37:03
Ryan Hirschey
Federal Reserve Bank of New York
New York City, New York, United States
 
 
To
27/05/1998 15:26:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00102493
Message ID:
00102503
Views:
32
>I'm a FoxPro Developer of several years and since acquiring the Developers Studio, I'm now looking at the functionality of Visual Basic. Is there an equivalent VB command to the DO FORM command in VFP?
>
>Does VB have the same concept of independent forms which can be called from other forms?
>
>TIA

You can call one form from another with something like the following:

frmForm1.Show

As far as I know the forms in question have to be included in the project. You can't run a form that isn't part of the project.
Ryan Hirschey
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform