Question
Sun Life Financial
Sun Life Financial
PH
Sun Life Financial
Posted: Jan 11, 2022
Last activity: Jan 19, 2022
Last activity: 19 Jan 2022 5:18 EST
Closed
How to Set Text on a Control Region
Hi,
We are automating the IBM System i Navigator desktop application and we have used control regions for some windows that we are not able to interrogate the text box / dropdown controls.
Is it possible to set text to a control region?
Regards,
May
@MayAnnTenorio You would likely need to use SendKeys to the parent of the control region. You might also be able to use the text property of the control region to set the text. There is also a SetValue method, but I don't believe either of those will work for control regions.