Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with COPY FILE and file included in pjx
Message
 
 
To
07/08/2006 10:31:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01143458
Message ID:
01143470
Views:
10
See Re: Foxtray sample in solution.pjx Message #811889 for possible solution.

>I have problem with code
>
copy file (samthing_files_from_pjx) to (example_file)
>
>If I run *.exe file, I have error message:
>File 'fullpath_samthing_files_from_pjx' does not exist
>
>This problem exist in class
>systray.vcx, method loadicon
>example:
>
>...
>*  Assume that the icon is contained in the app/exe file.  Copy to temp before loading.
>IF FILE(cIconFileName)
>	cTempFileName = ADDBS(GETENV("temp")) + "systray_temp_" + SYS(3) + ".icn"
>	COPY FILE (cIconFileName) TO (cTempFileName) && <-- error message
>
>ELSE
>	RETURN
>ENDIF
>...
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform