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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by uticket

  1. uticket

    Deletage and Events:Object reference not set to an instance of an obje

    The error was on this line of code when the business object raises events: SynStatus("Start Synch..."); Thanks!
  2. uticket

    Deletage and Events in C#/VB.Net:Object reference not set to an instan

    The error was on this line of code when the business object raises events: SynStatus("Start Synch..."); Thanks!
  3. uticket

    Deletage and Events:Object reference not set to an instance of an obje

    Hi, need your help! This is a 3-tier application. The business logic layer uses C# function to synch with server, it raises events to notify the UI to report the status of the application. UI is creating a status form in VB.Net. This is a simple delegate and events function, but when I run...
  4. uticket

    Deletage and Events in C#/VB.Net:Object reference not set to an instan

    Hi, need your help! This is a 3-tier application. The business logic layer uses C# function to synch with server, it raises events to notify the UI to report the status of the application. UI is creating a status form in VB.Net. This is a simple delegate and events function, but when I run...
  5. uticket

    How to hold the program execution for several seconds

    Hi, is there any function in .net that will hold the program execution for several seconds, like we use sleep or wait in C/Unix. .net does have sleep or wait function, but it seems they involves threads. What I want to do is just to wait 5 seconds, then close the form if the user does not do...
  6. uticket

    Form Event: wait several seconds

    Is there any function in .net that will hold the program execution for several seconds, like we use sleep or wait in C/Unix. .net does have sleep or wait function, but it seems they involves threads. What I want to do is just to wait 5 seconds, then close the form if the user does not do...
  7. uticket

    How to display tool tips dynamically at run time

    I know why it does not work now. If I use stardard report, tool tip could be displayed dynamitaclly, if I use cross tab or chart, they can not. I am using the CR bundled with VS.net, and have met lots of similiar problems. Hope the MS Report Service is better than Crystal Report.
  8. uticket

    ASP.Net: Record Selection Formula Ignored

    Hi, I used following formula to select record, but no matter what parameters I input, the report only display the first record in database. I am using the Crystal Report with VS.Net. This is an ASP.Net(C#) application. A web form is used to input the parameter, than I use Server.Transfer or...
  9. uticket

    Bubble Chart

    Has anybody work with Bubble Report in CR before? An example will be appreciated! Thanks!
  10. uticket

    Bubble Chart

    Hi, how you guys create the bubble chart in Crystal Report. For example, the table has three columns: Weekday, Hour, number of visits happens in this hour of this weekday. But the Report Expert said I should have one column for Change to field and three columns for value field. I do not...
  11. uticket

    How to display tool tips dynamically at run time

    Thanks. I simple draf and drop the office name to the formula. There is nothing else in the formula. I do not how the Crystal Report will be able to display the name dynamicically. Thanks!
  12. uticket

    How to display tool tips dynamically at run time

    For example, I have an office Report. The office name is too long to be there. So I only list the office ID. If the people want to know office name, I want them to put mouse over the office ID, then office name will appear as tool tip. I use Formula, which is the office name, as the tool tip...
  13. uticket

    How to display tool tips at run time

    Opps! I thought I posted it on Crystal Report forum. thanks!

Part and Inventory Search

Back
Top