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: *

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

    Export to Excel has different values for some fields

    Has anyone else had this problem? I'm using Crystal Reports 2011 with a SQL database for the main report. There is a small subreport extracting some numbers from an Excel Spreadsheet in the group header. A formula uses a shared variable to adjust a formula back in the main report (in a Group...
  2. crystalkiwibruce

    Split a Multipage TIFF File

    I know there are some utilities out there to do this. I'd like to take a multi page TIFF File and split it into seperate images. If the utilities can do it, how can I do it in my code? I'm happy to use VB6 or Dot Net, if needed. Bruce Ferguson www.crystalkiwi.com/nlog.htm
  3. crystalkiwibruce

    Parameter Values inside Application

    I'm using Visual Studio 2010 with Crystal Reports 2010. I've got my code loading values into parameter fields, but now I want my log to show what parameters values were used in the report if the user just answered the parameter form on the Viewer object on the form. Lot's of objects to...
  4. crystalkiwibruce

    Saving Local Files

    Microsoft have been discouraging us from saving data in the Program Files folder where the application is installed. On Windows 7 and Vista, that folder is protected and we are told to use c:\ProgramData\CompanyName\AppName for files used by all users on the machine. Vista and Windows 7 also...
  5. crystalkiwibruce

    Get the name of the EXE currently running

    I've got a VB 2010 project with a Main Application and a DLL with some common shared code I plan to use in other applications. Inside the DLL code, I'd like to retrieve the name of the actual EXE currently running. I can get the name of the DLL, but I'd like the higher level EXE name as a...
  6. crystalkiwibruce

    Crystal Reports 2010 Export Options

    Anyone out there doing any development with the Crystal Reports for Visual Studio 2010 toolkit that was released by SAP last year? I've installed it and have it viewing reports. There is even an export button there, but when you click it you only get half a dozen formats and can only save to...
  7. crystalkiwibruce

    Problem with Identity Field after migration from older version of SQL

    I'm trying to migrate my application database from SQL 2000 to my new SQL 2010 server. I created the new database and used the "Import" tool to select the tables in my system. I ticked the box that said "Enable Identity Insert" so the Record ID fields that were set to AutoNumber went across...

Part and Inventory Search

Back
Top