Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Newobject does not instantiate
Message
De
24/01/2006 21:33:04
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Newobject does not instantiate
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000
Database:
Visual FoxPro
Divers
Thread ID:
01089994
Message ID:
01089994
Vues:
55
Greetings all

I am creating a message from a message class that uses a label as a base class. When I instantiate the class, it does not display on the form. Here is the code I use:
   LOCAL oGrdHeader as Object
   oGrdHeader = NEWOBJECT("clsGrdHeading","msgClasses.vcx") 
   oGrdHeader.caption = "Packing Slip Items"
   oGrdHeader.top = 50 
   oGrdHeader.visible = .T.
Any ideas why this does not display??
Thanks in advance

Vince
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform