Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Half page programmatically
Message
 
 
To
27/12/2006 22:22:29
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01176570
Message ID:
01180635
Views:
19
Hi Aritra,

Any table included in EXE becomes read-only. You can exclude FRX/FRT from EXE and distribute separatelly or you can make a temporary copy of the report, work with it and delete after printing.
...
SELECT 0
USE myreport.frx
COPY TO (lcTempFileName)
USE (lcTempFileName) 
* Update it here
USE 
REPORT FORM (lcTempFileName) ...
ERASE (lcTempFileName)
>
>Your both the write-up ( Add/Delete Form and Enumareting Form ID ) are really beautiful and very much helpful to me.
>
>I have use both the module in my project and both are running correctly.
>
>I over write the PAPERSIZE in the EXPR field of the FRX file. But now when I compile my project and run the EXE file, it gives a message - cannot update the cursor of FRX file.
>
>It will be of great help, if you suggest me a solution for the above problem.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform