
Posted:
Jul 7, 2004 @ 7:15am
by redshift
Are you serious ?
Here is a screen shot of the program in the visual dev.
http://etxredshift.cjb.net/testing/PPLF ... anager.jpg
I have downloaded te linked file, it's the correct one, are you sure you have tested my application ?


Posted:
Jul 7, 2004 @ 8:20pm
by PointOfLight
I believe there is something amiss. What I saw in the download was nothing like that screenshot. I was going to say something yesterday after I tried it, but I didn't get a chance. All I see on the form is and Edit box and a button with the text "Start".
Here's a link to a screen shot (note: I just redownloaded this file from the link earlier in the thread):
http://www.csdatasol.net/MyDBTool.png

Posted:
Jul 12, 2004 @ 7:46pm
by redshift
Thanks a lot for you code, i tried it, and it cleary show to me that only the CBN_SELCHANGE is triggered !
I used the same data as the one you used (COM1 ->COM8)
Blank selected at startup, and i select COM3, it output:
CBN_SELCHANGE Index = 2 Text =
EventId = 0 Index = -1 Text =
I change again and select COM7:
It display now:
CBN_SELCHANGE Index = 6 Text = COM3
EventId = 0 Index = 2 Text = COM3
CBN_SELCHANGE Index = 2 Text =
EventId = 0 Index = -1 Text =
So CBN_SETFOCUS, CBN_CLOSEUP, CBN_SELENDOK, CBN_DROPDOWN and CBN_SELCHANGE are not working on my ppc... sniff
Regards,

Posted:
Jul 12, 2004 @ 7:51pm
by PointOfLight
Are you putting this code in the form's function or the combo's function? If it's in the combo's, try moving it to the form's and see what happens.