Forum Discussion
sudhir_optima
14 years agoContributor
Hi Robert, it seems the value does not get stored in declared variable.
I have stored it in var_DatasetName variable.
i am calling below function
Function DatasetConfigure(ProjectSuite.Variable.var_DatasetName) but it does not performing the action.
Instead if i gave actual value of the Object name, instead of variable, it performing the action.
So what it the issues.
.Value() option is not there. I have tried it with .Get_Text() still it is not working ?
Is there any problem with Variable Data Type. I am capturing run time text value displayed from the text box. The value displayed is 'Dataset4'
I declared the type as String. Is it correct ? Or any other type ?
I have stored it in var_DatasetName variable.
i am calling below function
Function DatasetConfigure(ProjectSuite.Variable.var_DatasetName) but it does not performing the action.
Instead if i gave actual value of the Object name, instead of variable, it performing the action.
So what it the issues.
.Value() option is not there. I have tried it with .Get_Text() still it is not working ?
Is there any problem with Variable Data Type. I am capturing run time text value displayed from the text box. The value displayed is 'Dataset4'
I declared the type as String. Is it correct ? Or any other type ?