User Profile

Collapse

Profile Sidebar

Collapse
stinger5900
stinger5900
Last Activity: Mar 28 '08, 09:38 PM
Joined: Feb 7 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • stinger5900
    started a topic Passing pointers
    in C

    Passing pointers

    First of all I am new to C++.
    I have created a class, lets say class A. When the constructor is called I create two new classes Class B and Class C, then are not the same class as A.

    I need to get data from class B into Class C. How should I go about this? I though I could make a function in class A that returns the data, but how do I get a pointer of Class A into Class B so I can access the data from class A Since Class...
    See more | Go to post

  • stinger5900
    started a topic Copy An Access Data Base
    in C

    Copy An Access Data Base

    Can someone Guide Me to Sample code on how to copy an Access Database Using Microsoft Visual C++ 6.0
    I am a beginner with C++
    See more | Go to post

  • Yes the Auto post back is true. I think is has something to do with the fact that the access data object is linked between ddlist b, c, and d. What i mean is in the SQL statement ddlist C get a value from b and ddlist d has an SQL statement that gets a value from ddlist c, however ddlist A sets the datafile property of the two access objects.

    below is where ddlist a text is getting the used as "DatabaseRecord " ...
    See more | Go to post

    Leave a comment:


  • stinger5900
    started a topic Using Dropdown Lists and Postback VB .net
    in .NET

    Using Dropdown Lists and Postback VB .net

    I have 4 ddlist's. ddlist a, b,c,d.

    list a selects a database in a file
    list b selects a table
    list c selects a date in the table
    and d selects a second value in the table

    I would like ddlist a to post back and update ddlist c and ddlist d
    I have ddlist b doing just that, but ddlist a will not it will post pack and reload the page however c and d will not update unless I change ddlist b...
    See more | Go to post
No activity results to display
Show More
Working...