Page 1 of 1

Displaying border on TEXT control with NULL value

Posted: Mon May 21, 2007 1:00 am
by Eugene
Hi, a while ago I have updated my version of Reporting tool and got the following trouble. All my text controls, containing NULL values coming from SQL server stopped displaying correctly. I have a table in my report made of the text controls. I want it to be displayed just like an empty rectangle if the value of the field is null, but starting from some version (don't remember the build number) th TEXT control with NULL value is not displayed, neither the value (well, there is no value), nor the border. So the table does not look nice. I tried to add

Code: Select all

.ToString() 
it helps me in Visual Studio, converting NULL to an empty string (""). Here it didn't help.
Can you please give me some suggestion.
Thank you!

Displaying border on TEXT control with NULL value

Posted: Mon May 21, 2007 1:44 am
by Edward
Yes, this issue was in one from our prerelease builds. Now it is corrected. Please download the latest prerelease build.

Thank you.

Displaying border on TEXT control with NULL value

Posted: Mon May 21, 2007 2:36 am
by Eugene
I'm using VS2005, just downloaded and installed build of 18.05.2007, but still the borders are not displayed on StiWebViewer (in HTML only, when I export to PDF the borders are where they should be). Thank you.

Displaying border on TEXT control with NULL value

Posted: Mon May 21, 2007 3:02 am
by Edward
Please send mrt file of your report to Image for analysis. We couldn't reproduce the issue.

Thank you.

Displaying border on TEXT control with NULL value

Posted: Mon May 21, 2007 8:15 am
by Vital
Problem solved.