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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jrjones666

  1. jrjones666

    Convert a numeric value to a CString.

    That was extremely helpful, IonelBurtan. I had tried using the format method before but could not get it to work until I got the format from you. Thank you very much. ~J
  2. jrjones666

    Record-Locking...(seeing which user has the record open)

    I had a cross reference table with Names, and the UserID always had a specific letter in the same position, so it was easy for me to get the username of the people who were possibly in the database. Unfortunately, the ldb file is created when the first person accesses the table/database and...
  3. jrjones666

    Add date to report name

    I would like to know what the PrintToAdobe function is too!
  4. jrjones666

    Carry Data over to the next record

    If there is a possibility of having more than just one input. You might want to use a combo box. You should still be able to use the default value but it will save time overall to use the combo box and have it display everything that has ever been input into this field. That way it is...
  5. jrjones666

    Convert a numeric value to a CString.

    Hello, I am fairly new at VC programming. I have a numeric value that I want to add to a listbox. The variable behind the listbox is a CString. I need to know how to convert my numeric value to a CString. Thanks for any help. John

Part and Inventory Search

Back
Top