Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple SET CLASSLIB ADDITIVE
Message
From
11/10/2001 17:01:47
 
 
To
11/10/2001 16:41:38
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00567232
Message ID:
00567240
Views:
20
you set the libray to use of those respectives objects. ie
for i1 = 1 to 10
    s1=allt(str(i1,2,0))
    wkwork="mylib"+s1
    wkwork2="byobj"+s1
    Set classlib to (wkwork) additive
    thisform.addobject(wkwork2,"Line",.f.)
    Release CLASSLIB (wkwork)
endfor
CLAUDIO
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Reply
Map
View

Click here to load this message in the networking platform