Problem programming an editable grid form,an extra field and linked application

Dear reader

I am having a problem in a editable grid form where I have created an extra field (so not database related) which is changed by an ajax event by another field.
Also I ceated a link to an application on another field so on record level.
When I insert or update a record when I change the field that triggers the change in the other field the extra field changes perfectly but when I trigger the application which I have linked this value to and pass this field the other application receives not the recent value but a previous one or empty one.
How can I ensure the correct value is received.

Thanks in advance

Stephan

A few things to try. Are you using global variables? Then try to set these to type Session. Are you using links? Then make sure that you pass the correct values, if you use sc_redir then pass these variables in the function prototype. Ie. sc_redir(mylink.php, your ‘globals’ here…

Dear Albert

thank you for your answer.
[SIZE=12px]I am using Link between applications - Parameters Definition[/SIZE]
[SIZE=12px]I have selected the value to pass as parameter.
value is changed by ajax before en is correct.
Here I am using a field value to pass as parameter to a global parameter in the other application via a application link in a HTML imgae field.
Only the previous value what is changed in onloadrecord is received
What is happening here ?[/SIZE]

Appreciate you help

regards

Stephan