personalization [message #526160] |
Sun, 09 October 2011 11:01 |
hany_marawan
Messages: 198 Registered: April 2005 Location: Cairo - Egypt
|
Senior Member |
|
|
Dear All,
In module "production", "batch group management" form I built menu to call "material transaction" form.
Can I pass value from "batch group management" to "material transaction" by personalization.
In other words can I pass a value from form to another form,With the situation into account that each form has its personalization.
Regards
|
|
|
|
Re: personalization [message #526203 is a reply to message #526160] |
Mon, 10 October 2011 02:37 |
hany_marawan
Messages: 198 Registered: April 2005 Location: Cairo - Egypt
|
Senior Member |
|
|
I created global variable in a form, then I used it's value in the other form as " ${global.batch.value} ".
I tried to execute the data in this form by "default_where", the condition is "batch_no=${global.batch.value} ".
when I execute the data in this form it give me the message "${global.batch.value} can not be calulated".
I tried to see if this global has a data or not by making a message and appearing the value of the global "${global.batch.value}", it gave me a value.
So I did not know whay I can not execute the data depend on a global variable.
Regards
|
|
|