Notifications
Clear all
Topic starter
I am working on a VFE that has two parts. First part is patient refused to fill survey and the second part is the survey. I want to make items in the survey required but only if the patient does not refuse the survey.
Is that doable? I tried to force the questions but it will also make me fill them even if the patient refused to take survey.
Any ideas will be appreciated. Thanks, Jude
Posted : June 27, 2016 6:49 am
Enable a PageClose handler routine in the form, check that either Pt Refused or form filled out, do not allow form to be close via ClosePage(False). Poorly document, check Help file in VFE for PageClose and symbols in Help file in Centricity for ClosePage().
Posted : June 27, 2016 7:11 am
Topic starter
Can you please give me some more details on how to do this? Thanks much, Jude
Posted : July 12, 2016 8:03 am