Search found 24 matches

by brobar
Thu May 12, 2011 2:14 pm
Forum: Stimulsoft Reports.PHP
Topic: Can I submit a feature request?
Replies: 2
Views: 1534

Can I submit a feature request?

<t>Not sure if this is the place to submit feature requests or not. First off just let me say how much I am enjoying your product! You guys have created a GREAT product with some pretty powerful features at only a fraction of the cost of competition. Kudos!<br/> <br/> Something that I would like to ...
by brobar
Thu May 12, 2011 10:58 am
Forum: Stimulsoft Reports.PHP
Topic: Is formatting like this possible?
Replies: 6
Views: 3423

Is formatting like this possible?

<t>Thanks so much for the reply and the tweaked example. You guys are brilliant! Now I just need to find a way to hide the category name in DataBand1 and the products in DataBand2 if there are no products returned. I won't bug you guys with that... I'll work on it and get it figured out somehow.<br/...
by brobar
Tue May 10, 2011 7:25 pm
Forum: Stimulsoft Reports.PHP
Topic: Is formatting like this possible?
Replies: 6
Views: 3423

Is formatting like this possible?

I've tried several times doing this with the example XML data and am having a really hard time doing it. I'm not even coming up close at all. It may not be possible... but if it is could somebody point me in the right direction? Would it be possible to have all the products in the database spit out ...
by brobar
Wed May 04, 2011 3:50 pm
Forum: Stimulsoft Reports.PHP
Topic: How can I format a report like this?
Replies: 5
Views: 2417

How can I format a report like this?

<t>You know what... never mind that. I figured out a way to do it. I moved the data fields over to where they don't start behind the headers but they start to the right of the headers. I then made it 3 columns instead of 4 and made sure to not hide that first column. It worked out beautifully. The k...
by brobar
Wed May 04, 2011 3:20 pm
Forum: Stimulsoft Reports.PHP
Topic: Inline formatting of currency in expression of text box
Replies: 11
Views: 13001

Inline formatting of currency in expression of text box

Vladimir wrote:Hello,

In the future, inline-formatting will be expanded. As an alternative, currently you can use the following expression:

{Replace(Format("{0:N}", quoteTable.projTotal), " ", ",")}

Thank you.
Perfect! Works like a charm! Thanks so much!
by brobar
Wed May 04, 2011 3:12 pm
Forum: Stimulsoft Reports.PHP
Topic: How can I format a report like this?
Replies: 5
Views: 2417

How can I format a report like this?

Hello, Yes, it is possible. We have prepared a sample report for you, please see the attached file. Thank you. And THIS is one of the many reasons we decided to go with you guys... because your customer service is top notch! Thank you so much for taking the time to make an example. We are very grat...
by brobar
Tue May 03, 2011 11:00 am
Forum: Stimulsoft Reports.PHP
Topic: Inline formatting of currency in expression of text box
Replies: 11
Views: 13001

Inline formatting of currency in expression of text box

Same thing happens if I use {Format("{0:N}", quoteTable.projTotal)} replacing the C with an N. Of course that won't give me the ($) dollar sign but I just wanted to see if it would format the number with commas and it doesn't. It spits it out as: 343 096.92. Any idea why it wouldn't be uti...
by brobar
Tue May 03, 2011 10:26 am
Forum: Stimulsoft Reports.PHP
Topic: Inline formatting of currency in expression of text box
Replies: 11
Views: 13001

Inline formatting of currency in expression of text box

Hello, You can use the following expression: PAYMENT TERMS: Buyer shall pay Seller the cash purchase price of {Format("{0:C}", quoteTable.projTotal)} for the Equipment and Services, due in installments as follows: Thank you. Thanks for the reply. That got me much closer. It is now spittin...
by brobar
Mon May 02, 2011 4:28 pm
Forum: Stimulsoft Reports.PHP
Topic: How can I format a report like this?
Replies: 5
Views: 2417

How can I format a report like this?

I've been playing around with it and either it isn't possible or I just don't know how to do it. Some guidance would be greatly appreciated. I need to somehow come up with a report layout like this [simulated]: http://www.brockbarnes.com/pictures/report1.png Specifically I need to somehow create mul...
by brobar
Fri Apr 29, 2011 5:20 pm
Forum: Stimulsoft Reports.PHP
Topic: Inline formatting of currency in expression of text box
Replies: 11
Views: 13001

Inline formatting of currency in expression of text box

I have a text component that has a paragraph of text that I'm displaying and has a database variable in the text that displays a total monetary value. Here is an example: The expression in my text box is: PAYMENT TERMS: Buyer shall pay Seller the cash purchase price of {quoteTable.projTotal} for the...