Hi Robert - thanks for this. I seem to have tried just about every combination of using aqConvert and keep getting errors like "unable to find the object VarToStr"
with
Aliases.browser.pageNeonCms2.formFormcancelcredit.panelCol1.fieldsetTransaction.panel.textboxTextboxslipnumber.VarToStr.SetText(Project.Variables.Slip_number);
Or
Aliases.browser.pageNeonCms2.formFormcancelcredit.panelCol1.fieldsetTransaction.panel.textboxTextboxslipnumber.SetText.VarToStr(Project.Variables.Slip_number);
OR
Aliases.browser.pageNeonCms2.formFormcancelcredit.panelCol1.fieldsetTransaction.panel.textboxTextboxslipnumber.VarToStr.SetText.aqConvert.VarToStr(Project.Variables.Slip_number);
Or
Aliases.browser.pageNeonCms2.formFormcancelcredit.panelCol1.fieldsetTransaction.panel.textboxTextboxslipnumber.VarToStr.SetText(aqConvert.Project.Variables.VarToStr.Slip_number);
Driving me mad!! Any further suggestions were to put it :smileyhappy:
Thanks
David