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 Chriss Miller 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 DavidKnight

  1. DavidKnight

    VS2010 C#/Web, Drop Down Listbox question

    This quetion has to do with the standard ASP version DropDown Listbox that comes with VS2010 Professional. Does anyone have any code that increases the width of the drop down list when the drop down arrow is selected! I have the width of the dropdown listbox set to 70px and want to display the...
  2. DavidKnight

    How to hold displaying a CR until it's finished.

    Hi There.. I have a report which when run has over 600 pages and therefore takes awhile to produce/render. When the program launches the report a transparent frame appears until Crystal has completed the report.. How do I stop the displaying of the window until Crystal has completed processing...
  3. DavidKnight

    How do I connect a VS05C# dataset to a subreport??

    Hi There. (VS2005C# and Crystal 10) I have an Invoice report with a subreport that runs from a Stored Procedure and is rendered as a PDF. I currently have the report and sub running from the same stored proc. The stored proc sends a range of invoices back as a dataset with the following in my...
  4. DavidKnight

    Sorting of Grouping

    In my Crystal 9/10, I Right mouse click on the GroupHeader1 title along the left side of the report Design tab.. Select "Change Group...." In the Change Group Options change the order from the 2nd drop down.. David
  5. DavidKnight

    VS2K5 Web Site Application Administration Tool not working.

    I'm having trouble running the Web Site Application Administration (ASP.NET Configuration) utility tool. I have followed the original error screen recommendation and run the ASPNET_REGSQL Utility. I have tried it using the command line and wizard. The command line created the aspnetdb database...
  6. DavidKnight

    VS 2005 C#, OnClick issue with copied Button.

    I'm a VB.NET developer trying to wotk in the C# environment. I ran into a funny situation that I have not run into while working in a VB webform. I copy and paste an existing Standard.Button "Button1" in Design view and endup with the follow HTML Source code: <form id="form1" runat="server">...
  7. DavidKnight

    BULK INSERT - Passing filename as variable

    Hi All; Here's todays issue. I have been able to execute the following Bulk Insert. BULK INSERT DATA_FILE_TEST FROM 'C:\Work\DataFile.csv' WITH (formatfile='c:\work\DataFile.fmt', firstrow=1, lastrow=1); Now I want to pass the csv file...
  8. DavidKnight

    Bulk Insert - Format File field terminator question

    Thanks PDreyer for your suggestion!! It worked! David
  9. DavidKnight

    Bulk Insert - Format File field terminator question

    Hi: How do I show the terminator character in the format file for the quotation mark around the name field? The bulk insert splits the name on the imbedded comma, which makes sense! Thanks for your help! David DK4.csv file: "Knight,David M",1234567,101123456 "Knight,David M",1234567,101234567...
  10. DavidKnight

    Cheap report tool for web based reports.

    Can anyone recommend a cheap report add-on to VS2005 ASP. I'm trying to stay away from Crystal and MS SSRS. But would like Headers, Footers etc. (Database's EXCEL, ACCESS, MySQL and MS-SQL) Thanks David
  11. DavidKnight

    VS2005 ASP.NET VB - Yellow Textboxes with IE7-XP!

    Sirius.... That was it exactly!! Thank you very much.... David
  12. DavidKnight

    VS2005 ASP.NET VB - Yellow Textboxes with IE7-XP!

    This problem occurs when rendering aspx page on a IE7-XP machine. Works fine when rendered on IE6-XP and IE6-W2K machines. And they look fine on my development box which is running IE6-XP. The problem is... As soon as textbox is rendered on the screen its back ground color turns yellow...
  13. DavidKnight

    SSRS Q How do you keep a group together in a table?

    Hi MColeman I cannot find a "Custom Properties" dialog box!! How do I get to it?? If you mean the "Grouping and Sorting Properties" dialog box then, no there is no keep together. (At least in my VS2005 version, I wish there was!!) Thanks, David
  14. DavidKnight

    SSRS Q How do you keep a group together in a table?

    xlbo Thanks for the response.. Looked at that. But it puts a page break after every grouping. One grouping per page! I just don't want to orphan small group sections over 2 pages. Thanks, David
  15. DavidKnight

    Microsoft.Reporting.Webforms.ReportViewer

    In a VS2005 ASPX webform is there away to pin(anchor) the left, right and bottom of a ReportViewer to the browser window? Thanks, David

Part and Inventory Search

Back
Top