Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any Better Idea 'bout This ?
Message
 
To
02/10/1998 12:08:11
Senna Dwipayana
Indo Rebel Apparel Cv
Bandung, Indonesia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00143298
Message ID:
00143366
Views:
47
Senna,

try soemthing like this;
WITH THIS
 LOCAL mct, lcName
 mct=.PARENT.CONTROLCOUNT

 lcName = "POPCLICK"+ALLTRIM(.Name)
 SET CLASSLIB TO genpopper.vcx
 .PARENT.ADDOBJECT(lcName,'popclick',THIS)
 SET CLASSLIB TO

 .PARENT.&lcName..VISIBLE=.T.
 .PARENT.&lcName..LEFT=.LEFT+.WIDTH
 .PARENT.&lcName..TOP=.TOP
 .PARENT.&lcName..ENABLED=.T.
 .POPNUM=mct+1
ENDWITH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform