Search found 16 matches

by rahulmes
Sun Jun 26, 2011 7:16 pm
Forum: Stimulsoft Reports.PHP
Topic: mySQL Connection prompt
Replies: 4
Views: 4432

mySQL Connection prompt

Thanks, Vladimir. It was the extra space which was causing the problem. It is working fine now.
by rahulmes
Thu Jun 23, 2011 9:11 am
Forum: Stimulsoft Reports.PHP
Topic: mySQL Connection prompt
Replies: 4
Views: 4432

mySQL Connection prompt

Any reply, please. Thanks.
by rahulmes
Tue Jun 21, 2011 9:14 pm
Forum: Stimulsoft Reports.PHP
Topic: mySQL Connection prompt
Replies: 4
Views: 4432

mySQL Connection prompt

<t>I have created a report that retrieves data from a mySQL database. Everything is working fine, but the problem is that I am prompted to enter the user name and password each time I generate the report in ViewerFx. I have tried unchecking the 'Prompt User Name and Password' checkbox in the Edit co...
by rahulmes
Tue Jun 14, 2011 6:18 am
Forum: Stimulsoft Reports.PHP
Topic: Creating a Grand Total from 3 footers
Replies: 3
Views: 2313

Creating a Grand Total from 3 footers

I solved it myself. I realised that I had to mention the data band name and then sum all three bands, like this:

{Sum(DataBand5, F_Claims.RowAmount)+Sum(DataBand3, O_Claims.RowAmount)+Sum(DataBand2, T_Claims.RowAmount)}

Thanks.
by rahulmes
Tue Jun 14, 2011 5:52 am
Forum: Stimulsoft Reports.PHP
Topic: Creating a Grand Total from 3 footers
Replies: 3
Views: 2313

Creating a Grand Total from 3 footers

<t>I have 3 data bands with their individual footers. I have a amount column in all 3 data bands and I am using the Sum function in each footer to get the total amount for each band. However, I want a grand total to come at the end of the report which is the sum of all 3 data bands total amounts put...
by rahulmes
Wed May 25, 2011 11:41 pm
Forum: Stimulsoft Reports.PHP
Topic: Passing dates as parameters
Replies: 10
Views: 14002

Passing dates as parameters

Thanks it worked, Vladimir. However, I had to enclose the dates between single quotes like this if I used / or - as the separator: http://localhost/QuickStart/stimulsoft/index.php?stimulsoft_client_key=DesignerFx&stimulsoft_report_key=mySQLRpt2.mrt&DateBegin='2011/03/01'&DateEnd='2011/05...
by rahulmes
Wed May 18, 2011 8:57 am
Forum: Stimulsoft Reports.PHP
Topic: Passing dates as parameters
Replies: 10
Views: 14002

Passing dates as parameters

<t>Dear Jan<br/> <br/> Thanks for the prompt reply. I am not using any code. The report is directly generated through the hyperlink.<br/> <br/> I have attached the mrt file and a small sql file. Can you please instruct me on how to show the records between 2 visit dates? In other words, I want to se...
by rahulmes
Wed May 18, 2011 3:29 am
Forum: Stimulsoft Reports.PHP
Topic: Passing dates as parameters
Replies: 10
Views: 14002

Passing dates as parameters

<r>Hi.<br/> <br/> I am trying to pass dates as parameters to my mySQL report. After going through the forums, I have taken these steps:<br/> <br/> 1. In the SQL query, we have to prefix an @ in the parameter. I have done this and this is my query:<br/> <br/> Select * from visit_master, company_maste...
by rahulmes
Fri Apr 15, 2011 6:42 am
Forum: Stimulsoft Reports.PHP
Topic: Problem connecting to mySQL
Replies: 46
Views: 16983

Problem connecting to mySQL

Its finally working! Thanks Vladimir for the excellent support.

I will be buying this product soon. The product is excellent and it is matched by a similar quality of support.

Regards,

Rahul
by rahulmes
Thu Apr 14, 2011 11:19 am
Forum: Stimulsoft Reports.PHP
Topic: Problem connecting to mySQL
Replies: 46
Views: 16983

Problem connecting to mySQL

Dear Vladimir,

I have attached the log file. Please have a look.

Thanks.