01-14-2011, 10:59 PM
Hi,
I could able to enter date in the input box but it is not assigned into the application whilte running the script..
Here it follows
but nothing is assigned to the mentioned column.
could you please tell me how can I do this
thanks very much in advance.
I could able to enter date in the input box but it is not assigned into the application whilte running the script..
Here it follows
Code:
Dim inputVariable
inputVariable=InputBox("Please Enter the End Date")
msgbox(inputvariable)
JavaWindow("User Information System").JavaInternalFrame("Valid values for Status").JavaTable("Table[]").SetCellData "1","7",inputVariable
could you please tell me how can I do this
thanks very much in advance.