Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Define window
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00664158
Message ID:
00665120
Views:
15
Cathy,

Adding Grow didn't appear to help for all the testers. I also defined the window extreemly small as you suggested before issueing the zoom, and for some environments, it still doesn't allow the user to reach the lower scrollbar.

The code below can be copied into a prg and ran, which replicates my problem on some machines. On my laptop with this code I can see the bottom scrollbar. On a PIII this code will hide the bottom scrollbar underneath where I can't reach it. Any other suggestions?

SET SAFETY off
SET STATUS BAR off
CREATE TABLE yourfoo (sessionId C(5), username C(20), measure C(10), total N(8,0))
SELECT yourfoo
INSERT INTO yourfoo (sessionID, username, measure, total) VALUES ("122", "MrDork", "yeahright", 23)

CREATE REPORT yourbar from yourfoo

Define Window wReport From 0,0 To 5,10 Title "MyReport Preview" System CLOSE GROW FLOAT zoom
Activate Window wReport
Zoom Window wReport max
Report Form yourbar Noeject Noconsole To Print Prompt Preview WINDOW wReport
Release Window wReport
Previous
Reply
Map
View

Click here to load this message in the networking platform