Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modifying report form in an exe program
Message
 
To
29/05/2006 04:26:27
Joseph Mathai
Keyword-Tec Services
Bangalore, India
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01125621
Message ID:
01125623
Views:
10
Hi Joseph,

1) You can have all reports outside APP/EXE
2) You can copy report from APP/EXE as table
a) Add new PRG into project (ExtractReport.prg)
    LPARAM lcReport,lcNewFile
    LOCAL lcAlias
    lcAlias=SYS(2015)
    USE (lcReport) ALIAS (lcAlias) IN 0 AGAIN SHARE
    SELE (lcAlias)
    COPY TO (lcNewFile)
    USE
b) Calling:
   DO ExtractReport IN any.APP WITH "report.frx","c:\temp\report.frx"
   MODI REPORT ("c:\temp\report.frx")
MartinJ

>Hi
>
>I need that a user can modify an existing report to adjust placements of the reporting fields , hence i compiled the program including a modify report xyz as a menu item.
>
>Once compiled I am able to access the report form, it allows me to move the fields but once I press save the program gives message save, but the orginal report file is still retained, with no change.
>
>regards
>
>joseph
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform