Forum Discussion
sudhir_optima
14 years agoContributor
I debug it and found that it might be synchronization issues.I run the script routing individually and the mention error does not appear.
1.Install the aplication
2.Open the Workbok.
My Application takes time to get vsisible when we invoke it.That is why its giving the error because it might try to perform action defined in routine 2.
But now the problem is in Routine 2.It passed without performing the action mention in the Open The Workbook routine.
Its able to click on Open button as mention in below script.
Aliases.QBIS.dlgOpen.ComboBoxEx32.SetText(WB)
I guess this is beacuse of ProjectSuite Variable. Are they are tempoary for the Step Execution.
I mean I have defined it in first line of script.In second line i am calling this variable.
If I Run the first line by selecting > Run Selected option it runs successfully.
But then If I run the second line > Run Selected option it doen not recall the variable.
Is this mean the variable is temporary for the Single Run ?
1.Install the aplication
2.Open the Workbok.
My Application takes time to get vsisible when we invoke it.That is why its giving the error because it might try to perform action defined in routine 2.
But now the problem is in Routine 2.It passed without performing the action mention in the Open The Workbook routine.
Its able to click on Open button as mention in below script.
Aliases.QBIS.MainMirandaConsole.rbnBarMain.ClickItem("ApplicationButton|Open");
But does not perfrom any action with below script.
Aliases.QBIS.dlgOpen.ComboBoxEx32.SetText(WB)
I guess this is beacuse of ProjectSuite Variable. Are they are tempoary for the Step Execution.
I mean I have defined it in first line of script.In second line i am calling this variable.
If I Run the first line by selecting > Run Selected option it runs successfully.
But then If I run the second line > Run Selected option it doen not recall the variable.
Is this mean the variable is temporary for the Single Run ?