Notifications
Clear all
Topic starter
Okay I have a freaking odd issue going on with a function in some of my forms. When the forms load via a document template, the function does not work. If I remove the form and then re-insert the form, the function starts to work.
I have the same issue in three different databases so I know it isnt a database issue. Well at least I hope it isnt.
We are running CPS9.5 sp1
Posted : June 13, 2012 8:02 am
Suspect form initialization problem. Do you have any "{ ! .....}" code?
Posted : June 13, 2012 8:30 am
Topic starter
If you mean in the functions, yes, cause I have several that have to reevaluate once a problem is added
Posted : June 13, 2012 8:33 am
Check function names in other forms in the update. If two different functions have the same name. Only the last one loaded will work properly.
Posted : June 14, 2012 12:52 am