Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic page header
Message
From
12/03/2014 09:43:09
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
12/03/2014 09:27:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01596271
Message ID:
01596286
Views:
43
>you are right there, but when i give an executable file to someone, i dont include the FRX file, only the DBF files,
>
>so does that mean that if i include the frx file in the path, the EXE file will pick up the parameters from that file ?
>
>sorry for my ignorance
snip (example for color)
lcReport = 'yourreport.frx'
lcReport = FORCEEXT(FORCEPATH(JUSTSTEM(lcReport)+SYS(2015),SYS(2023)),JUSTEXT(lcReport))

USE yourreport.frx ALIAS curFRX
COPY TO (lcReport) WITH CDX

USE (lcReport) ALIAS curFRX
*replace
use 

REPORT FORM (lcReport),....

DELETE FILE (lcReport)
snap
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Reply
Map
View

Click here to load this message in the networking platform