Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fxp file always in use.
Message
From
22/10/2008 18:16:22
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Fxp file always in use.
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01356428
Message ID:
01356428
Views:
61
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.
Next
Reply
Map
View

Click here to load this message in the networking platform