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. VBApprentice

    Export Crystal Report to Word 2003

    I have an ASP.NET application written with VS 2003. I have a Crystal report that exports the report directly to Microsoft Word. It works fine when Word 2000 is installed on the desktop. But, with Word 2003 on the desktop the report will not render at all. The compile was made on a machine...
  2. VBApprentice

    Export Crystal Report to PDF Format

    A textbox in a crystal report that holds more than 255 characters truncates each line when eported to Adobe PDF (all versions). How do I fix this?
  3. VBApprentice

    Parameter Passing in Crystal

    I need assistance in detemining the problem with this code. I am trying to pass two parameters to a crystal report. If I only pass the first one it works great. If I pass two the second parameter is inserted in both of the paramenters. I verified this by displaying the parameters themselves...
  4. VBApprentice

    Working Directory

    I am new to Visual Dbase. Is there a command to set the working directory. The working directory is in dbasewin.ini but I want to be able to change it outside of the ini file. I want to set up a shortcut that sets the working directory. Any help would be appreciated. Thanks.
  5. VBApprentice

    Registering Crviewer.dll

    I successfully registered crviewer.dll with regsvr32 on my computer running the 2000 operating system. Registering the "same" dll on my computer running NT version 4.0 I get the following error: DllRegisterServer in crviewer.dll failed Return code was 0x80004002 I am at a loss to...
  6. VBApprentice

    Crystal Report Printing

    I have reviewed other responses to this question and it is very simple to do. The key to printing is in the use of the Destination property. My problem is that I do not have that property with the crystal control. So my question is, how do I access this property? I am using VB 6 and Crystal...
  7. VBApprentice

    Purchase Crystal for Intranet

    I am in need of guidance in the purchasing of Crystal 8.5 I need to put Crystal on our Intranet. I need to tell our purchasing department which version to purchase, but I do not know which version. Is it Developer, Professonal, Standard or Enterprise? I need the cheapest. I can not...
  8. VBApprentice

    OCX Troubles

    I want to use a control in a project that is a newer version than previously used, it happens to be the listview control. I have replaced the older listview with the new one but get error Run-time error 13: Type Mismatch on code ...listitems.add(... when execute it. The program does not...
  9. VBApprentice

    Listview Updating

    I have a listview with a list of clients. When a client is clicked on, a form is displayed for status code update. Once updated the listview is returned to. My question is this. How can I update this status field on the listview? I do not want to go back to the database for the new...
  10. VBApprentice

    Pass SQL to Access Report

    I have a form for adhoc reporting which allows the user to select the crieria for a query. The information is displayed in a listview. I want the ability to print this information in a report. I am using Access 2000 for my reporting. The question I have is, is it possible to pass the SQL...
  11. VBApprentice

    Viewing Access Report in VB6

    That is what I was missing. Works great. Thanks MLK.
  12. VBApprentice

    Viewing Access Report in VB6

    I am having a problem viewing a Access (2000) report in VB6. I want to be able to view the report before printing it. The code to print works fine but when I put in the constant to view the report nothing happens. Is there something that is wrong or missing with this code? This occurrs on a...
  13. VBApprentice

    Screen Resolution

    What is the preferred screen resolution to design VB forms at? I want to be able to run my application on the variety of resolutions available. And how do I handle those computers that display at a higher resolution than my forms are designed at?
  14. VBApprentice

    Data Report - Run-Time error 713

    In my VB6 application I have created several Data Reports. They execute on my Windows 95 and Windows ME machines, they both have VB installed. I created an installation package then installed the app on another Windows 95 machine. When I execute the Data Report I get a Run-Time error 713...

Part and Inventory Search

Back
Top