I have an issue with a form or combination of forms. MEL trace revealed the following but I am not sure now how to find where this is coming from. Has anyone seen something like this and have an idea of where I can go to see what the issue is?
10/17/2019 15:14:11.046 INFO Process Id #27012 ML Thread [MelTrace]
10/17/2019 15:14:11.051 INFO Process Id #27012 ML Thread [MelTrace] ERROR: 32848 BAD VALUE OR BAD INDEX
10/17/2019 15:14:11.060 INFO Process Id #27012 ML Thread [MelTrace] >{OBSNOW('WEIGHT')}
10/17/2019 15:14:11.060 INFO Process Id #27012 ML Thread [MelTrace] execute>call OBSNOW("WEIGHT")
10/17/2019 15:14:11.060 INFO Process Id #27012 ML Thread [MelTrace] results>""
10/17/2019 15:14:11.060 INFO Process Id #27012 ML Thread [MelTrace] execute>end
Thanks in advance!!
It looks like you are trying to pass a value out of an array where there isn't data in that specific spot in the array. MEL traces can jump around a little bit, but were you doing anything with an array on a form where you pull the weight value? My best suggestion is to look at forms where you use weight as a data element since the error is in close proximity to your OBSNOW("Weight") call.
Janet,
The portion of the trace that would be most helpful is the stuff that proceeds the 'ERROR: 32848...' line.