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 Mike Lewis 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. pepito609

    Automation Erros and Remote Profiles

    Hi guys, I'm having a problem running a VB 6 app on an Windows 2000 enviroment that uses remote profiles instead of Local Profiles. There is an ODBC connection, under the system tab, to an ACCESS 2000 DB. When we use a local profile (The Local Computer Admin's) it works great. Neverthless, if we...
  2. pepito609

    How can I stop the FIND command from Recursivly Searching

    Hi guys, Sorry about the really simple question, but I don't use UNIX much, I am writing a script that executes some other script code based on whether it finds some files or not. Here is what I came up with: #!/bin/csh FILE='XXX.YYY.*' if find ./ -name $FILE ; then echo "true" else echo...
  3. pepito609

    Sheridan Control (DataGrid) information is needed

    Voga, When/If you find it, please let me know. I need to obtain/purchase a copy of the Data Widgets 2.0, and it has to be that specific version, and I'm not having much luck with Infragistics (Took over Sheridan. www.infragistics.com) Thanks, pepito609
  4. pepito609

    HOW SHOULD I SETUP THE PATH TO THE MDB IN MY VB6/ACCESS2K APP

    Hiccup, App.Path will resolve to the Path where the actual .EXE (Application) is running. (Note it lacks a traling "\", you will need to add it manually as on Swi's sample code. Therefore, if you have your DB file physically there as well you will be always able to locate it. (Unless you have...
  5. pepito609

    VB6 CR9 tmp file PLEASE HELP

    Tdong, Have you been able to find an answer? I'm very interested as well, it happens to me with CR 8.5 pepito609
  6. pepito609

    Crystal Reports 8.5 and PDF Exports Breaks in VB 6

    Okay guys, Here is the solution: I can not stress highly enough that you MUST have all of the DLLs and their dependencies of the same release. For example if you have Service Pack 3 on CR 8.5, make sure that all the DLLs and dependencies - for the VB guys, your Project References - are of the...
  7. pepito609

    PDF Exports fail on CR 8.5 on VB 6 Program

    Okay guys, First, thanks Dave for the pointer... I started on that note and was able to find the solution. Here is the solution: I can not stress highly enough that you MUST have all of the DLLs and their dependencies of the same release. For example if you have Service Pack 3 on CR 8.5, make...
  8. pepito609

    Problem Exporting to PDF/Registering DLLs

    Okay guys, Here is the solution: I can not stress highly enough that you MUST have all of the DLLs and their dependencies of the same release. For example if you have Service Pack 3 on CR 8.5, make sure that all the DLLs and dependencies - for the VB guys, your Project References - are of the...
  9. pepito609

    Problem Exporting to PDF/Registering DLLs

    I haven't had a chance to experiment with the vidru provided solution. I will be working on this today, so I will keep you posted.
  10. pepito609

    Problem Exporting to PDF/Registering DLLs

    Stinsman, Did you ever get a solution to the problem? I'm having a similar problem on this thread: http://www.tek-tips.com/viewthread.cfm?qid=930060 I followed all the KB at the Crystal Site, but nothing. Please let me know. pepito609
  11. pepito609

    PDF Exports fail on CR 8.5 on VB 6 Program

    Hello all, I have a VB 6 program that creates reports in Crystal Reports 8.5 and exports them to PDF and Excel. All is working well on the development computer (Where the full systems are installed, ie.: VS 6 and CR 8.5) All of the exports work without a hitch. Nonetheless, when the program...
  12. pepito609

    Crystal Reports 8.5 and PDF Exports Breaks in VB 6

    Hello all, I have read as much as I can on the matter and still of no avail, that is why I have turned to the masters... ;) I have a VB 6 program that creates reports in Crystal Reports 8.5 and exports them to PDF and Excel. All is working well on the development computer (Where the full...

Part and Inventory Search

Back
Top