Notifications
Clear all
Topic starter
I am writing an if/else statement in the page close handler to prompt a user to enter data. How can I stop the page from closing?
Posted : June 17, 2016 7:44 am
example: in the page close handler
if (DOCUMENT.EKG <> "" and DOCUMENT.INTR_DIAG_01 == "") then
userok("Please select a diagnosis for EKG.")
closepage("FALSE")
return(FALSE)
end if
Posted : June 17, 2016 8:59 am
Topic starter
Perfect! Thank you.
Is there a list of built in methods like closepage() and userok()?
Posted : June 17, 2016 10:08 am
Under Centricity (or CPS) Help
/ Help Topics /
Contents Tab
/ Using Data Symbols
~ Beverly
Posted : June 17, 2016 1:36 pm