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!

Search results for query: *

  • Users: SLamb88
  • Content: Threads
  • Order by date
  1. SLamb88

    Error when running 1 report

    I have a user who gets the following error when running a report against a SYBASE database: Error in File D:\Program Files\Business Objects\BusinessObjects Enterprise 11\Data\procSched\srgd1505.reportjobserver\~tmp13a457247eaa0341.rpt: Failed to retrieve data from the database. Details...
  2. SLamb88

    Scrambling Data

    We have a development database with sensitive data on it that we would like to mask. I've done so with a translate statement, but the problem is, the key is in the script, so anyone with access to the script could decipher the masked data. We have a similar process in SQL server that randomly...
  3. SLamb88

    How do I control the SAVE AS... Path when calling Excel

    I have a program, written in VB6 that allows the user to edit the incoming .CSV file using MS Excel. It does this by executing the following sub when a button is clicked: (sFile is the name of the file to be edited) Private Sub Excel_Edit(sFile As String) Dim objExcel As Excel.Application...
  4. SLamb88

    Error when loading Word Object with Win2k

    I have a program coded in VB 6.0, and when the user clicks on a button, it opens up a document in word, the code in the click event looks like this: Dim objWord As Word.Application Dim strMessage As String Dim intResult As Integer If bFileExists(gStrText) Then Set objWord = New...
  5. SLamb88

    0x00000000 error when installing a package

    I just wrote a rather simple VB 6.0 program, and created a package using Visual Studio's Package and Deployment Wizard. Everything appears to have gone fine. However, when I run setup.exe, I get the message that: The instructions at "0x00000000" referenced memory at...

Part and Inventory Search

Back
Top