Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creat Object at Run Time
Message
From
15/08/2002 03:42:57
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
15/08/2002 03:09:51
Mazahir Naya
Kuwait United Co.
Kuwait, Kuwait
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00689867
Message ID:
00689873
Views:
26
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform