Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print button from REPORT NOWAIT does not work (bug?)
Message
From
14/09/2001 14:14:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Print button from REPORT NOWAIT does not work (bug?)
Miscellaneous
Thread ID:
00556667
Message ID:
00556667
Views:
63
I try to use NOWAIT clause in REPORT command.

I have found that clickig Print button in Report Preview window
is completely ignored in VFP 7. In VFP 5 GPF occurs.
Why clicking to Print button is ignored ?

Steps to reproduce: run the following code and click Print button.
CREATE CURSOR test ( test c(20) )
INSERT INTO test VALUES ( 'line 1' )
INSERT INTO test VALUES ( 'line 2' )
CREATE REPORT test FROM test
REPORT FORM test PREVIEW FOR RECNO()=1 NOWAIT
Andrus
Next
Reply
Map
View

Click here to load this message in the networking platform