Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Controlling the Report Window
Message
De
07/09/2001 07:51:37
 
 
À
06/09/2001 10:37:55
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00553059
Message ID:
00553666
Vues:
15
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform