I disable the visual style, and it still doesn't work...
Here's what I saw at MSDN:
public override Color BackColor { get; set; }
But I don't know how to use this.
Hi all,
I've created a custom statusbar for a form, is there any way to change the backcolor of this control.
_statusbar.BackColor = Color.Black; //doesn't work.
Thanks.
Hi,
I have a report compose of 2 sub reports, and I was wondering if it's possible to add filters on the main report referencing the sub reports when I run my report in the BOXI web application.
Thanks.
If IsNull({?Parameter}) or Trim({?Parameter}) = "" then
{table.field} = [list of default values] else
{table.field} = {?Parameter}
This works well, when I'm using static parameters, but If I use it a dynamic parameter, I don't get any records... weird!?!
If IsNull({?Parameter}) or...
Hi,
My application sends an update to the database then does the refresh of the data, the problem is for users in a remote location, the refresh hits the database before the update does... what is the best way to solve this???
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.