Notifications
Clear all
Topic starter
Hi CHUG....
Trying to develop code for a drop down field to populate with a previous OBS term if there is one otherwise allow the user to choose from the dropdown. Trying to have the field populate the OB provider in a EPDS Depression Scale if it was recorded...otherwise, I want the use to choose the provider and push that value to the appropriate OBS value. Does anyone have any thing like this or could point me in the right direction?
Thanks in advance!
Geoff
Posted : June 3, 2015 1:56 pm
have you tried using a dynamic listbox and a function where if obs_prev("obsterm") "" result = obs_prev("obsterm") else result = "option1" + "," + "option2" + "," + "option3"
Posted : June 4, 2015 7:46 am
Topic starter
Great idea Ken! Thanks! I will try it out later today!
Posted : June 5, 2015 7:44 am