Paths in Crystal...
-
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)
-
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)
Sorry wrong form ignore this post please
Stephen Lintott Bsc IT (RAU)