Sending parameters to a capture link app

Hi, I would like to know if we can send some parameters in a link (capture) in order to show only some records based upon the parameters.

By example,

I have a form for stock inclusion, In my form I have 4 fields, {inclusion_id}, {quality}, {manufacter_id}, {model_id}.

The form has a link to a grid containing every {manufacter_id} and {model_id} that I have in stock, and I make a field capture of {model_id}. What I want is that when I select {manufacter_id} in the form, the grid for capture shows only {model_id} that satisfies the manufacter_id.

I know that I can create a filter in the grid, but what I want is an expedite selection on model id, based on parameters sent by the form.

Is that possible?

Re: Sending parameters to a capture link app

Hi,

yes,!.. use the below steps to do that

  1. Create a desired parameter (IN) in the Grid application which is used as to capture a value
  2. Have the Form application with the same parameter and pass it while selection the Capture link…!

Regards
Dhana

Re: Sending parameters to a capture link app

How can I pass that parameter?

Re: Sending parameters to a capture link app

if u use sc_redir, you can pass it parameters.

Re: Sending parameters to a capture link app

mmmm no Vivid, maybe I didn?t explain enough.

But I already did by ussing SESSION variables. Thanks