08-06-2009, 12:56 PM
i tried using this:
It is giving syntax error.
and says the run cannot be completed
Expected end of statement
Line (117): "objDescription = JavaWindow("Sales_BasicFlow").JavaDialog("Optional Service Selection").JavaTable("Select Services for 0000374914").SelectCell Cint("1"), "Select"".
Code:
objDescription = JavaWindow("Sales_BasicFlow").JavaDialog("Optional Service Selection").JavaTable("Select Services for 0000374914").SelectCell Cint(1), "Select"
msgbox(objDescription)
It is giving syntax error.
and says the run cannot be completed
Expected end of statement
Line (117): "objDescription = JavaWindow("Sales_BasicFlow").JavaDialog("Optional Service Selection").JavaTable("Select Services for 0000374914").SelectCell Cint("1"), "Select"".