|
|||
|
I made a simple form like so using the ActiveX form objects. All seems to work well except that the key presses do not go through to the object and so the
tab order stuff does not work. Oddly the space bar does go through fine. Anyone have any suggestions? var form = createControl("Forms.Frame.1", 0, 0, 380, 380); button1 = form.activex.controls.add("Forms.CommandButton.1") ; button1.caption="hello"; button1.left = 60; button1.top = 60; button2 = form.activex.controls.add("Forms.CommandButton.1") ; button2.caption="hello2"; button2.left = 0; button2.top = 0; button1.setFocus(); |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|