Manual for passing on values from a grid to a form

Hi Folks,

I am still struggling with simple stuff and need help. The manual doesn’t give any examples, so I have to go this way.

I have designed a grid and linked it with a form. I need to hand over 2 variables to the form and they should appear in some fields of the form. (Before I press the save button)

What is the best practice for scriptcase?

Kindly provide a detailed step by step description. I have tried it with global variables, but I didn’t have any success so far.

thanks
Thomas

Re: Manual for passing on values from a grid to a form

Open the form, edit the field that you want to put this “initial value”, now edit:
Initial Value (type): Defined Value
Initial Value: [var_fieldname]

Now open the grid, edit the link and you’ll see that will ask to pass this news parameters, pass the grid field that you want and its done.