Is there a change in URL parameters in SC 7

Hello,

With v6 we were able to have a simple URL pass from a grid to a form and construct that URL in OnScriptInit event of the grid. So the URL is something like…

http://server/scriptcase7/app/app_name/form_app/form_app.php?param1=43&param2=44

And this worked perfectly without problem. After the upgrade we can’t seem to do this same thing. In the grid on mouse over of the URL constructed looks fine but what happens when it loads is it actually gives a different URL.

http://server/scriptcase7/app/app_name/form_app/form_app.php?nmgp_outra_jan=true&nmgp_start=SC

I don’t know that this is and in search of this forum the for posts that come up don’t seem related. Is this a SC 7 bug or did something change in how we should construct dynamic links?

Thanks in advance,

-Tim

Hello Tim,

You could try to pass a parameter to append to those that SC is already passing.

Instead of passing “?param1=43&param2=44” you could try to pass “&param1=43&param2=44”.

You can also contact our support regarding this issue. Our chat is active on workdays from 8:00am to 6:00pm (GMT -3), and our ticket system is always available.

regards,
Bernhard Bernsmann