07-02-2013, 04:14 AM
Hi Guys! I could solve it. here are the codes
Thank you again
Code:
For z=0 to 999
Set Amount_Field=Description.Create
Amount_Field("Micclass").value="WebEdit"
Amount_FieldId_1stPortion="NewBulkInvoiceDetail:BulkInvoiceDetailScreen:BulkInvoiceItemsLV:"
Amount_FieldId_2ndPortion=":BulkInvoiceItemsLV_Amount"
Amount_Field_html_id=Amount_FieldId_1stPortion&z&Amount_FieldId_2ndPortion
Amount_Field("html id").value=Amount_Field_html_id
'Set Amount
Browser("ClaimCenterBrowser").Page("ClaimCenterPage").WebEdit(Amount_Field).Set Str_Amount
Browser("ClaimCenterBrowser").Page("ClaimCenterPage").Sync
Set ClaimNumber_ID=Nothing
Next
Thank you again