Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
KEYBOARD Doesn't work..
Message
From
22/04/2002 09:12:26
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
22/04/2002 04:09:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00647454
Message ID:
00647512
Views:
18
Instead of KEYBOARD can't you do oControl.Value = "asddasd" ?
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform