Hi,
I would like to open a popup form from a main form and pass the patient_id to the popup using the onclick event of a button. I believe nuPopup is the right function for this, but I haven’t found a way to pass this variable in edit mode to the popup.
Thanks for your help,
Yves
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Popup a form passing the patient id
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: Popup a form passing the patient id
Set a hash cookie with nuSetPropety(...) before opening the popup and then retrieve it in the popup window with parent.nuGetProperty(....)