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 Chriss Miller 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: phirst
  • Content: Threads
  • Order by date
  1. phirst

    More DotNet Crystal Angst

    Hi all, I know this isn't appreciated but I'm cross posting this in VB.NET and Crystal Reports Other Topics (I need an answer fast). When I print a report using rpt.PrintToPrinter(...), the report comes out as wanted. When I print the same report using the CrystalReport Viewer object...
  2. phirst

    DotNet Installation

    Hi all, I have created a setup project for my .NET application, and cos I use Crystal Reports and its viewer I have included the merge modules necessary: Managed.msm Database_Access.msm RegWiz.msm (with my registration code) All this works fine but I'm developping using VS.NET FRENCH (cos I'm...
  3. phirst

    Crystal Reports Installation

    Hi all, I have created a setup project for my application, and cos I use Crystal Reports and its viewer I have included the merge modules necessary: Managed.msm Database_Access.msm RegWiz.msm (with my registration code) All this works fine but I'm developping using VS.NET FRENCH (cos I'm in...
  4. phirst

    BCP Error

    Hi all, I'm using SQL Server 2000 SP3 personal edition. When I run bcp I get an annoying error (even double-click in explorer has the same effect): BCP support error Unable to load BCP resource DLL. BCP cannot continue. The resource file seems to be in the right directory. There is perhaps...
  5. phirst

    Combo Databinding EndCurrentEdit Problem

    Hi all, I have a form with a combo and several textboxes all bound to a dataview, for navigation and filters etc. The combo is just bound to the text like this: cbo.DataBindings.Add("Text", dv, "FieldName") BUT when I want to save changes to the dataset I call...
  6. phirst

    Setup Project

    Hi All, I've got a wonderful problem... I have written a project (in VB.NET) and now I would like to deploy it, so I added a Setup Project to my Solution. Everything works fine, I have all the necessary dependencies. When I try to generate the project... AARGH!!! I get a generation error and...
  7. phirst

    Hi all, I'm planning to upgrade

    Hi all, I'm planning to upgrade my machine... Athlon XP 1600+ MSI 6380 Pro2 256Mb DDR but my big question is which graphics board? As I don't have the money to buy Geforce3 I'm hestitating between: Geforce 2 Titanium 64Mb DDR TV out (Hercules, Leadtek ?) and ATI Radeon 7500 64Mb DDR TV out. I...
  8. phirst

    Labels - changing printers

    Hi all, Now here's a sticky Crystal problem for ya. I have a label report designed for a specific printer, the labels are a wierd size so I had to create a personalised label in the printer setup. My customer was happy with this report, but not with the printer, so he bought a new one bigger and...
  9. phirst

    Memory problem

    Hi, I checked out the posts in this forum and there are a lot of unanswered questions on memory problems. Here's a new one... (hopefully with loads of answers :->) I'm running CR8 against text files (my DB's ODBC driver was too slow, text files really improve performance and are much more...
  10. phirst

    Windows User Name

    Hi, Is there a function to get the Windows user name, so that I can print it on my report? I want to avoid passing another parameter to my reports. Thanks, Phirst.
  11. phirst

    crystal32.ocx PrinterName

    Hi, I have an application running with a OCX connection to CR. To change the printer for a report you have to assign the 3 properties: PrinterName PrinterDriver PrinterPort. This works fine. In some special cases, e.g. printing labels, I want to check the printer before changing it...
  12. phirst

    Footer problem

    Hi all, I have to print an invoice (sometimes several at a time), the last page of each invoice should have a footer, all pages of the invoice have the same header. I have put the header in the page header section and the footer in the page footer section. (My best results come from this...
  13. phirst

    cross-tab angst

    Hi all, I know some of you are going to groan but I have a cross-tab problem. I have two tables which are joined with a LEFT OUTER JOIN. Table 1 contains the field used for the columns (which also my join field), I want this to show ALWAYS, and table 2 contains a field for the lines and the...
  14. phirst

    Text file data source

    Hi all, I am using several text files for data sources with CR8. My application generates these files then crystal uses the text odbc driver to read them. This works fine and it is so much faster than attacking my application's database with its' odbc driver. But every silver lining has its'...
  15. phirst

    ODBC for text files

    Hi, To simplify, and thus speed up, some of the queries I need for a report I create text files. I then link these files with the other DB tables. Problem: In one table I have an index with two fields. Is it possible to define a composed index in a text file? Thanx, phirst.
  16. phirst

    CR8 RDC LogOffServer

    Hi, This is getting me down >:-< I am using RDC to run a report (using Progress 4GL). I connect to the CrystalRuntime.Application object. I connect to the database (via ODBC). I print the report. Then I want to disconnect the database. I check CanClose, it gives me &quot;true&quot;. I have set...
  17. phirst

    Physical database not found

    I am using Crystal Reports Developper V8. I created a query using the SQL Designer, 'cos I need to use a UNION. The query, on its own, works fine. When I try to view a report using this query I get the error &quot;Physical database not found&quot; and a blank report. There are no problems with...
  18. phirst

    Memo fields

    Hi, I am having major problems with memo fields. As you probably know already, a memo field is quite useless e.g. you cannot create a formula with a memo field. Questions: How does SCR decide to define a field as memo? Is it the field's length in the database? Does anyone know any good memo...

Part and Inventory Search

Back
Top