Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADD OBJECT formset1.form1.label1 AS label WITH ???
Message
From
14/12/2000 10:57:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
ADD OBJECT formset1.form1.label1 AS label WITH ???
Miscellaneous
Thread ID:
00453395
Message ID:
00453395
Views:
68
I have a syntax problem with this line...
ADD OBJECT formset1.form1.label1 AS label WITH;
any ideas?
here is my code...

PUBLIC oformset1

oformset1=NEWOBJECT("formset1")
oformset1.Show

DEFINE CLASS formset1 AS formset


DataSession = 1
AutoRelease = .T.
Name = "Formset1"


ADD OBJECT form1 AS form WITH ;
Top = 14, ;
Left = 15, ;
DoCreate = .T., ;
Caption = "Form1", ;
Name = "FORM1"


ADD OBJECT formset1.form1.label1 AS label WITH ;
Caption = "Label1", ;
Height = 17, ;
Left = 120, ;
Top = 108, ;
Width = 40, ;
Name = "Label1"


ENDDEFINE
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Next
Reply
Map
View

Click here to load this message in the networking platform