Search found 3 matches

by Aiown
Sat Feb 26, 2005 11:16 pm
Forum: Coding Questions
Topic: Selecting values from database into combo box...
Replies: 5
Views: 1642

OK, I found a way to add the usernames to the combo, but every time I click on the combo they are added again and again.

Here is the code:
________________
Init_PVDynamic()
XIncludeFile "frmLogin_Constants.pb"
XIncludeFile "frmLogin_Windows.pb"


Procedure WindowCallback(WindowID,Message,wParam ...
by Aiown
Sat Feb 26, 2005 11:06 pm
Forum: Coding Questions
Topic: Selecting values from database into combo box...
Replies: 5
Views: 1642

Thank you, it worked, now I have to figure out how to pass the returned values to the combo and how to compare the entered password to the one in the table.

Sorry, I am new to PureBaseic and the tutorials only cover the very basic stuff. Is there anything more advanced out there?
by Aiown
Sat Feb 26, 2005 2:48 pm
Forum: Coding Questions
Topic: Selecting values from database into combo box...
Replies: 5
Views: 1642

Selecting values from database into combo box...

Hi all,

I am new to PureBasic. I have been working on Access databases, and now I'd like to re-write my applications in Purebasic with Firebird database backend. However, I cannot find good ODBC tutorials, and I got stuck right at the beginning.

I want to query the login table for username and ...