Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report Builder Error!!!
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00929093
Message ID:
00929475
Views:
10
As I try to customized a report, I choosed to click New Put Label but I received this error message..

Variable 'VPOS' is not found!
Line 0 in Loadfromfrx():
...

TextLabelHandler.Error()

This is the code I have runned within VFP9 Beta..


PUBLIC gcReports
gcReports = GETFILE('FRX', 'Get Report File .FRX:', 'Customized', 1, 'Report Customization')
DO CASE
CASE 'Untitled' $ gcReports
MODIFY REPORT (gcReports)
CASE EMPTY(gcReports)
RETURN
OTHERWISE
MODIFY REPORT (gcReports) SAVE
ENDCASE
IS this a Bugged in VFP9 or the code that i run is buggy? Or let say not applicable to use :)...



Thanks..
Jojo R. dela Cuesta, B.Sc.
eConsultant, Programmer
Dalplus Technologies
http://www.dalplus.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform