Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CTRL+TAB and CTRL+SHIFT+TAB BUG in VFP 8 report preview
Message
De
17/06/2004 11:25:47
Murray Mcintosh
Mammography Reporting System, Inc.
Seattle, Washington, États-Unis
 
 
À
16/06/2004 17:25:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00914305
Message ID:
00914637
Vues:
9
Jim,

Thanks for the suggestion, but I had already tried the following:

ON KEY LABEL CTRL+BACKTAB *

That doesn't work. It results in a syntax error.

Any other ideas?


>Try using BACKTAB for Ctrl+shift+tab in your OKL command:
>
>
>On Key Label BACKTAB wait window "test" timeout 1
>
>
>>I'm having a problem that is specific to VFP 8.0. I have a modal form that has a button that when clicked brings up a modal report preview window. Pressing CTRL+TAB or CTRL+SHIFT+TAB in the report preview window switches focus to the next available window, which in this case is modal window that called it. Now, this is obviously NOT a good thing, and things start to get hosed after that.
>>
>>CTRL+TAB isn't really such a problem, since I can disable CTRL+TAB using ON KEY LABEL before previewing the report, however, the ON KEY LABEL command just gives me a syntax error when trying to disable CTRL+SHIFT+TAB.
>>
>>on key label CTRL+TAB * && works
>>on key label CTRL+SHIFT+TAB * && gives syntax error
>>
>>This is easy to reproduce, and the report command is a simple one, it doesn't use the IN WINDOW clause (nor do I want it to), just REPORT FORM somereport PREVIEW
>>
>>If anyone out there knows how I can disable CTRL+SHIFT+TAB before opening a modal report preview window please let me know.
>>
>>Thanks..........Murray
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform