Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Paths in Crystal...

Paths in Crystal...

Scheduled Pinned Locked Moved C#
helpdelphisysadminsales
2 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Stephen Lintott
    wrote on last edited by
    #1

    Hi all... I've got a problem with a crystal report app (Delphi) and I need Help. I got the following code to work on two machines but it keeps failing on the client server. Can someone tell me why. PS The client server works with a XBase driver the two Machines I got it to work on runs a foxpro driver. That is the only thing I can pick up thats different...

      dtmVision.crGeneric.Tables.ItemIndex :=0;
      dtmVision.crGeneric.Tables.Item.Name :='System.dbf';
      dtmVision.crGeneric.Tables.ItemIndex :=0;
      dtmVision.crGeneric.Tables.Item.Path :=sDBPathForVision;
      dtmVision.crGeneric.Tables.ItemIndex:=1;
      dtmVision.crGeneric.Tables.Item.Name:='Customer.dbf';
      dtmVision.crGeneric.Tables.ItemIndex :=1;
      dtmVision.crGeneric.Tables.Item.Path :=sDBPathForVision;
      dtmVision.crGeneric.Tables.ItemIndex := 2;
      dtmVision.crGeneric.Tables.Item.Name :=sFnTempTRans;
      dtmVision.crGeneric.Tables.ItemIndex :=2;
      dtmVision.crGeneric.Tables.Item.Path :=ExtractFilePath(sFnTempTRans);
    

    crGeneric is of type TCrpe

    Stephen Lintott Bsc IT (RAU)

    S 1 Reply Last reply
    0
    • S Stephen Lintott

      Hi all... I've got a problem with a crystal report app (Delphi) and I need Help. I got the following code to work on two machines but it keeps failing on the client server. Can someone tell me why. PS The client server works with a XBase driver the two Machines I got it to work on runs a foxpro driver. That is the only thing I can pick up thats different...

        dtmVision.crGeneric.Tables.ItemIndex :=0;
        dtmVision.crGeneric.Tables.Item.Name :='System.dbf';
        dtmVision.crGeneric.Tables.ItemIndex :=0;
        dtmVision.crGeneric.Tables.Item.Path :=sDBPathForVision;
        dtmVision.crGeneric.Tables.ItemIndex:=1;
        dtmVision.crGeneric.Tables.Item.Name:='Customer.dbf';
        dtmVision.crGeneric.Tables.ItemIndex :=1;
        dtmVision.crGeneric.Tables.Item.Path :=sDBPathForVision;
        dtmVision.crGeneric.Tables.ItemIndex := 2;
        dtmVision.crGeneric.Tables.Item.Name :=sFnTempTRans;
        dtmVision.crGeneric.Tables.ItemIndex :=2;
        dtmVision.crGeneric.Tables.Item.Path :=ExtractFilePath(sFnTempTRans);
      

      crGeneric is of type TCrpe

      Stephen Lintott Bsc IT (RAU)

      S Offline
      S Offline
      Stephen Lintott
      wrote on last edited by
      #2

      Sorry wrong form ignore this post please

      Stephen Lintott Bsc IT (RAU)

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups