Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Speeding Up
Message
 
À
13/11/1996 05:01:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00012063
Message ID:
00012133
Vues:
44
>>>Following a tip in VFUG Tips and Tricks, I have saved (as a class) all of the controls from Page3 of a PageFrame to CasePg3.vcx. The file exists. I added it to the app's Class Libraries, recompiled all. I added the following code to Page3.Activate():
>>>IF THIS.ControlCount=0
>>> THIS.AddObject("CasePg3", "CasePg3")
>>> THIS.CasePg3.Visible=.T.
>>>ENDIF
>>>
>>>I get Error 1733: Class definition CASEPG3 is not found. But it IS in the app's default directory. What am I leaving out?
>>>
>>>TIA.
>>
>>
>>dumb question, but is the library that holds this class open?
>
>Dave: Not a dumb question--just rookie-ness on my part. I thought that a library would be available, like a PROCEDURE file in the old days, if it was part of an application. Not so? How do I "open" a library? SET CLASSLIB?
>
>I really appreciate your help . . .

set classlib to .... additive
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform