OI 7 Edittable Click problem (OpenInsight 32-Bit)
At 27 JAN 2004 12:25:44AM Bob Watson wrote:
I have upgraded to OI 7 for testing. I have a problem when you click (and only click) in any edittable. It goes to the debugger with the message
S1000: Error loading program "$$$POMS*WINMSG*POMS_PROJECTS.".
The form is named Poms_Projects.
If I put a WINMSG event on the window it works.
Thanks
Bob Watson
At 29 JAN 2004 08:26PM Bob Watson wrote:
I repeat the post of a few days ago - has anyone got ant suggestions?
I have upgraded to OI 7 for testing. I have a problem when you click (and only click) in any edittable. It goes to the debugger with the message
S1000: Error loading program "$$$POMS*WINMSG*POMS_PROJECTS.".
The form is named Poms_Projects.
If I put a WINMSG event on the window it works.
Thanks
Bob Watson
At 30 JAN 2004 01:12AM Donald Bakke wrote:
Bob,
I don't think this is a CLICK problem. Do you have any promoted or custom events? Are you capturing any WinAPI messages and using the QUALIFY_EVENT message? Have you check your EventDesigner settings since the upgrade since the CFG_EVENTS record has probably been overwritten?
dbakke@srpcs.com
At 30 JAN 2004 07:42AM Bob Watson wrote:
Promoted Lostfocus and Gotfocus, no qualified events. If I tab into the edittable no problem - only when I click into it or even if I'm aready in the table and click again it happens. I tried creating a blank form with a brand new edittable - same thing happens. If I put a WinMsg event on the window it works fine. I reset the events in Event Designer already.
Any more thoughts?
Bob Watson
At 30 JAN 2004 11:19AM Donald Bakke wrote:
Bob,
What do you see in the program stack if you debug the WINMSG event? What appears to be calling it? Are you using the Get_Cursor_Pos() utility you got from us some time ago?
dbakke@srpcs.com
At 31 JAN 2004 11:35PM Bob Watson wrote:
Don
Now Get_Cursor_Pos() might have something to do with it, but I can't find it - where should I look?
Bob Watson