StiForm strange behaviour

Stimulsoft Reports.NET discussion
Post Reply
jjc
Posts: 97
Joined: Mon Apr 19, 2010 10:14 pm

StiForm strange behaviour

Post by jjc »

Hi all,
i have 2 stiForm in project Form1 and Form2 and when i Click the Button in the Form2 to send the data to the Report the report show a blank page but before to create the Form2 its did not happen...
Why this strange behaviour?Do you have any idea what i wrong?

In this project i need to use about 5 or 6 Forms because i have huge data to retrieve from the database.

Thanks so much for your attention.

Have a good day.

Cheers
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

StiForm strange behaviour

Post by Jan »

Hello,

Please show code which you use to render report.

Thank you.
jjc
Posts: 97
Joined: Mon Apr 19, 2010 10:14 pm

StiForm strange behaviour

Post by jjc »

Hi Jan,
now the report is not blank more but there is a strange behaviour when i click the Button to send the data to the report;
I have 2 forms ,Form1 and Form2 ,in the Form1 there is a Button1 to open the Form2 with this code:
Form2.ShowDialog();
i set up the the property Default = True; and Dialog Result = OK;
when i open the Form2 i have another Button2 to send the data to the report and i set up the property Default = True; and Dialog Result = OK;
when i click the Button2 its doesn't send the data to the report and happen nothing so i need to click one more time to send data and open the report.

So i don't know why happen that and how set up well this feature...where i wrong?

Hope to be clear and help you to understand my trouble.

Have a good day and thanks for your attention.

Cheers

#Edit : In my project i need to use more the 7 Forms and i saw in the components of stiForm there are not components as TabControl,ScrollBar and else and so i should use a lot of Forms 'cos i see for now there is not a better way to do that .
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

StiForm strange behaviour

Post by Jan »

Hello,

It very hard to say why it not work for us. Please send to us sample project which illustrate this problem.

Thank you.
jjc
Posts: 97
Joined: Mon Apr 19, 2010 10:14 pm

StiForm strange behaviour

Post by jjc »

Hi Jan,
thanks for your reply , i sent as your request an example of my project to show you the problem.

I wish you a good work.

Cheers

p.s Thanks for your support.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

StiForm strange behaviour

Post by Andrew »

Hello,

Ok! We will investigate the issue.

Thank you.
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

StiForm strange behaviour

Post by Jan »

Hello,

Please set Visible property for Form2 and Form3 in your report to false.

Thank you.
jjc
Posts: 97
Joined: Mon Apr 19, 2010 10:14 pm

StiForm strange behaviour

Post by jjc »

Hi Jan,
thanks so much for your support as always it is right, i can perform well the task without trouble setting the Property Visible for the Form2 and Form3.:blush:

I wish you good day.

Cheers

Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

StiForm strange behaviour

Post by Andrew »

Have a good day too!
Post Reply