Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report Preview Modality Problem VFP8 Bug
Message
From
18/06/2004 16:26:57
Murray Mcintosh
Mammography Reporting System, Inc.
Seattle, Washington, United States
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00915044
Message ID:
00915233
Views:
12
Lisa,

Thanks for the suggestion. We have a very large app with lots of forms and reports and requirements for how things should look, and hiding all the visible windows isn't an option. I don't want to get in to too much coding to fix this. If I can't disable CTRL+SHIFT+TAB I guess I'll just think of it as one of those special VFP "features" I can use when I want to blow up the app real quick.

Thanks...........Murray

>Hmm. Try this (not particularly well tested but it should work for you).
>
>>L<
>
>
>
>xx = CREATEOBJECT("form")  && other forms
>
>xx.show()
>
>yy = CREATEOBJECT("myModalForm") && the hosting form
>yy.autocenter = .T.
>
>yy.show(1)
>
>DEFINE CLASS myModalForm as Form
>
>   ADD OBJECT x as commandbutton
>
>
>   PROCEDURE x.click()
>      HIDE WINDOWS ALL
>      REPORT FORM ? preview
>      SHOW WINDOWS ALL
>   ENDPROC
>
>ENDDEFINE
>
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform