Delphi For PHP Forums       


Go Back   Delphi-PHP Forums > Programming > PHP - Code
Forum Jump Register FAQ Members List Downloads Search Today's Posts Mark Forums Read

PHP - Code PHP programming - Ask questions and help people with PHP code. If you are stuck and need help, this is where you ask for help.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 5th October 2008, 02:04
D4PHP User
 
Join Date: Sep 2008
Posts: 17
manuelgc1201 is on a distinguished road
Default problem loading combobox

hello, I want to know how can I fill an object combobox dynamically through a consulting mysql, I have the following code but only returns the last row of the table.

thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 13th October 2008, 19:01
D4PHP User
 
Join Date: Aug 2008
Posts: 19
vannarin is on a distinguished road
Default

you can use jtcombobox. I believe you can search in the forum to find more info on it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 23rd October 2008, 02:19
D4PHP Enthusiast
 
Join Date: Apr 2007
Location: Barrie, Ontario, Canada
Posts: 181
jomitech is just really nicejomitech is just really nicejomitech is just really nicejomitech is just really nicejomitech is just really nice
Default

Yes, one can use JTLookupComboBox for this (JomiTech Components For PHP Full - Cutting edge tools for developers)

However, it isn't hard to loop through all the records adding values to a ComboBox control.

Something like:
PHP Code:
for( $this->Query1->First(); !$this->Query1->Eof$this->Query1->Next() )
{
    
$this->ComboBox1->AddItem$this->Query1->Fields'Field1' ] );

__________________
Jon

Components For PHP - The complete component suite for Delphi For PHP.
PlatinumGrid - Powerful and flexible PHP grid control.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 22:46.




Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0 ©2009, Crawlability, Inc.
Copyright © 2004 - 2009, G&J Solutions Ltd. All Rights Reserved. terms of use