Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to update demo field in frx file
Message
 
 
To
04/09/2006 11:28:54
Michale Chen
Shijiazhuang ZhiYuan Crop.
Shijiazhuang, China
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01150716
Message ID:
01150725
Views:
35
This message has been marked as the solution to the initial question of the thread.
Try
USE myrep.frx
GO TOP

lcCrLf = CHR(13)+CHR(10)
lcNewPS = "5"

lcPS = STREXTRACT(expr, "PAPERSIZE", lcCrLf,1,1+4)
REPLACE Expr WITH STRTRAN(Expr, lcPS, "PAPERSIZE=" + lcNewPS + lcCrLf)

USE
>
> Could you give me some advice on how to update a memo field in frx report file? I want to update the papersize in Expr fields.Thank you!
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform