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?