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 wOOdy-Soft 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 bevsz

  1. bevsz

    how do I communicate to SourceSafe through a program?

    Hey Folks, I am looking for some source of how to talk to SourceSafe through a .net program. Can you help me with an example or a good source for this? Thanks so much, Beverly
  2. bevsz

    Left with code with an extension of .csproj, v

    Thank you so much for your reply. I have since found out that my hacker programmer was using CVS and this file is just the copy of the code wrapped in the cvs save... I did find the programmer's last used copy on their former machine so I am good for now.
  3. bevsz

    Left with code with an extension of .csproj, v

    I have been left by a former employee with code that I do not know. It has a .csproj, v extension. How do I get that in a format so I can open the project in .net? Help please!
  4. bevsz

    How do I write a line to a report

    Thanks again Remou, I actually did start another thread when I realized what I had done. Again thanks for pointing me to this tip.
  5. bevsz

    Error Number 2024 in Docmd.OutputTo to write report to disk

    I am trying to write a report to a hard drive on my network. The following is the code being used: strCriteria = "WPNo1 = '" & Me.WPNo1x & "' AND WPNo2 = '" & Me.WPNo2xx & "'" ' And Stage = " & Me.Stagex & " And Version = " & Me.Versionx" stDocName = "Graphic Work Package Report"...
  6. bevsz

    Error on query defs.

    strsql = "SELECT dbo_VP_TIMESHEETITMV42.PERSONFULLNAME, dbo_VP_TIMESHEETITMV42.PERSONNUM, " _ & "dbo_VP_TIMESHEETITMV42.TIMEINSECONDS, HISTORYJOBS.JOB, dbo_LABORLEVELENTRY_JOB.DESCRIPTION, " _ & "dbo_VP_TIMESHEETITMV42.LABORLEVELNAME4, dbo_LABORLEVELENTRY_OP.DESCRIPTION, ([timeinseconds]/3600) "...
  7. bevsz

    How do I write a line to a report

    I am trying to write a report to a hard drive on my network. The following is the code being used: strCriteria = "WPNo1 = '" & Me.WPNo1x & "' AND WPNo2 = '" & Me.WPNo2xx & "'" ' And Stage = " & Me.Stagex & " And Version = " & Me.Versionx" stDocName = "Graphic Work Package...
  8. bevsz

    How do I write a line to a report

    I guess more information is appropriate here. My form is reading a file that is XML and creating values for a table within Access from the XML file. I found that I have values in the XML that will create duplicate entries in the table as my form (with code behind it) processes the XML records...
  9. bevsz

    How do I write a line to a report

    I am creating a import for a file in Microsoft Access. I need to create an exception report and write any record that will create a duplicate record to my exception report. How do I write 1 line at a time to the exception report and then print it out at the end of my import function? I know...

Part and Inventory Search

Back
Top