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 strongm 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. rich2020

    Modify a variable in an ofstream

    The version variable still returns as 0 when I use my modify file function, even though the original file has as 1.
  2. rich2020

    Modify a variable in an ofstream

    I'm trying to create a text file and increment an integer variable within the file. I think the problem is that .open truncates the file so the enter always returns 0. Is there a way to stop the file from truncating when opening the outstream? //enter the name of file //if file exist then...
  3. rich2020

    Using the COPY command

    What is the syntax for using the copy command in a procedure or package? I get compile errors even when I don't use the set arraysize and set copycommit parameters.
  4. rich2020

    How to parse access report or form into multiple excel spreadsheets

    I have an access database that has a single form with multiple subforms/reports for sales reps and sales regions. The end user wants the output in excel and each of the subforms/reports on a different tab in a workbook as well as each sales rep exported into a seperate workbook. Any suggestions?
  5. rich2020

    transforming a date field

    Our database has a field with a date in it defined as a number data type. When i bring it into crystal the number is garbage. How can i change it from a number to a date or at least a string field that can be formated?
  6. rich2020

    Date Function

    have you tried using: = CurrentDate

Part and Inventory Search

Back
Top