Hi,
I got problem i can't not save value to database after i set value to grid.
The value is set to grid, after click save button on page, it doesn't store the value. Would you please help?
1) After cliking save , the value is not stored
2) I tried to put msgbox it retireved the value "01"
3) I tried not run at the line Browser("").Page("").WebButton("Save").Click
and I manually click Save button- the value is not stored.
Would you please help?
Thanks,
I got problem i can't not save value to database after i set value to grid.
The value is set to grid, after click save button on page, it doesn't store the value. Would you please help?
Code:
Set desc = Browser("").Page("").WebElement("WebResource_2")
desc.object.innertext = "01"
Msgbox desc.GetRoProperty("innertext")
Browser("").Page("").WebButton("Save").Click
1) After cliking save , the value is not stored
2) I tried to put msgbox it retireved the value "01"
3) I tried not run at the line Browser("").Page("").WebButton("Save").Click
and I manually click Save button- the value is not stored.
Would you please help?
Thanks,