If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > combo box in frame control

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-12-04, 21:45
azifa7980 azifa7980 is offline
Registered User
 
Join Date: Aug 2004
Posts: 15
combo box in frame control

it's me again. i have a problem where a create a frame control on my form. inside the frame control i place the combo box. basically, the coding to add item in combo box are:
Private Sub Form_Load()
Combo1.AddItem "One"
Combo1.addItem "Two"
Combo1.AddItem "Three"
but how is the coding if the combo box is place in the frame control? if the coding is same or a bit different?
Reply With Quote
  #2 (permalink)  
Old 08-12-04, 21:49
SCIROCCO SCIROCCO is offline
Registered User
 
Join Date: Mar 2004
Location: www.scirocco.ca
Posts: 346
The coding is the same if the combobox is in the frame control or directly on the form.
__________________
http://www.scirocco.ca/images/banner...occobanner.gif

Download for FREE the ADO/DAO Data Controls that makes life EASIER developing database applications in: VB, FoxPro, Access, VC++, .NET etc... Navigate, Add New, Delete, Update, Search, Undo and Save your changes. Supports Disconnected Recordsets and Transactions!

Or try our Ask An Expert service to answer any of your questions!
Reply With Quote
  #3 (permalink)  
Old 08-12-04, 23:00
azifa7980 azifa7980 is offline
Registered User
 
Join Date: Aug 2004
Posts: 15
cmbo box in the SSTab?

now, i place the frame control in the SSTab. in the frame control there are 2 combo box. one combo box with the item that i mention in the last thread. i had additem in the combo box but when i run the form, i drag-down one of the combo box but it doesn't display anything. why??
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On