Page 1 of 1

Popup a form passing the patient id

Posted: Sun Jan 26, 2025 10:11 pm
by yvesf
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

Re: Popup a form passing the patient id

Posted: Sun Jan 26, 2025 10:19 pm
by kev1n
Set a hash cookie with nuSetPropety(...) before opening the popup and then retrieve it in the popup window with parent.nuGetProperty(....)