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!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Popup a form passing the patient id
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 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(....)