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 TouchToneTommy 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. fzylgk

    Interdev connection failed: Method not allowed(Error code = 80070005)

    I get the same error, so if anyone figures this out, please let the rest of us know. I have Visual Interdev with SP5. I get the error when I try to connect to IIS 5 with FP SE 2002. I do not get the error with the old extensions (not sure what version)
  2. fzylgk

    Excel to PDF Using Visual Basic

    vjysing, When you're writing the "msExcel.ActiveWorkbook.PrintOut" line, does VB show the function definition like below? PrintOut([From], [To], [Copies], [Preview], [ActivePrinter], [PrintToFile], [Collate], [PrToFileName]). I'm not really sure why you can't reference the...
  3. fzylgk

    Custom "Page Cannot be Displayed"

    This needs to be done through the IIS Internet Services Manager. You need to create your "custom" error page and set it as the default for the 404 error message in the "custom errors" tab in IIS. Keep in mind that you can set the custom error at the server, site, directory or...
  4. fzylgk

    Array script problems

    Yes counter is the incrementer, but I don't see where it is needed. If you always know that email is in the second position then you wouldn't have to increment through the array. You should just be able to populate the array without the counter like: myArray =...
  5. fzylgk

    Change cursor in server script

    You could also make your own wait page (with buffering turned on). The custom wait page would display a message telling the user that the process is running. This wait page would also contain a redirect command to the ASP process page. Since buffering is turned on the wait page would be...
  6. fzylgk

    Excel to PDF Using Visual Basic

    Update: Jabba, thanks much, it worked perfectly. BTW: I use a Visual Basic Executable instead of VBA. Example code is below if interested: Public Function ConvertFile(strSourceFileName As String) As Boolean On Error GoTo ErrorHandler Dim msExcel As Excel.Application Set...
  7. fzylgk

    Excel to PDF Using Visual Basic

    I had this working beautifully in 4.0, but recently upgraded to 5.0. I was using the PDFWriter printer in 4.0, but now I have to use Distiller. I'm not sure why they got rid of the PDFWriter printer? I haven't tried Jabba's code yet (will right after I post this), but I do know if you try to...

Part and Inventory Search

Back
Top