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