Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fxp file always in use.
Message
De
22/10/2008 18:16:22
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Fxp file always in use.
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01356428
Message ID:
01356428
Vues:
62
Hi all,

I have an interesting problem that I can't seem to be able to find a solution. I have a class created in a prg. At the top of the prg, I have the following code.
Lparameters parm1,parm2 && fake names.
Local lcRet lo
Lo = createobject(“myclass”)
lcRet = lo.Render(parm1,parm2)
lo.release()
return lcRet	

* that way I can just call the prg to render the string.  
lcString = myprogram(“a”,”b”)
During development I sometimes get an error that myprogram.fxp can not be created. I have tried to clear all clear programs… and any other clear commands I can think of. The only way I can seem to fix this is to quit vfp and then get back in. What am I missing?

Thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform