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 wOOdy-Soft 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 Danokim

  1. Danokim

    Conditional formatting c#.NET "Unknown Query Engine Error"

    Anyone have any thoughts? I did initially create the report in CR 8 against a view but later changed it to point to a TTX file.
  2. Danokim

    Conditional formatting c#.NET "Unknown Query Engine Error"

    I have a report I created in Crystal Reports 8. It has VERY simple conditional formatting which works fine in the stand alone Crystal Reports designer. The formula is: If Mid ({Field}, 1, 4) = "BOLD" Then crBold That formula is a conditional format forumula on the style of a database field...
  3. Danokim

    Sysprep not setting password

    During the sysprep process, the password defined in the sysprep.inf and winbom.ini is not getting set. Anyone have any ideas as to why this might occur? Below is from sysprep.inf [GuiUnattended] AdminPassword="admin" AutoLogon=Yes AutoLogonCount=2 From winbom.ini [Factory] ...
  4. Danokim

    Write alternate TCP/IP configuration to registry

    Has anyone here had experience with writing the alternate TCP/IP configuration to the registry via a C# app? I've got it mostly done, but I can't figure out how to create the binary value that must be written for the ip address. I can write a binary value to the registry, but I'm unsure as to...
  5. Danokim

    Sysprep halting and windows 2003 server crash and restart

    I've been trying to track down an issue with this sysprep install that I've been working on. Details, the server is a Compaq DL370 with windows Server 2003. The server is pretty barebones when it comes to software installed. It only currently has the Compaq server management software on it...
  6. Danokim

    Some clients can retrieve web page but some can not

    Is there a known issue with naming an IIS Server with an underscore in the middle of the name? Once again this is for an INTRANET application. I'm using a cookie to store a few things, and I noticed that on the majority of the clients no cookie was being written. When I did find a client that...
  7. Danokim

    Some clients can retrieve web page but some can not

    It seems to be bombing on the ADO command. It works on the server, and on some clients as noted above but not on all clients. Does anyone know why this might occur, or has anyone seen this before?
  8. Danokim

    Some clients can retrieve web page but some can not

    Ok here's as much background info as I can gather: Web Server: Windows 2000 Server SP3 and IIS 5.0 with all service packs, .Net runtime 1.0.3705 DB Server: Windows 2000 Server SP3, SQL Server 2000 SP3 Client 1: NT4, IE 5.0, no .Net runtime installed Client 2: Win2k Pro, IE 6, .Net 1.1...
  9. Danokim

    How do I disable drill-down in reports?

    Question for ya'll. Is there a way to disable drill-down on group headers or group footers? Currently we are using CR 7.0 and the drill down feature is not helpful for what we are trying to do with our report. The drill down feature does not pull back any extra data so we are trying to disable...
  10. Danokim

    Schedule Report

    Thanks for the tip.&nbsp;&nbsp;What I'm really looking for is a way to call a report via the web, and schedule it to run later, without any input from an end user.<br>Thanks for any further help.
  11. Danokim

    Schedule Report

    Does anyone know how to schedule a report so that it can be viewed later.&nbsp;&nbsp;For example, I want to run a shift summary report at midnight because it takes a long time, how can I set up a schedule so it will run at midnight so I can view it the next day?<br>What software can I use...
  12. Danokim

    Hierarchical grouping in CR 8.0 how to find sum including children?

    Does anyone know how to find the total count of a group including all its children and grandchildren when you use CR 8.0 hierarchical grouping?<br>For...
  13. Danokim

    Can you limit the quanity of data retrieved?

    I'm wondering if you can use Crystal reports to limit the number of rows of data that it retrieves from the data base.&nbsp;&nbsp;Ie, can you get just the first 100 rows of data, as in the top function in MS SQL Server 7.0<br>Thanks for any help.

Part and Inventory Search

Back
Top