Thread: Database linking problem.

  1. #1
    Addicted to the Internet netboy's Avatar
    Join Date
    Dec 2001
    Posts
    158

    Question Database linking problem.

    First of all, I have a problem to display all my records in the database table to the DataCombo list. Eventually, I managed to solve it but here comes a new problem.

    I'm doing a sales program. If I select Product 1 from the DataCombo (Which retrieves its list of product names from the database), I am suppose to get the unit price in a textbox names txtUnitPrice. But the unitprice textbox doesn't respond when I select different products from the DataCombo.
    The unitprice textbox will respond if I select the product through the adodc instead which I make invisible.

    Anyone can help me pls!

    It's unfulfilled dreams that keep you alive.

    //netboy

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    If only this were VBprogramming.com...

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Classic Linking SDL in VC Problem
    By IdioticCreation in forum C++ Programming
    Replies: 1
    Last Post: 12-26-2007, 08:39 AM
  2. Problem connecting to MySQL Database?
    By MrLucky in forum C++ Programming
    Replies: 5
    Last Post: 01-30-2006, 11:30 AM
  3. help solve linking problem, thanks
    By Raison in forum Windows Programming
    Replies: 8
    Last Post: 05-29-2004, 11:14 AM
  4. Library Linking problem
    By Lynchie in forum C Programming
    Replies: 3
    Last Post: 07-23-2002, 08:49 AM
  5. File Database & Data Structure :: C++
    By kuphryn in forum C++ Programming
    Replies: 0
    Last Post: 02-24-2002, 11:47 AM