Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HT Load a Form
Message
From
04/09/1999 19:30:22
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
HT Load a Form
Miscellaneous
Thread ID:
00261563
Message ID:
00261563
Views:
65
Hello,
Can someone help me here? I've looked at all the documentation I could find for the last 5 hours and can't find the answer to what I believe is a simple solution. I'm getting an "Invalid use of property" message.
I have a variable called FirstForm that contains the name of a form that I've obtained from a database. I want to load this form as the default form in my app. My code is:

Dim firstform as form
firstform = rs!dbdefaultscreen
Set frmmy = new firstform
frmmy.show

I have the following code in my Declarations Section of the .BAS:

public Type Newform
firstform as form
end type

The contents of Firstform are correct, however, VB is not interpreting the Value.

IN Foxpro I would use something like &firstform to evaluate the contents of the variable.
Is there anything like this in VB? Help Please!
Thanks in advance!
If at first you don't succeed......SET STEP ON!
Next
Reply
Map
View

Click here to load this message in the networking platform