advanced search value as default value in field setup

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
digitalphotoworld
User
Posts: 416
Location: Nürnberg/Germany

advanced search value as default value in field setup

Post by digitalphotoworld »

In PHPMaker V9 I was using this code in fieldsetup -> add -> default value

$SESSION['<mytable>advsrch_x_jahr']

I upgraded to V10, now the code didn't work.

How could I get the value that a user choose from the advanced search panel in V10?


mobhar
User
Posts: 11790

Post by mobhar »

Have you tried the following?

$SESSION['<EW_PROJECT_NAME><mytable>_advsrch_x_jahr']


digitalphotoworld
User
Posts: 416
Location: Nürnberg/Germany

Post by digitalphotoworld »

Oh, of course I had set the project name.

I solved the problem with restarting the computer and regneration the project. I discoverd that PHPMaker sometimes create strange erros/problems when the uptime of the computer is to long.


Post Reply