Results 1 to 2 of 2

Thread: Crystal Reports

  1. #1
    Guest
    Enterprise disk 3 /common/tools/vb/crysrept/crystl32.exe

    Crystal is OK, I use it sometimes, other times I use Access and other times I use datareports. When you save your crystal report definition make sure the save with data option is not ticked, otherwise that will keep you confused for a good few hours wondering why the report contents aren't changing.

    and here is a little bit of code to get you on the road


    MousePointer = 11
    With CrystalReport 'control name
    .ReportFileName = app.path & "\Oli.rpt" 'report filename
    .WindowLeft = 250
    .WindowTop = 35
    .WindowHeight = 700
    .WindowWidth = 600
    .WindowTitle = "OLI letter"
    .Destination = crptToWindow
    .Action = 1
    End With
    MousePointer = 1


    [Edited by MadWorm on 09-20-2000 at 11:43 PM]

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    According to Seagate Software, using Crystal Reports OCX is obsolete. The new way is to use Crystal Viewer and ADO recordset.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width