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!

Search results for query: *

  • Users: uticket
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. uticket

    How to display tool tips 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...
  9. uticket

    CR10: Why the new web tool bar looks so bad???

    Hi, I used VS.Net 2003 and has just upgraded to CR10 Developer version(trial version). I was very surprised how ugly the new toolbar for web reports is. Can we change the toolbar background to other color instead of using the default gray? Some people said something about ActiveX toolbar...
  10. uticket

    The ugly Toolbar for web application

    Hi, I just upgrade to CR10(trial version), and see the new toolbar for web reports. Why it looks so ugly? Can we change the toolbar background to other color instead of using the default gray? Thanks!
  11. uticket

    How to create green bar report in Drill Down Report

    Hi, I used following codes to create green bars on the report for easier reading. If Remainder(RecordNumber, 2) = 1 Then Color(222, 251, 164) else Color(240, 254, 214); However, it does not work for drill down reports, as it seems the report also count the recordnumber of the drill down...
  12. uticket

    How CR10 dev version works with Visual Studio.Net 2003

    Hi, I am using the free version of CR bundled with VS.net to develop some web based report. As I want to have the print and export capability, I plan to pay $300 and upgrade to CR 10 Developer version. I download the trial version, but I am not sure how CR10 will work with Visual Studio? If...
  13. uticket

    How to record Number of Views

    Hi, I am developing a web site using PHP on Apache server, which supports FrontPage Extension. I want to display on the web page how many times this page has been viewed. How can I do that? Is there any file attrbute that tell you the number of access this file has? Or do I have to use...
  14. uticket

    How to create this PIVOT table?

    Hi, I have a table in following format School_ID Student_ID Visit_Date Visit_Number 10 2 July 01, 2003 1 10 2 July 10, 2003 2 11 5 May 5, 2003 1 11 5 June 15 2003 2 ....... As...
  15. uticket

    Is creating this Pivot table tough?

    Hi, I have a table in following format School_ID Student_ID Visit_Date Visit_Number 10 2 July 01, 2003 1 10 2 July 10, 2003 2 11 5 May 5, 2003 1 11 5 June 15 2003 2 ....... As...
  16. uticket

    Chart Image does not show up in browser!

    Hi, I use Visual Studio.Net to create Crystal Report, all the other applications without charts work fine. However, the C# ASP.Net application with a chart on it does not work, I can see the chart within Visual Studio, but the chart does not appear in broswer. I can only see a blank space with...
  17. uticket

    Dynamic Image does not show up

    Hi, I use Visual Studio.Net to create Crystal Report, all the other applications without charts work fine. However, the C# ASP.Net application with a chart on it does not work, I can see the chart within Visual Studio, but the chart does not appear in broswer. I can only see a blank space with...
  18. uticket

    How to display replication status in a web application

    We can use Enterprise Manager->Replication Monitor to check the status of client replication. Can we display the replication information using an ASP.Net application or similiar, so that we can just log into the web application, and find out the replication information, for example, what's the...

Part and Inventory Search

Back
Top