I have a browse that has EIP turned on for several fields. I would like to select a specific EIP field based on the entry I make in an EIP field.
Example:
Browse
_____________________________
| Col 1 | Col 2 | Col 3 | Col 4 | Col 5 |
_____________________________
After entering a value in "Col 2" based on that value (in "Col 2") I need to either go to "Col 3" (normal behaviour) or to "Col 4" (what I am asking about).
I can trap the "eipaccepted" event but am not sure how to select the desired EIP field. Have tried:
p_web.SetValue('SelectField',clip(loc:formname)& '.' & p_web.NoColon('pre:col4'))
p_web.SetValue('_eipclm_', 'pre:col4')
do CallEip
This brings up an alert I've set for the field "Col 4" but doesn't stay on field "Col 4".
Thanks,
Paul