Page 1 of 2

SQLite Database Manager Attempt

PostPosted: Jul 4, 2004 @ 11:50pm
by redshift

PostPosted: Jul 7, 2004 @ 1:36am
by kornalius

PostPosted: 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 ? :wink:

PostPosted: 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

PostPosted: Jul 7, 2004 @ 11:00pm
by redshift

PostPosted: Jul 7, 2004 @ 11:18pm
by PointOfLight

PostPosted: Jul 7, 2004 @ 11:29pm
by redshift

PostPosted: Jul 8, 2004 @ 2:59am
by PointOfLight

PostPosted: Jul 8, 2004 @ 8:38am
by redshift

PostPosted: Jul 11, 2004 @ 9:45pm
by redshift

Combobox Notification Events

PostPosted: Jul 12, 2004 @ 1:07pm
by mervjoyce

PostPosted: 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,

PostPosted: 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.

PostPosted: Jul 12, 2004 @ 10:03pm
by redshift

PostPosted: Jul 12, 2004 @ 10:56pm
by PointOfLight