Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. solostar

    Concatenating variables in SQL query

    Thanks very much! But i have found a way that works... =) SqlCommand = "INSERT INTO BandSetting " "VALUES('" + str25 + "'" ",'" + str1 + "'" ",'" + str2 + "'" ",'" + str3 + "'" ",'" + str4 +...
  2. solostar

    Concatenating variables in SQL query

    SqlString = "SELECT Start1, End1, Start2, End2, Start3, End3, Start4, " "End4, Start5, End5, Start6, End6, Start7, End7, Start8, End8, " "Start9, End9, Start10, End10, Start11, End11, Start12, End12 " "FROM BANDSETTING " "WHERE BANDNAME = &&quot...
  3. solostar

    Populating Combo box with data from a database(^_^!!)

    hi guys Im doing an Windows apllicaton in Visual C++. Totally new at it. I need to retrieve information from the database to populate the combo boxes. How do I go about doing it?? Im using a ODBC connection and Microsoft Acess. I dont know what other information i have to provide. Hope you...
  4. solostar

    Dynamically setting up DSN (^_^!!)

    Hi! Im writing a windows application using visual c++. I need t set up the DSN dynamically... how do i go about doing it? im using Access and ODBC connection... How do i go about doing that??? I dont want to specify the DSN using the option available from the control panel. Iwant to do it...
  5. solostar

    Menus in a CPropertySheet (^_^!!)

    hi I have a problem here. The menu of my tabbed dislog dont appear. I did the tabbed page using CPropertySheet. Why and how to solve this? Hope someone can help me. Thanks very very much! ***The Power Of Belief***
  6. solostar

    CPropertySheet & CPropertyPage -- does not dispkay items in tabbed pg

    hi all after succeeding in creating tabbed pages in my application. I realised to my greatest dismay that i cant display e combo boxes (Cant display the page after adding >25 combo boxes) I really dn't understand the situation. where did i go wrong? everything works perfectly fine with <25...
  7. solostar

    Tab Control, Visual C++

    You have any idea whether CProperty Page and CProperty Sheet are useful for tabs in a dialog session??? =)
  8. solostar

    Tab Control, Visual C++

    but it seems as if there's a limit to the number of components i can add to a dialog box. another question is: can different pages within e tabs share a same component. for instance, pg 1 and 2 share a common edit box. is that possible? This is because i have to resort to this sharing as i...
  9. solostar

    Tab Control, Visual C++

    hmm... as in dialog based application... do i make sense to u? =)
  10. solostar

    Tab Control, Visual C++

    hello will really appreciate if anyone can help me out on this... Do any of you have any idea how to insert tabs into a dialog session?? I'm using Visual C++... got stuck here... Thanks

Part and Inventory Search

Back
Top