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

    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...
  5. 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">...
  6. 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...
  7. 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...
  8. 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
  9. 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...
  10. 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
  11. DavidKnight

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

    I have a report that I'm using the TABLE object and grouping the user's transactions by the user's name. The problem I'm having ia that a user's data spans multiple pages.. It starts on the bottom of 1 page (for 1 transaction) and then continues onto the top of the next page (3 more...
  12. DavidKnight

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

    I have a report that I'm using the TABLE object on and grouping the user's transactions by the user's name. A user's data spans multiple pages.. It starts on the bottom of 1 page (for 1 transaction) and then continues onto the top of the next page (3 more transactions). How do I keep the data...
  13. DavidKnight

    How do I read a file from my Local 'C' Drive??

    Hi All; How do I read a file from my Local 'C' Drive?? The following code reads the Servers 'C' drive! datagrid.DataSource = Directory.GetFiles("C:\") datagrid.DataBind() Thanks David
  14. DavidKnight

    I need a DataGrid in a ASPX Application (VS2003)

    Hi All I'm looking for an alternative to the VS2003 ASP.NET delivered DataGrid. The grid works fine but, I find that the format control is poor. What ASPX Data Grid would you recommend? David Knight
  15. DavidKnight

    GetUserName or ID from Windows Client browser.

    Hi There. I've looked for this information here, MSDN Knowledge Base and the MSDN help files. I can't seem to locate an answer to my particular issue. In my running ASP.NET(VB) app, where I have the following set in web.config -<authentication mode="None" /> I need to retrieve the users local...
  16. DavidKnight

    Project Deployment with Crystal Error!

    Environment: ASP.NET - VS 2003 - Framework 1.0 upgraded to 1.1! Deployed to a Windows 2000 server w/IIS server etc. When I deployed my Project that contains some embedded Crystal reports. I include the 4 Crystal Merge Modules in the setup project. And I have tried the License Key (5-7-7...
  17. DavidKnight

    Can a SubReport pass a Value back to the main report?

    I use subreports quite extensively, linking from my main report to sub's. And that works well sending(Linking) values to the subreport. But how do I return a value, such as number of rows read/displayed, back to the main report? This is Crystal Reports 9.0! David

Part and Inventory Search

Back
Top