Re: [PHP-WIN] PHP and Crystal Reports

2013-01-15 Thread Richard Quadling
On 3 January 2013 03:05, findatanet wrote: > > I am working on a project to update reporting on a system. On each report, > the current system uses PHP to make one or more mySQL queries, iterates > through the query results and manipulates the data, and then generates HTML > for display. I am ta

[PHP-WIN] PHP and Crystal Reports

2013-01-02 Thread findatanet
I am working on a project to update reporting on a system. On each report, the current system uses PHP to make one or more mySQL queries, iterates through the query results and manipulates the data, and then generates HTML for display. I am tasked with changing the reports to use Crystal Reports

Re: [PHP-WIN] PHP and Crystal Reports

2011-12-23 Thread luhana
I am getting error on Fatal error: Class 'registryDatabaseLocations'. 2nd problem is when I run code by commenting >> o_CrReport->Database->LogOnServer >> ( >> 'odbc', >> 'Ac// Logon to the database. >> $counts', >> registryDatabaseLocations::Database('Accounts'), >>

Re: [PHP-WIN] PHP and Crystal Reports

2011-12-23 Thread Gavin
Luhana, What is line 19? Please show the coding On 23/12/2011 01:26, luhana wrote: Dear Sir I am getting error Fatal error: Class 'registryDatabaseLocations' not found in C:\wamp\www\cc3.php on line 19 please guide Richard Quadling wrote: 2009/4/30 John Messam: I am trying to write a php

Re: [PHP-WIN] PHP and Crystal Reports

2011-12-22 Thread luhana
Dear Sir I am getting error Fatal error: Class 'registryDatabaseLocations' not found in C:\wamp\www\cc3.php on line 19 please guide Richard Quadling wrote: > > 2009/4/30 John Messam : >> >> I am trying to write a php program that opens a number of reports written >> in Crystal 11. From resea

Re: [PHP-WIN] PHP and Crystal Reports

2009-08-24 Thread Richard Quadling
2009/8/24 sunnylife : > > You can refer to the design of RAQ Report. For more details you can refer to > http://www.raqsoft.com/. > -- > View this message in context: > http://www.nabble.com/PHP-and-Crystal-Reports-tp23308716p25114489.html > Sent from the Php - Windows mailing list archive at Nabb

Re: [PHP-WIN] PHP and Crystal Reports

2009-08-24 Thread sunnylife
You can refer to the design of RAQ Report. For more details you can refer to http://www.raqsoft.com/. -- View this message in context: http://www.nabble.com/PHP-and-Crystal-Reports-tp23308716p25114489.html Sent from the Php - Windows mailing list archive at Nabble.com. -- PHP Windows Mailing

Re: [PHP-WIN] PHP and Crystal Reports

2009-04-30 Thread Richard Quadling
rmode\cr4.php(15): > com->CreateObject('CrystalRunTime') #1 {main} thrown in > C:\wamp\www\ledermode\cr4.php on line 15 > > Your comments please. > >> From: rquadl...@googlemail.com >> Date: Thu, 30 Apr 2009 09:03:16 +0100 >> To: johnm...@hotmail.com >>

Re: [PHP-WIN] PHP and Crystal Reports

2009-04-30 Thread Richard Quadling
2009/4/30 John Messam : > > I am trying to write a php program that opens a number of reports written in > Crystal 11. From research on the internet, I found that CR would have to be > called using COM.  So I did that. From the command line it triggers a dialog > box saying that the version of C

[PHP-WIN] PHP and Crystal Reports

2009-04-29 Thread John Messam
I am trying to write a php program that opens a number of reports written in Crystal 11. From research on the internet, I found that CR would have to be called using COM. So I did that. From the command line it triggers a dialog box saying that the version of Crystal the reports was written in