J
jjfeenix
I have a table cell containing 2 Option Buttons controls, 1 labeled "Yes",
the other "No". When "Yes" is selected, I use the following code in the Click
event to selects a Text formfield, so that user can start typing:
Dim FrmFldName As String
FrmFldName = "Date" & WhichOptionYes
tableDocument.FormFields(FrmFldName).Select
Even though the default text for the form field is highlight, typing doesn't
do anything, it looks like the focus is still being retained by the "Yes"
button (Dotted lines are visible around it). I have to click in the formfield
or tab/shift tab to it, for typing.
Any suggests?
Thanks.
the other "No". When "Yes" is selected, I use the following code in the Click
event to selects a Text formfield, so that user can start typing:
Dim FrmFldName As String
FrmFldName = "Date" & WhichOptionYes
tableDocument.FormFields(FrmFldName).Select
Even though the default text for the form field is highlight, typing doesn't
do anything, it looks like the focus is still being retained by the "Yes"
button (Dotted lines are visible around it). I have to click in the formfield
or tab/shift tab to it, for typing.
Any suggests?
Thanks.