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 Mike Lewis 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: *

  1. Sielah

    Problems running a scheduled task when not logged on

    I think this is available for a Windows Service only - not for a Scheduled Task. I can switch the option on for the Task Scheduler service, but I don't think this will help, as it's not the scheduler that needs to interact.
  2. Sielah

    Problems running a scheduled task when not logged on

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

    Trying to send e-mail from VB .NET program

    I followed up with our e-mail server expert, and he advised that the problem was probably being caused by our AV software. I asked our AV admin team to add my computer to the policy exclusion list, and was then able to generate e-mail requests. Thanks!
  4. Sielah

    Trying to send e-mail from VB .NET program

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

    How to suppress a group header when it falls at start of page

    The problem was due to me not using Crystal Reports correctly. I didn't realize that you could set a group header to repeat automatically on a new page, so I had a complicated group header / page header combo set up. When a colleague pointed out the repeat option, I didn't need to do what I was...
  6. Sielah

    How to customize a record selection formula

    That worked beautifully. Thanks!
  7. Sielah

    How to customize a record selection formula

    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...
  8. Sielah

    How to pass parameter info to a Crystal Report

    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...
  9. Sielah

    Standard fonts look really horrible

    It looks as if we have a winner. I followed the registry key delete/recreate instructions. Now, when I use ClearType font smoothing, my fonts look a bit weird, but not as bad as before. When I use Standard font smoothing, they have the same look as XP. So I consider that a fix. Thanks!
  10. Sielah

    Standard fonts look really horrible

    Here's my current laptop spec : - Compaq Presario V6000 - Intel Celeron CPU 520 @ 1.6 GHz - Windows Vista Home Premium 32 bit - Generic PnP Monitor on Intel 945 Chipset @ 60 Hz - 1280 * 800 resolution - 32 bit colours These are the available resolution options : - 800 x 600 - 1024 x 768 -...
  11. Sielah

    Standard fonts look really horrible

    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...
  12. Sielah

    Running IIS and JBoss on the same server

    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...
  13. Sielah

    How to stop a zero sum group showing in a pie chart

    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...
  14. Sielah

    How to suppress a group header when it falls at start of page

    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...
  15. Sielah

    How to show both values and percentages on a chart

    Yeah, I didn't quite phrase the legend bit correctly :-) I guess I do really need it, just in a very simplified layout. I don't want the info stuck in a box, and I also hate the auto-formatting that Crystal seems to impose. Every time I move, resize or alter the chart in any way, my font size...
  16. Sielah

    How to show both values and percentages on a chart

    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...
  17. Sielah

    How to control browser window activation priority

    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...
  18. Sielah

    Configuration problems with Crystal 10 / Visual Studio 2005

    Thanks for the suggestions, but unfortunately none of them worked. My project uses version 10.2 of the relevant Crystal libraries. These are installed under the C:\Program Files\Common Files\Business Objects\2.7 folder. However, I discovered this morning my computer also has version 11.0 of...
  19. Sielah

    Configuration problems with Crystal 10 / Visual Studio 2005

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

Part and Inventory Search

Back
Top