Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I cannot delete a not used *.FXP
Message
From
06/04/2001 12:19:14
Charles Richard
Nvo Management Systems
Boisbriand, Quebec, Canada
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00492532
Message ID:
00492884
Views:
13
Try
oGET_QTE = NULLbefore >Hi!
>
>This code is in a .PRG file. In my application, (APPLICATION.EXE), I execute this function within a key label. Sure, I compile it before with the command [COMPILE *.PRG]. Why I cannot delete the .FXP file after I ran this .PRG?
>
>I used to do it with function without DEFINE CLASS so I never got this problem.
> Do you have an idea?
>
>Thanks
>
>
>**************************************************
>
>PUBLIC oGET_QTE
> oGET_QTE = NEWOBJECT("GET_QTE")
>
>IF TYPE("oGET_QTE") = "O"
> oGET_QTE.SHOW(1)
>ENDIF
>
>RELEASE oFORM, oGET_QTE
>RETURN
>
>**************************************************
>
>DEFINE CLASS get_qte AS FORM
>...
>...
>...
>ENDDEFINE
>
>********************
Charles Richard
NVO Management Systems
crichard@nvo.ca
Previous
Reply
Map
View

Click here to load this message in the networking platform