Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PREVIEW WINDOWS GO BEHIND
Message
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00117439
Message ID:
00117479
Views:
44
>I Have a big problem. In my project all windows have the property
>AlwaysOnTop = .T. (for many reasons I have to do that), so when I run a Report the Preview Windows go Behind.
>
>I Tried putting Thisform.AlwaysOnTop = .F. But this only work with one window.

I just can't imagine why all your forms needed to be alwaysontop? Any big deal?

However, you can create another form with ALWAYSONTOP = .T. also. Use that form as your preview window. Just make it sure that the form's external name (SCX/SCT) is identical with the form NAME property.
IF !WEXIST('MYPREVIEWFORM')
   DO FORM mypreviewform NOSHOW
ENDIF
REPORT FORM myreport PREVIEW WINDOW mypreviewform
HTH
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform