Debugger breaks in READ event (OpenInsight 32-bit Specific)
At 02 DEC 2002 09:35:55PM Peter Walter wrote:
I have to admit I am stumped. I have a MDI child window loaded from a CLICK event on a button on the main window. The child window has no custom READ event specified. Some of the prompts on the child window have a custom ICONV/OCONV conversion, which has been tested thoroughly. When I send a READ event to the child window via a menu entry on the MDI parent, I get a debugger break in the conversion routine for each prompt that has the conversion routine, without any explanation. Changing the name of the conversion routine produces the same results. The call stack looks like this:
DATECONV
RTP19
FORMREAD
SEMANTICLOGICLAYER
$$$SYSPROG*READ.WINDOW.OIWIN*
RUN_EVENT
SEND_EVENT
EXECNPHANDLER
$$$SYSPROG*..OIWIN*
RUN_EVENT
Could someone please explain what is going on, and what the problem might be? As an OI novice, I would be very grateful.
Thanks,
Peter
At 02 DEC 2002 11:19PM Donald Bakke wrote:
Peter,
I know you said that these routines have been thoroughly tested but are you sure there aren't any exceptions where a debug statement may have been left behind?
At 03 DEC 2002 12:30AM Peter Walter wrote:
Donald,
As usual, you were right on the money. A recheck of ALL the code, including symbolics being loaded by the window, turned up an errant DEBUG in a symbolic, put there by an idiot programmer (me) :(. I wasted a whole day looking elsewhere. Thanks for the help.
Peter
At 03 DEC 2002 07:38AM Don Miller - C3 Inc. wrote:
Peter ..
I'll offer you a tip, if you don't already know it.
It's very difficult to debug a dictionary call (if that's what you're doing) with a debug statement. If it's in a stored proc, then it's relatively easy. Almost all of my dictionary symbolics call external code for that reason.
Don Miller
C3 Inc.
At 03 DEC 2002 01:30PM Peter Walter wrote:
Don,
Thanks for the tip. I appreciace your help as I further my knowledge of OpenInsight.