Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Any Better Idea 'bout This ?
Message
 
À
02/10/1998 12:08:11
Senna Dwipayana
Indo Rebel Apparel Cv
Bandung, Indonésie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00143298
Message ID:
00143366
Vues:
48
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform