Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bugzy
  • Order by date
  1. bugzy

    Change the status bar back color

    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.
  2. bugzy

    Change the status bar back color

    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.
  3. bugzy

    Filters on Sub Reports

    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.
  4. bugzy

    How to add multiple default values in CRXI

    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...
  5. bugzy

    How to add multiple default values in CRXI

    I have the same problem, and it's not possible in CRXI to define multiple default values... any ideas how to workaround this problem??? Thanks.
  6. bugzy

    Wait for update to finish before refresh...

    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.
  7. bugzy

    Machine Check Exception on install.

    ok i managed to find the anwser myself..i'll post just in case someone has same problem must boot kernal with boot: linux nomce

Part and Inventory Search

Back
Top