Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
In Preview: Sometimes scroll bars.. Sometimes not.. why?
Message
From
27/01/1999 18:07:05
 
 
To
27/01/1999 17:53:19
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00181094
Message ID:
00181101
Views:
13
I tried this:
1. created a report called "temp" with fields from a table.  Closed it
2. x=create('form')
3. x.caption = 'My Preview Form'
4. x.visible
5. report form temp preview window (_screen.forms(1).name)
The form (preview) had the caption I'd assigned. Do you meant that you want the toolbar to have a different caption?

I haven't run into a scrollbar problem. But when you say the report is bigger, you mean the page, right?

>Both when running in the interpreter and compiled exe's, I sometimes get or don't get the scroll bars when I obviously should.. meaning the report is bigger that the viewing window. Anyone know what parameters I should set before trying to use the preview window? Currently I use the following code:
>SET sysmenu off
>_SCREEN.autocenter=.t.
>_SCREEN.caption='Print Preview'
>_SCREEN.visible=.t.
>REPORT form SalesView preview window form1
>_SCREEN.visible=.f.
>I don't want the window title showing "Report Designer". Suggestions?
>Also: I seem to lose drawn lines and formating on the right side of the report, usually after column 80, not on the printed report, just on the screen. Any ideas here? Thanks Ross
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform