Hello Mark,
By going through your description, What I think is the name of the WebEdit changes every time you launch the application.
Are "FA_CHAR: and "CHAR_VAL" always part of the WebEdit name?
If so, then try the below code once,
If there are more than 1 objects matching the property, then include the index property.
And yes, you do not need to add the WebTable to the hierarchy
Let me know how it goes.
By going through your description, What I think is the name of the WebEdit changes every time you launch the application.
Are "FA_CHAR: and "CHAR_VAL" always part of the WebEdit name?
If so, then try the below code once,
Code:
Browser("name:=Field Activity").Page("title:=Field Activity").Frame("name:=FA_TYPE_CHAR").WebEdit("name:=FA_CHAR.*CHAR_VAL.*").Set "FLOODCHK"
If there are more than 1 objects matching the property, then include the index property.
And yes, you do not need to add the WebTable to the hierarchy
Let me know how it goes.