How link a search form with another form (master/details)

Dear all,

I did a search form to select a user.
Then I need , clicking on search button, to link another form (M/D) in order to pass it the choosen user as paramer.

OnValidate I wrote:
[user_choosen]={user_id};
echo "User choosen ".[user_choosen];
and it seems to work but what after ?

Could you please suggest how to perform it ?
Is it complicated ?
Many thanks
Giovanni

http://imageshack.us/photo/my-images/404/filterr.png/

Re: How link a search form with another form (master/details)

Hello giovannino,

check out our knowledge base, link: http://www.netmake.com.br/knowledge/article-13.html

There’s an example to link search and form.

regards

Re: How link a search form with another form (master/details)

OK Max, thanks !
Field of filter are one and no dubts.

I have also other 4 global variable coming from login but within filter I have no mention to them.
Have I to set them to empty ? But in the Master/Details form I’m linking they have to pass it the correct values.
If I set empty I’ll lose the values ?
Thanks
Giovanni

http://imageshack.us/photo/my-images/189/linkqe.png/