Search:

Type: Posts; User: MPSoutine

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,935

    Thanks

    It works just fine now
  2. Replies
    3
    Views
    1,935

    CFormview caption

    Hi,

    How do I change the caption in CFormview. I tried changing the caption in the properties dialog put that selection is grayed.

    Thanks,
    Soutine
  3. Replies
    1
    Views
    4,971

    Database project proposal

    Hi,

    Does anyone have an example or link that shows the correct way to write up the "the paper work" for a database application? I've completed an application for a class project and now I need...
  4. Replies
    1
    Views
    1,857

    Access database not updating correctly

    Hi Everyone. I have a dialog box with a list control; populated with the contents of a database, an "Edit Trade" button and "Delete Trade" button. I select a item in the list control and then click...
  5. Replies
    2
    Views
    4,663

    Updating a list control

    Hi,

    I'll give an overview of my program. I'm using MFC and an Access database. In my FormView class the user clicks the "Find Trade" button. This generates a "FindTrade" dialog box which has...
  6. Replies
    4
    Views
    1,838

    Thanks gg

    TmpSet.AddCustomerFromTranView(this);



    This is what I would like to try. The problem is implementing this function. I tried creating this function using "Add Member Function" In function...
  7. Replies
    4
    Views
    1,838

    database app design question

    Hi,

    A short introduction to the progam I'm working on. I have a Form View with combo boxes and edit contols. The combo boxes, Buyer & Seller, are populated with the contents of one the tables,...
  8. Replies
    2
    Views
    1,246

    Thanks

    Hi. That helped
  9. Replies
    2
    Views
    1,246

    Edit and Combo Box

    Hi,

    I have an SDI application. In the FormView there are several edit and combo boxes which the user fills in. I also have an "Add Transaction" button that a user clicks to update a database...
  10. Replies
    3
    Views
    1,533

    Thanks

    Hi N,

    That makes sense. That is what I originally did with the interest rate. I used an edit control to enter the value and then used atof() to store the number in the database.

    The...
  11. Replies
    3
    Views
    1,533

    Designing a database for a windows program

    Hi,

    I have a guestion about designing a Access database that will be used by a windows program. In my case I'm designing a database that will have information about the loans of a bank has:...
  12. Replies
    2
    Views
    1,137

    What type of control should I use

    Hi,

    Can anyone point out which type of control will allow me to uses the return key when entering text. My program is set up as follows: Click on an edit button and a dialog box appears. This...
  13. Replies
    2
    Views
    2,257

    Thanks

    Hi,

    I followed you suggestion. Here is what I have so far. You comments would be appreciated. I set the LimitText() for the edit box to 8 characters: 01/21/03.

    Question: Do I need to be...
  14. Replies
    2
    Views
    2,257

    CEditbox question

    Hi,

    This what I am trying to do in an Edit Box: Enter the numbers for a date in an edit box and as I am entering the numbers a forward slash appears at predetermined locations. I type MM and a...
  15. Replies
    1
    Views
    1,873

    CRecordset CListCtrl

    Hi,

    I have a simple dialog based application with two edit boxes,a list control and an Add button. The
    OnAdd method updates the database as well as updates the list control with the info in...
  16. Replies
    3
    Views
    2,462

    Hi gg, Thanks for the help. I tried using a...

    Hi gg,

    Thanks for the help. I tried using a RECT instead of CRect. Your suggestion is sure easier.

    MPSoutine
  17. Replies
    3
    Views
    2,462

    Number of columns in ListControl

    Hi,

    What is the proper method to use way to set the number of columns in a list control. I inserted two columns and would like them to be the same width in the list control.


    This is what I...
Results 1 to 17 of 17