Query status is passing on ??? [message #607022] |
Sat, 01 February 2014 10:56 |
|
bluetooth420
Messages: 146 Registered: November 2011
|
Senior Member |
|
|
What i need is
1) I want to open a form for example (product master) and want to keep the menu
2) I want to open another form "Purchase Invoice" and want to keep the menu.
The problem arises if Product Master is in query mode, then any data/work done on Purchase is not saved. This seems to be basically due to reason that the query mode of Product Master is affecting the forms status of Purchase invoice.
The basic method i am using in menu to call forms is
call_form('fm_prod', hide, no_replace, no_query_only);
call_form('fm_p_inv', hide, no_replace, no_query_only);
I can not figure out the solution.
Kindly guide me what to do so that query status of the first form does not affect the other.
Thanks.
Note: Both forms does not have any direct link with each other and is being called from a same menu.
[EDITED by LF: removed superfluous empty lines]
[Updated on: Sat, 01 February 2014 13:36] by Moderator Report message to a moderator
|
|
|
|