Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report Toolbar during runtime.
Message
From
16/12/1998 12:57:59
Becky Vidal
Heritage Information Systems, Inc.
Richmond, Virginia, United States
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Report Toolbar during runtime.
Miscellaneous
Thread ID:
00168147
Message ID:
00168147
Views:
71
Frank, thanks for your tip on how to make the Report toolbar accessible during runtime. I have the following code in my application and I am getting an error (Cannot update cursor) when the program reaches the DELETE...line. What am I doing wrong?


SET RESOURCE OFF
SELECT 0
USE foxuser EXCL
DELETE ALL FOR id = "REPORTTOOLS"
DELETE ALL FOR id = "TTOOLBAR"
PACK
APPEND FROM holdrpt.dbf
SET RESOURCE ON

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform