Bruce,
As a second experiment for the multi-selection issue I posted about, I have tried another idea. I created a memory form that has a series of tabs, labeled General, Skin, etc. I want to use this form as a pseudo look up form, from a button added next to a form field. Each tab on the memory form has the tab condition set to:
p_web.GSV('ROStab') = 'General', p_web.GSV('ROStab') = 'Skin', etc.
I call the memory form from a button on a standard form. I have tried setting the session variable in many different embeds of these buttons, using the following:
btnGeneral p_web.SSV('ROStab', 'General')
btSkin p_web.SSV('ROStab', 'Skin'), etc.
Currently I have the code in the "Add server side code here" embed. It works but I find I must click the calling button twice to get the expexted effect, which is to unhide the General tab when the btnGeneral button is clicked, or unhide the Skin tab when the btnSkin is clicked.
I have also tried passing "p_web.SSV('ROStab', 'General')" as a parameter by filling in the parameter field on the OnClick tab of the template. This has inconsistent results. In my testing I set this parameter for just the first two buttons, General and Skin. The session variable always seems to contain the value "Skin".
Do you have any suggestions to help resolve these two issues?
Thanks,
Jeff