shuzheng
25th October 2005, 13:36
I can get the session's NO and set it on a report,but the users can't understand the meaning of the session's NO,how can I get the session's title/description by it's NO?
thanks!

mark_h
25th October 2005, 15:01
Check out tt.session.desc.

NPRao
25th October 2005, 20:46
Or you can use the predefined variable -

string sattr.descr$(80) 4R Description of the session.

shuzheng
26th October 2005, 03:47
thanks :)
good regards