Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report Preview Modality Problem VFP8 Bug
Message
De
18/06/2004 16:26:57
Murray Mcintosh
Mammography Reporting System, Inc.
Seattle, Washington, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00915044
Message ID:
00915233
Vues:
13
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
>
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform