Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creat Object at Run Time
Message
De
15/08/2002 03:42:57
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
15/08/2002 03:09:51
Mazahir Naya
Kuwait United Co.
Kuwait, Kuwait
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00689867
Message ID:
00689873
Vues:
28
>hi to all Experts
>i want to knowe how to creat runtime Object in Form & Report.
>i want to add Label Object At runtime .
>any one have idea.
>thanks for advance
*VFP6 and up :
thisform.NewObject(lcName, lcClass, lcClassLib, "", eparam1, eparam2 ....)

*VFP3-5 :
if !upper(lcClassLib) $ SET("classlib")
  set classlib to (lcCLasslib) && [additive]
endif
thisform.AddObject(lcName, lcClass, eparam1, eparam2 ....)
Check NewObject and addobject for full syntax.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform