Hello All,
I have a listbox that is a populated by a function that uses prob_after(). The function returns a global variable which is a comma separated list which is "problem name - problem code" If the user selects a problem and clicks a button it is removed. My issue is I cannot get the listbox to reflect the change when the problem is removed. However, I can get the list to update when I add a problem. Also the listbox will show the update if I put the visit on hold and then open it again. Has anyone worked this issue out before?
Thanks,
Brad
You could force a tab refresh using JUMB_TO_TAB if you have multiple tabs in the form. This could be implemented in a variety of ways depending on the form elements.
is your function a watcher function? if you add a ! in front of the function, it will constantly be updating. see if that helps?