This topic is locked

'xt.assign' error in 6.2

2/11/2010 11:07:09 AM
ASPRunnerPro General questions
T
Tim author

Hello,
After upgrading a project to 6.2 I get the following error:
Object doesn't support this property or method: 'xt.assign'
I use xt.assign ALOT... like on every list page to change the "Logged on as" message to be a session variable I set, instead of the default SESSION("UserID"). How can I accomplish this in 6.2?
Thanks,

Tim

J
Jane 2/12/2010

Hi,
here is a correct code for ASPRunnerpro 6.2:

xt.assign_p2 "...",SESSION("UserID")
Alexey admin 2/12/2010

Hi,
we'll make the old xt.assign syntax available with the next update of ASPRunner.