Search found 24 matches

by brobar
Mon Oct 24, 2011 3:46 pm
Forum: Stimulsoft Reports.PHP
Topic: Accessible on mobile devices?
Replies: 2
Views: 1631

Accessible on mobile devices?

<t>We already utilize your Stimulsoft Reports.Fx for PHP and think it is great. We however have now expanded our needs in some upcoming tools for reporting availability on mobile devices such as phones and tablets. Does any of your Stimulsoft packages produce reports without the need for a flash ena...
by brobar
Fri Jun 24, 2011 2:33 pm
Forum: Stimulsoft Reports.PHP
Topic: Is it possible to put conditional in query text?
Replies: 5
Views: 3043

Is it possible to put conditional in query text?

I had to tweak it just a little bit to get it to work but I'll throw it up here so it will hopefully assist others with the same problem. This seems to work just fine: SELECT * FROM documents {IIF(createdBy=="all", "", "WHERE createdBy = "+createdBy+"")} Thank...
by brobar
Fri Jun 24, 2011 9:53 am
Forum: Stimulsoft Reports.PHP
Topic: Is it possible to put conditional in query text?
Replies: 5
Views: 3043

Is it possible to put conditional in query text?

Thank you very much for the example. I'll give that a try!
by brobar
Thu Jun 23, 2011 5:30 pm
Forum: Stimulsoft Reports.PHP
Topic: Is it possible to put conditional in query text?
Replies: 5
Views: 3043

Is it possible to put conditional in query text?

I have a report with a query that pulls all documents based on a variable "createdBy" which signifies who created the document. The query looks like this: SELECT * FROM documents WHERE createdBy = {createdBy} Normally createdBy is going to be an integer that is a userID of the person who c...
by brobar
Fri May 20, 2011 1:10 pm
Forum: Stimulsoft Reports.PHP
Topic: Watermark (images) not showing up in preview or printed/saved reports
Replies: 6
Views: 5838

Watermark (images) not showing up in preview or printed/saved reports

<t>Just a note that when this is fixed... it needs to be fixed for watermark text as well as watermark images. I just tried doing a text watermark and just like the images... they show up in the designer and in the previewer but are not actually exported when saving to PDF. Just a heads up.<br/> <br...
by brobar
Thu May 19, 2011 12:40 pm
Forum: Stimulsoft Reports.PHP
Topic: Is New Page Before and New Page After functional in FX for PHP?
Replies: 2
Views: 1805

Is New Page Before and New Page After functional in FX for PHP?

<t>Just curious if "New Page Before" and "New Page After" under "Page and Colulmns" parameters work for data sources? I can't seem to get them to work like I expect... but maybe I'm expecting something wrong. I've tried this on my latest version and on the online demo and neither worked.<br/> <br/> ...
by brobar
Wed May 18, 2011 11:52 pm
Forum: Stimulsoft Reports.PHP
Topic: How does this happen? Bug?
Replies: 3
Views: 1957

How does this happen? Bug?

Guess all I needed to do was upgrade. I was using 2011.2.1002. I downloaded 2011.2.1006 and ran the same report and it works fine there. So disregard... I guess that bug was squashed in later versions. =)
by brobar
Wed May 18, 2011 10:15 pm
Forum: Stimulsoft Reports.PHP
Topic: How does this happen? Bug?
Replies: 3
Views: 1957

How does this happen? Bug?

Since currency formatting like ({Format("{0:C}", quoteTable.projTotal)}) was not giving me comas in the output... I started employing the workaround you guys gave me which was to use ({Replace(Format("{0:C}", quoteTable.projTotal), " ", ",")}) instead. That ha...
by brobar
Fri May 13, 2011 10:36 am
Forum: Stimulsoft Reports.PHP
Topic: Is formatting like this possible?
Replies: 6
Views: 3341

Is formatting like this possible?

Aleksey wrote:Hello,

Unfortunately, on current moment, it is not possible for Fx version.

Thank you.
That's alright. The way I worked around it was to just adjust my query to where the data source would only return categories that had corresponding products. Not that hard. =)
by brobar
Thu May 12, 2011 9:26 pm
Forum: Stimulsoft Reports.PHP
Topic: Watermark (images) not showing up in preview or printed/saved reports
Replies: 6
Views: 5838

Watermark (images) not showing up in preview or printed/saved reports

<t>With version 2011.2.1002 AND on the online demos... I've noticed that watermark images are not being exported to PDF. They show up fine in the designer... and they also show up fine in the Preview pane... but as soon as I export to PDF the watermark image does not appear in the PDF when I open it...