Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report preview go in background
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01172660
Message ID:
01173806
Views:
14
>>>>>>I use print preview in many form, all work fine, but I have one that put the preview in background and I don't understand why...
>>>>>>
>>>>>>My form's AlwaysOnTop is set to .F., ShowWindow is set to 0, WindowsType is set to 0. All My form are set like this.
>>>>>>
>>>>>>Any ideas are welcome.
>>>>>
>>>>>That's always a bit faffy and tricky.
>>>>>
>>>>>I always disappear my form while showing the report:
>>>>>
>>>>>Thisform.visible = .F.
>>>>>report form ....
>>>>>Thisform.visible = .T.
>>>>
>>>>Seems to be a good idea, but it won't work like all other printing form in my app (more than 20 forms, version 7.0.0 and more than 250 customers using it)
>>>
>>>Ah, well, why didn't you SAY so?
>>>
>>>Is it anything to do with this form being modal?
>>
>>It is not a Modal form... that why i'm asking why the preview goes backward
>
>Have you tried .AlwaysOnBottom = .T. for the form?
>
>Also, have you tried comparing the prop's of this form side-by-dide with those of a similar form where this isn't a problem?

It work with AlwaysOnBottom set to .T. Thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform