Search found 6 matches

by mario.paiva
Mon May 07, 2007 11:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: Close DBF Table opened by Crystal Reports XI via ADS 8.1
Replies: 2
Views: 1090

Close DBF Table opened by Crystal Reports XI via ADS 8.1

Hi all, I am evaluating Crystal Reports XI working with FWH and ADS 8.1 Things are working fine but something is missing... This is how it works: I execute my app from client machine that creates a .dbf table with all the information that i need to put on the report previously created in Crystal Rep...
by mario.paiva
Fri Apr 27, 2007 4:05 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Crystal XI y xharbour
Replies: 15
Views: 8222

Crystal XI y xharbour

Hi Biel, Things are working fine with that 3 files included in the installation package. Apparently this is the only way putting the client machines running crystal. I have Read some white papers from Business Objects and they say this is the only way (supported) to do it :( . Just one more thing, w...
by mario.paiva
Mon Apr 23, 2007 1:48 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Crystal XI y xharbour
Replies: 15
Views: 8222

Crystal XI y xharbour

Hi again Biel, Thanks to your examples (i missed the example code to Pedro Faro) sorry :), i can finally put almost all things working fine includind the connection to ADS established and the rpt´s updated to the Crystal Reports preview ! Just one more thing to put the solution operational: We need ...
by mario.paiva
Mon Apr 23, 2007 9:22 am
Forum: FiveWin para Harbour/xHarbour
Topic: Crystal XI y xharbour
Replies: 15
Views: 8222

Crystal XI y xharbour

Hi Biel, Thanks again for helpful you explanations. I run the app Activexxx and the information retrieved is CrystalReports115.ActiveXReportViewer.1. I pasted this in my code and it works !! Finaly i have the preview of Crystal Reports showing the information from the rpt previously created. But som...
by mario.paiva
Thu Apr 19, 2007 5:18 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Crystal XI y xharbour
Replies: 15
Views: 8222

Crystal with xHarbour

Hi Biel, I downloaded and installed the Crystal XI Release 2 for developers just like you said and recompile the code with this modifications: #include "Fivewin.ch" FUNCTION MAIN() LOCAL oCrystal := CREATEOBJECT( "CrystalRuntime.Application" ) LOCAL oReport := oCrystal:OpenReport...
by mario.paiva
Thu Apr 19, 2007 10:15 am
Forum: FiveWin para Harbour/xHarbour
Topic: Crystal XI y xharbour
Replies: 15
Views: 8222

Crystal XI e xHarbour

Hi everybody, Biel, I tested with your code sample but when execute the app this error occurs: "TOleAuto/-1 CO_E_CLASSSTRING: TOLEAUTO:NEW Args: [ 1] = C CrystalRunTime.Application" I have Crystal Reports XI Professional with all components installed on my machine. Thanks for the help, Már...