jatin_sanghi
31st January 2005, 15:48
Hi all,

I have a table having category code and its description.
I'am zooming to this session from other session , to return the code value to this maintain session.
but i also want that the description should also show up on the screen. what do i need to do.

Please help me out.

Regards,
Jatin

mark_h
31st January 2005, 16:05
Since you are returning category code then just look up the description again in the calling code. Or you can set-up a zoom variable to be returned from the zoom session - using export and import. I prefer the first choice, but either should work.

Mark