Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Enter .exe without a click
Message
 
À
11/04/2001 15:05:54
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Divers
Thread ID:
00494581
Message ID:
00494816
Vues:
18
if recc('userlist')=1 AND allt(userList.userName)= 'NEW'
USE IN USERLIST
*-- HERE IS WHERE THE FORM DISPLAYS AND YOU HAVE TO CLICK
IT ANYWHERE IN THE APPLICATION TO GET IT TO ACTIVATE.
*-- THE _SCREEN.CAPTION IS SUBDUED FROM THE BEGINNING,
AS IF THERE IS ANOTHER WINDOWS APPLICATION IN FRONT!
do form secEdit5_4.scx
llGoOn = .T.
else

DO FORM signon5_1.scx to llGoOn
endif

if llGoOn
clear
do form menuform5_1.scx
DO llmenu5_2.mpr
READ EVENTS
else

Robert


>Hi Robert,
>Where is your READEVENTS? If it's in the Init of the form, perhaps that's it.
>
>>Compiled .exe file that goes opens a form when the .exe file is doubled clicked.
>>The application come to the front of all windows, the form displays and the cursor is blinking in the form on the correct textbox.
>>
>>But... you have to click the screen or the form before you type. No matter what I seem to try, the app does not have focus until I click it.
>>_screen.activate, _screen.windowstate, keyboard '{ENTER}' ... NOTHING WORKS till I click the screen to give it focus.
>>
>>Can anyone give me any ideas to try?
>>
>>Robert
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform