Can someone explain this error code to me? This will show up intermittently at the top of the visit documentation. When it occurs, the result I see is that the BMI drops from the documentation.
{global F1143_540_1393853695 = OBSNOW("WEIGHT") "" <-NESTED CALLS EXCEEDS LIMIT
Thanks
Debbie
The global variable is just an obfuscation layer added by VFE. You might be able to identify what it's tied to by looking at your form's .xlw file near the bottom.
Either you have a boatload of reactive code, or more likely you have a couple watcher functions that are triggering each other in an infinite loop. What happens is you change BMI -> a watcher function changes a document variable -> 0-N more watcher functions fire -> something changes BMI -> the trigger loop fires again.