Search found 51 matches

by MikeC
Wed Jan 25, 2012 1:17 pm
Forum: Stimulsoft Reports.NET
Topic: Show/Hide Field Label
Replies: 13
Views: 8366

Show/Hide Field Label

<t>I can't send you a copy of the report with the data, since it contains sensitive information.<br/> <br/> It should be simple-I just need to show or hide a label based on the contents of it's associated data field. If the data field is empty I want the label to hide. If there is data in the data f...
by MikeC
Tue Jan 24, 2012 6:27 pm
Forum: Stimulsoft Reports.NET
Topic: Show/Hide Field Label
Replies: 13
Views: 8366

Show/Hide Field Label

<t>I have a field label (Text54) that is next to a field with an expression in it (Text13). The expression is as follows {Substring(ContractOwners,0,(int)Length(ContractOwners)-2)} . The expression lists out contract owners, and ContractOwners is a variable where I'm capturing the names. Not all rec...
by MikeC
Thu Jan 05, 2012 1:26 pm
Forum: Stimulsoft Reports.NET
Topic: Repeating Databand Size
Replies: 2
Views: 1157

Repeating Databand Size

I'm working on a project that involves a preprinted form, and I need to fill in the blanks with the Stimulsoft report writer. The databand needs to run 3 times on each page (it is a form with 3 records per page). The form is the 1099-INT form similar to the one at This Link The form is sized so that...
by MikeC
Mon Nov 14, 2011 10:42 am
Forum: Stimulsoft Reports.NET
Topic: Number of Months
Replies: 2
Views: 1153

Number of Months

<t>I'm trying to figure out a way to count the number of months between two dates, but with a slight difference. I want to count just the months including the beginning and ending month, not the actual time period between them.<br/> <br/> For example, if I have a starting date of 4/30/2011 and an en...
by MikeC
Fri Sep 16, 2011 8:53 am
Forum: Stimulsoft Reports.NET
Topic: Print Header Band On All But Page 1
Replies: 10
Views: 5901

Print Header Band On All But Page 1

Hello. I have a long report that resets the page number after a footer band runs. The report also has a header band that needs to run at the top of each page that is NOT page 1. Setting the "Print On" property to "Except First Page" only works on the first page of the entire rep...
by MikeC
Thu Sep 15, 2011 11:40 am
Forum: Stimulsoft Reports.NET
Topic: Print Header Band On All But Page 1
Replies: 10
Views: 5901

Print Header Band On All But Page 1

<t>I have a long report that resets the page number after a footer band runs. The report also has a header band that needs to run at the top of each page that is NOT page 1. Setting the "Print On" property to "Except First Page" only works on the first page of the entire report, but it doesn't work ...
by MikeC
Mon Apr 18, 2011 9:56 am
Forum: Stimulsoft Reports.NET
Topic: Enabling a panel based on 2 fields
Replies: 4
Views: 1479

Enabling a panel based on 2 fields

Ivan wrote:Hello,

Can you please send us a sample report with data, which reproduce the issue?

Thank you.
No actually, I can't. The application is embedded into another software application and I don't have access to send the files, and the data is personal data that can't be sent.
by MikeC
Wed Apr 13, 2011 8:45 am
Forum: Stimulsoft Reports.NET
Topic: Enabling a panel based on 2 fields
Replies: 4
Views: 1479

Enabling a panel based on 2 fields

I have a report with a panel on a databand (Panel1) that contains several text fields, including 2 date fields (Parcel.LastDeededDate and Parcel.LastContractDate). I would like Panel1 to be disabled unless there is data in either Parcel.LastDeededDate or Parcel.LastContractDate. If there is a date i...
by MikeC
Fri Mar 18, 2011 7:49 am
Forum: Stimulsoft Reports.NET
Topic: Next 3 Months
Replies: 1
Views: 952

Next 3 Months

<t>I have a report on which I need to display the names of the next 3 months. For example, if the report is run in March I need to display April in field 1, May in field 2 and June in field 3. If the report is run in July I'd need to display August in field 1, September in field 2 and October in fie...
by MikeC
Wed Jan 05, 2011 10:23 am
Forum: Stimulsoft Reports.NET
Topic: Sorting on a formula field
Replies: 2
Views: 1062

Sorting on a formula field

<t>I have the following expression that I use to display owner or entity.<br/> <br/> {IIF(Parcel.[Entity Name] != string.Empty, Parcel.[Entity Name], Parcel.[First Name] + " " + Parcel.[Last Name])}<br/> <br/> <br/> I'd like to be able to sort (A-Z) on this field, but since it's an expression in a t...