Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modifying report form in an exe program
Message
 
À
29/05/2006 04:26:27
Joseph Mathai
Keyword-Tec Services
Bangalore, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Divers
Thread ID:
01125621
Message ID:
01125623
Vues:
13
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform