I'm having problems with the setup of a Windows task, and I think I need some expert input.
The task runs a 10 line VB script. The script in turn runs the Entrust Password Unprotect utility. The utility does not seem to have a silent command line mode, so always displays a dialog where you have...
I'm trying to add an e-mail send utility to my VB program, but not having much luck.
I'm using Visual Studio 2005, and I have added Imports System.Net.Mail to the module.
Here's my code :
Dim objSmtpClient As SmtpClient
Dim objMailMessage As MailMessage
Dim objMailAddress As MailAddress...
My report provides a breakdown of all hours worked by employees in a certain team. The only parameter to the report is the ID of the team leader.
The problem is that one team has an employee type that I don't want to include. How do I set up the record selection to recognize this?
I want it to...
I have just finished developing a fairly complex report in Crystal Reports 10.
I want to be able to distribute this report to other people who don't have Crystal installed on their computers. I have therefore created a simple VB6 container application that uses the CrystalReportViewer control...
I've been using Windows Vista for a year or so, and the fonts are driving me nuts.
I find that all of the installed fonts look absolutely crap, even the basic stuff such as Arial or Verdana. The edges are very rough and jagged, and the letters are just too black and too heavy, even in regular...
Has anybody here ever installed JBoss on an application server that is already running IIS?
This is an option we're considering so we don't have to buy a new server.
Our existing web application runs on .NET 2.0 / IIS 6.
The new application will run on JBoss 4.2.
The server OS is Windows...
I have a fairly simple pie chart which shows the amount of my work team spends on each type of work.
The time amount is labelled on the chart as both a value and a percentage.
The problem I have is that some work types end with a zero sum value. This is due to hours being charged and then...
I want to set up my report so my group header only shows when it falls halfway through a page. When it falls at the very start of a new page, it should be suppressed.
I know that I could do this with the Suppress function on the group header, as long as I can programmatically detect when the...
I'm using Crystal to design a pie-chart.
I don't want to use the legend, because it's not really required.
What I do want is to show the label attached to each pie, along with both the value and the percentage associated with each slice.
At the moment, the options allow either value or...
There's one thing about Internet Explorer that drives me absolutely nuts that I'm wondering if anybody can help with.
Let's say I'm surfing the web in Window A. I come across a link to another page I want to look at, so I right-click and select Open In New Window.
What I really want is to...
I just had to re-install my whole development environment after a desktop upgrade, and am now having serious problems with Crystal Reports.
I'm trying to make changes to my Visual C# web application through VS2005. The app invokes crystal reports which are developed in CR10 Professional...
Does anybody know if Microsoft have announced yet what the end of life date for Reporting Services 2005?
I know it's a relatively new product, but with the release of RS 2008, has the clock started ticking? :-)
And for those of you who may have gone through the process already, is it easy...
Just bought a new laptop with Vista pre-installed, and have noticed a rather strange problem.
One of the new fonts available through Vista is Estrangelo Edessa. I like it. But for some reason, I can't use it in Word. I can select the font from the list, but as soon as I start typing, it...
Just bought a new laptop with Vista pre-installed, and have noticed a rather strange problem.
One of the new fonts available through Vista is Estrangelo Edessa. I like it. But for some reason, I can't use it in Word. I can select the font from the list, but as soon as I start typing, it...
We are about to begin development work on a new web-based reporting application. The app will be developed in Visual Studio 2005 C# .NET.
We deployed a similar web-based application last year. The reports for this app were developed in the standalone version of Crystal 10 Developer. We use a...
I'm trying to put together a very simple report on help desk incident data. The report should display the number of non-impacted days on a month by month basis, grouped by either support team or by application.
The problem I'm experiencing is that the report only shows data for teams or...
I have a date format conversion problem that I just can't find a solution for.
Here is the code snippet I'm using :
CultureInfo culture = new CultureInfo("en-us");
DateTime rate_dt = Convert.ToDateTime(txtStartDate.Text.ToString(),culture);
When I run the program, I enter "19-May-2008" in...
We are using a Crystal Viewer to allow our business users to run reports from a server.
Everything works perfectly unless the users attempt to run a report that generates more than 110 pages of data, which causes it to fail.
It looks as if the error is coming from the Crystal Viewer itself...
I'm trying to put together a simple report for our Help Desk department. I want to build the following table :
1. One row for each IT support team with a final grand total row for all teams.
2. One column for each month in 2008 with a final grand total column for the whole year.
3. Each cell in...
I'm hoping to restart my software development career, and could use some advice about where I should begin.
My specialty is client-server, Windows forms based applications. I worked in Visual Basic 6 for many years, and gained my MCSD in Visual Studio 6 back in 2001.
For various reasons, I...
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.