Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
KEYBOARD Doesn't work..
Message
From
22/04/2002 04:09:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
KEYBOARD Doesn't work..
Miscellaneous
Thread ID:
00647454
Message ID:
00647454
Views:
37
Hi!

I'm trying to write a test function that looks like:

FOR i=1 TO .ControlCount
oCtrl=.Controls(i)
IF lower(oCtrl.baseclass)="combobox" OR lower(oCtrl.baseclass)="textbox"
oCtrl.SetFocus
KEYBOARD 'asddasd'
ENDIF
ENDFOR

However, the KEYBOARD function never puts anytthing in the field.
The only way I can get it to work is setting the value/displayvalue but I prefer to simulate keystrokes instead. Anyone know what I can do to get this to work.
Next
Reply
Map
View

Click here to load this message in the networking platform