Search found 31 matches

by Brainstorm
Thu Nov 26, 2015 12:50 pm
Forum: Stimulsoft Ultimate
Topic: Close the Second Preview Form
Replies: 6
Views: 3308

Re: Close the Second Preview Form

My problem is that i set the window to auto-close after the report is printed (code bellow), but the dot-matrix preview window remains open, we need it closed when the preview window is closed. Thanks. rptImpressao.RegData(this.DstImpressao); rptImpressao.Load(StmcIcon); rptImpressao.Compile(); rptI...
by Brainstorm
Tue Nov 24, 2015 4:31 pm
Forum: Stimulsoft Ultimate
Topic: Close the Second Preview Form
Replies: 6
Views: 3308

Re: Close the Second Preview Form

It's not difficult to reproduce really, you dont need a special report. Open the print preview window, then click the Dot-Matrix Button at the top, it will open a new window. If the button doesn't show up, open the designer and set the Preview Mode report property to " Standard and Dot-Matrix &...
by Brainstorm
Mon Nov 16, 2015 7:25 pm
Forum: Stimulsoft Ultimate
Topic: Close the Second Preview Form
Replies: 6
Views: 3308

Close the Second Preview Form

When i create a dot-matrix report, first it opens a Preview window, then i have the option to open a second Preview window when i click the dot-matrix button on the toolstrip menu. However, when i use the StiReport.CompiledReport.Printed event to automatically close the preview window after the repo...
by Brainstorm
Fri Feb 15, 2013 2:08 pm
Forum: Talks
Topic: Password Recovery not Working
Replies: 6
Views: 6313

Re: Password Recovery not Working

Hello,
Yes my problem was fixed, thanks.
I created the topic to notify about a possible bug on the email recovery system.

My regards.
by Brainstorm
Wed Jan 30, 2013 1:20 pm
Forum: Talks
Topic: Password Recovery not Working
Replies: 6
Views: 6313

Password Recovery not Working

Today i had a small problem with my forum account, i lost my password, so i tried to recover it and all the emails i tried it kept saying the username or email didnt exist. I managed to get in contact with one of the admins who managed to reset my password (thanks by the way). But, out of curiosity,...
by Brainstorm
Thu Aug 09, 2012 5:45 pm
Forum: Stimulsoft Reports.NET
Topic: Static Data Postioning
Replies: 3
Views: 1230

Re: Static Data Postioning

Try to set a blank pageheader band on your report, that will keep the lines empty on all pages.
by Brainstorm
Tue Jul 03, 2012 2:10 pm
Forum: Stimulsoft Reports.NET
Topic: Reordering columns
Replies: 5
Views: 2041

Re: Reordering columns

On the designer, its the Property called Interaction -> Sorting Collumn (make sure that Sorting Enabled is set to true).
by Brainstorm
Tue Jun 12, 2012 2:34 pm
Forum: Stimulsoft Reports.NET
Topic: Result in different fields.
Replies: 4
Views: 1393

Result in different fields.

Hello

That is quite simple, just make a variable on your dataset.
See the tutorial:
http://www.stimulsoft.com/livedemos/Qui ... ables.html
by Brainstorm
Mon Jun 11, 2012 9:58 am
Forum: Stimulsoft Reports.NET
Topic: Rename Page on Drill-Down
Replies: 2
Views: 998

Rename Page on Drill-Down

Hello, i noticed that it is possible to rename the sub-page when using the drill-down feature, like seen at the end of this video: http://www.stimulsoft.com/livedemos/ChartsInteraction/How_to_Create_Drill_Down_Report_with_Chart_-_2_(Using_Page).html In the above example, the "page 2" gets ...
by Brainstorm
Mon May 14, 2012 5:03 pm
Forum: Stimulsoft Reports.NET
Topic: Change the sql command before preview
Replies: 16
Views: 4614

Change the sql command before preview

Normally we run the designer after a "print button" click event, inside that event we do the necessary checks (read: queries) before doing the actual select that will load the report datasets.