Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Controlling the Report Window
Message
From
07/09/2001 07:51:37
 
 
To
06/09/2001 10:37:55
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00553059
Message ID:
00553666
Views:
14
Unfortunetely, when I set the property
.AlwaysOnTop = .T.
I get no report in the window.
I do not know if you can reproduce the problem or is linked with my specific situation

Thank You

>>>Hi!
>>>Is there a way to control the report window after the report is shown in it?
>>>I cannot place it on top of an allready open window which has the AlwaysOnTop property to .T.
>>>
>>>Thank You
>>
>>Try:
>>
>>
>>define window MyWindow ...
>>report ... preview in window MyWindow
>>
>
>With even more control, give it a window of a newly created form:
>
>
oPrevWind=createobject('form')
>with oPrevWind
>   .caption='Previewing report '+cFrxName
>   .windowstate= 2 && or whatever you like
>* set other properties of the window here if needed
>   .show
>   report form (cFrxName) preview window (.name)
>   .release
>endwith
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform