call_form [message #684624] |
Sun, 11 July 2021 10:38 |
ultgnp
Messages: 106 Registered: May 2010 Location: Germany
|
Senior Member |
|
|
Hi,
i have a form in which receptionist enters some info. The manager logins to this screen and push the data to another form 'B'. The form 'B' has 4 blocks. i need to access form B and 3rd block in particular and display data from Form A in this block.
How can i use call_form to access that particular block in different form.
Please advice
|
|
|
Re: call_form [message #684629 is a reply to message #684624] |
Wed, 14 July 2021 16:03 |
|
Littlefoot
Messages: 21818 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
I'd commit in form A and call form B (passing an identifier as a parameter), go to the 3rd block and execute query (using the parameter value).
|
|
|