Thanks for the response, But my problem is not solved yet.
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 advacne.
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",inputVariablebut nothing is assigned to the mentioned column.
could you please tell me how can I do this
thanks very much in advacne.

