kdjonesmtb2
Technical User
Hello
Browser("ABN-NHP-APP-T11 - QNXT").Page("ABN-NHP-APP-T11 - QNXT").Frame("Frame_3").WebList("ddlClaimType").Select "HCFA 1500" 'this code works
'Browser("ABN-NHP-APP-T11 - QNXT").Page("ABN-NHP-APP-T11 - QNXT").Frame("Frame_3").WebList("ddlClaimType").Set DataTable.Value("Form_Type","Global") ' this syntax does not work get the following error:
Object doesn't support this property or method: 'Browser(...).Page(...).Frame(...).WebList(...).Set'
Line (26): "Browser("ABN-NHP-APP-T11 - QNXT").Page("ABN-NHP-APP-T11 - QNXT").Frame("Frame_3").WebList("ddlClaimType").set DataTable.Value("Form_Type","Global")". Failed
Browser("ABN-NHP-APP-T11 - QNXT").Page("ABN-NHP-APP-T11 - QNXT").Frame("Frame_3").WebList("ddlClaimType").Select "HCFA 1500" 'this code works
'Browser("ABN-NHP-APP-T11 - QNXT").Page("ABN-NHP-APP-T11 - QNXT").Frame("Frame_3").WebList("ddlClaimType").Set DataTable.Value("Form_Type","Global") ' this syntax does not work get the following error:
Object doesn't support this property or method: 'Browser(...).Page(...).Frame(...).WebList(...).Set'
Line (26): "Browser("ABN-NHP-APP-T11 - QNXT").Page("ABN-NHP-APP-T11 - QNXT").Frame("Frame_3").WebList("ddlClaimType").set DataTable.Value("Form_Type","Global")". Failed