Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADD OBJECT formset1.form1.label1 AS label WITH ???
Message
De
14/12/2000 10:57:10
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
ADD OBJECT formset1.form1.label1 AS label WITH ???
Divers
Thread ID:
00453395
Message ID:
00453395
Vues:
69
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform