Notifications
Clear all
Topic starter
I have two list boxes, one for complains of and another for denies, for a review of systems form.
The form will automatically default to the 'Denies any problem' on the right hadn side when opened. What the physicians would like would be if one of the options on the left are selected, it will automatically deselect the 'Denies any problem'. I tried using the following code:
{!IF DOCUMENT.DENIES=="Denies any problem" and DOCUMENT.COMPLAINS_OF <> "" THEN DOCUMENT.DENIES=="" ELSE "" ENDIF}
I know I am missing something, just not sure what it is. Any help would be greatly appreciated!!
Posted : November 18, 2012 11:20 pm
DOCUMENT.DENIES=""
only 1 '=' for assignment.
Posted : November 18, 2012 11:34 pm