Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do a preview in a SDI program?
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00110262
Message ID:
00110392
Views:
24
>George,
>
>I used code like this recently and it works ok:
>
> _screen.Top = -20000
> _screen.Left = -20000
> _screen.Visible = .t.
>
> pcTableName = getfile( "dbf" )
>
> _screen.Visible = .f.
> _screen.Top = 0
> _screen.Left = 0
>
>
David,

That doesn't surprise me terribly (I do wish I had thought of it, though). I'm just wondering if all normal dialogs (including Print Preview, GETFILE(), GETDIR(), etc.) won't work properly without _SCREEN.Visible = .T. Perhaps something to do with the fact that they're child windows. I've heard that some of this is fixed in 6.0 (Print Preview).
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform