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. Jastper

    Form Submit Problem

    Hi, I have created a form with registration details which are then validated. when the form is submit I want the data to be displayed in a separate exporer window I am trying to use the below function to do this but I keep getting errors. Can any tell me if there is something else I could try...
  2. Jastper

    Regular Expression?

    Hi All, I am new to javascript and am trying to create a regular expression that will only allow numbers, letters and whitespaces (for an address field). Does anyone have any good web references that I could go to or how the expression should look? Any tips greatefully recieved.
  3. Jastper

    Newbie Validation problem

    I am trying to validate the users name that is entered into a form box against the letters of the alphabet using a regular expression but cannot understand why it is coming back with an error when more than 1 'valid' letter is entered. I only want letters entered into the name box no special...
  4. Jastper

    Newbie application title question

    Can someone tell me how to give my application a title. i.e the text displayed in the horizontal bar at the top of my application window next to the MFC image?
  5. Jastper

    Validating a Edit Box

    Hi All, I am trying to develop a database editor using Visual C++ and need to make sure that only numeric data is entered into an edit box and is required to be 8 characters lon. This edit box will be then be used to update the MS ACCESS database. Can anyone help me on solving this problem?
  6. Jastper

    Initialising a New Dialog with Data

    I want to initialise a New Dialog box with database information from the original form but am not finding it as straight forward as I thought. I have listed the code that the problem is related to: void CMy19_02_03View::On_AMEND_RECORD() { Update_DLG d; d.m_UPDT_Family_Name =...
  7. Jastper

    Initialising a New Dialog box

    I want to initialise a New Dialog box with database information from the original form but am not finding it as straight forward as I thought. I have listed the code that the problem is related to: void CMy19_02_03View::On_AMEND_RECORD() { Update_DLG d; d.m_UPDT_Family_Name = m_Family_Name...
  8. Jastper

    Updating a MS ACCESS database table?

    Hi, I am a newbie to Visula C++ and am trying to update an DAO MS ACCESS database table from Visual C++ through dialogue boxes but am not having much luck. Does anyone have any examples of how this is done?
  9. Jastper

    Displaying the contents of a Databse Table?

    I am trying to design a Visual C++ application to read, browse, display and sort a Microsoft Access database Table. I have set up the application but cannot seem to display the contents of the database tables into the edit boxes. Can anyone give me any tips on displaying the contents of a...
  10. Jastper

    Function,returning arrays?

    I am having diffuculty passing an array back to main from a function. Can anyone show me how to call and return two values from in this way?
  11. Jastper

    Function Query

    Hi, can anyone help me with a task I need to do: I have to write a function to pass back two values as function arguments for use in - passing in the radius of a sphere and returning the surface, area and volume. I am OK with returning one result but don't know how to make the function return...
  12. Jastper

    CTime class

    I am having trouble using the CTime and CTimespan classes. I need to use them to create an object of this class with my date of birth and then using the ctimespan object subtract the two to give my age, Does anyone have any code or tips that would help me out?
  13. Jastper

    Windows XP

    I have a copy of Borland C++ 5.02 installed on my home machine running XP, does anyone know of aany keyboard bugs there are, whenever I use the Backspace key it comes up with an square character and wont delete anything? Also when I use the Enter key it gives me double lined spacing. Any ideas...

Part and Inventory Search

Back
Top