Passing parameters using HTML Image Link

Hi people i have two apps

1.-ctrl_sourceapp
2.-ctrl_targetapp

i have two fields (no database fields) on source app
called teste and set it to 333
and a html_Image field called link1

i set teste variable to
{teste}=333;

after that i press the edit link on html_image
so i link to the ctrl_target app and pass a teste variable as parameter

ther problem is that in the target app
the parameter passed is empty

echo '‘Parameter’.[glo_paramatreo];

So glo_paramatreo is emtpy. unless i pass it as a global variable instead of a field.

Any Ideas?

imgbug1.jpg

imgbug2.jpg

imgbug3.jpg

Hello,

Where have you set that [glo_paramatreo] = {teste}?

regards,
Bernhard Bernsmann

i set it on the link parameters
you can see it on the screen shoot number two.

I’m looking for the answer, as I need similar solution

did you get this resolved ?

Arthur