11-20-2010, 12:18 PM
HI ,
For JavaList object, We can Specify index values using the format "#N" where N is the numeric index. Index values begin with 0.
Example:(Select 2nd item in JavaList which is in index 1)
For JavaList object, We can Specify index values using the format "#N" where N is the numeric index. Index values begin with 0.
Example:(Select 2nd item in JavaList which is in index 1)
Code:
JavaWindow("Client Information System").JavaInternalFrame("Court Order Detail Related").JavaList("Find").Select "#1"