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 strongm 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: *

  • Users: IndyGill
  • Order by date
  1. IndyGill

    Convert Dataview back to Datatable

    Im not sure if I have explained myself properly, here is some sample code of what I am trying to do: Dim obj as customers Dim ctrl as baseControl ' Contains all connection details Dim ds as CustomersDataSet Dim dt as customersDataTable Dim dv as dataview Dim drv As DataRowView Private Sub...
  2. IndyGill

    Convert Dataview back to Datatable

    Hi I was wondering is it possible to convert a dataview back to a datatable? The reason I ask is that I am working with objects that a Backend developer has written which give me datatables. Sometimes I have to put them into dataviews to display the correct data, but when I want to save the...
  3. IndyGill

    Validation Problem on Live Server

    Thanks guys, reinstalling teh framework seem to do the trick........... Thanks again for all your help
  4. IndyGill

    Validation Problem on Live Server

    Thanks adonet, i havent run aspnet_regiis -i, do you recommend that I do....... what exactly does this do. I thought that the aspnet_regiss.exe just told you the version of .Net Framework you are running? I have checked the root of my web server and the directory aspnet_client does exist, it...
  5. IndyGill

    Validation Problem on Live Server

    Hi I have an asp .net web app which has required field validators in it (the ones that are built into VS .Net 2003). When I run my web app on my development machine the validators work fine, however when I put them on my live web server they do not work. My live web server is running IIS 5...
  6. IndyGill

    SQL Reporting Services Question

    Hi Jmk I have tried the above but when I go to build the project I get an error say that there was no report server found at http://localhost/myWebProject/myReport
  7. IndyGill

    SQL Reporting Services

    OK so I have started using SQL Reporting Services to do my reports. So I have installed Reporting Services and I am using VS .Net 2003 to create my RDL's. However I have noticed that my reports are created at http://localhost/ReportServer/myReport however I am working on a web application...
  8. IndyGill

    SQL Reporting Services Question

    Hi I know that this is not directly related to ASP.NET but I hope you can forgive me, as im trying to integrate SQL reporting Services into my VB .Net web app. OK so I have started using SQL Reporting Services to do my reports as I think its a better dot net solution than Crystal Reports. So I...
  9. IndyGill

    SQL Reporting Services

    Thanks for that phillhege But im a bit stuck at the moment as I have tried to install SQL 2000 Standard edition on my Win XP box but it wont let me. So now what do I do? I dont really want to have to change my OS to Windows 2000 Server. I have a copy of SQL 2000 Developer will reporting...
  10. IndyGill

    SQL Reporting Services

    Hi I have heard about SQL Reporting Services and thought I would give it a try. However I have come across a problem with installing it, I keep getting the following error: "The edition of the Report Server Database is not supported on the edition of SQL Server 2000 you have chosen. Please...
  11. IndyGill

    Pass Value to Crystal via SQL 2000 View

    I have even tried the following articles The below article did not work http://support.businessobjects.com/library/kbase/articles/c2010371.asp Im not to sure about the below article as I couldnt understand where it was directing me in IIS...
  12. IndyGill

    Pass Value to Crystal via SQL 2000 View

    Yep the data adapter is fine as I have put a datagrid on the page and it populates that without any trouble. But as soon as I try and populate the Crysatl Report I get the Logon Failed error message. I have tried loads of methods but just cant get it to work I even installed a Patch by...
  13. IndyGill

    Pass Value to Crystal via SQL 2000 View

    Thanks ceyhorn I have been tryting the above method for a while but still get the same error. I have a strongly typed dataset but i still keep getting this Logon Failure error message when using the pull method. I have included a sample of what I am doing below: 'Set parameter...
  14. IndyGill

    Pass Value to Crystal via SQL 2000 View

    Thanks for that adonet I have been working on it for two days aswell and I am really cheesed off with it all. I have managed to get the Push method to work before however I wanted to use the GUI tools that come with VS .Net 2003 to do all the Data Adapters and stuff as I will be creating lots...
  15. IndyGill

    Pass Value to Crystal via SQL 2000 View

    In this instance im not using a dataset. However when I do use a dataset I keep getting a Logon Failure message. I have read quite a few problems with it and I understand that teh Crysatl Report losses its connection details. I was wondering did you experience this when you used a dataset?
  16. IndyGill

    Pass Value to Crystal via SQL 2000 View

    Hi, I am building some crystal reports in VS.Net. I am using Views in SQL Server to create the data for my crystal report which seems to be working fine. However I would like to set parameter on my report but I am unsure how to do this? As I need to set the parameter in my View on SQL...
  17. IndyGill

    Need tips on VS .Net 2003 GUI tools

    Hi, I have been doing asp.net for about a year and have always used VS .Net however I have stayed clear of the drag and drop tool to create data functionality. I thought I would learn to hand code first rather than rely on GUI tools. However now I am getting my head round asp.net I have...
  18. IndyGill

    Dataset Count Problem

    Hi Isadore, the way I have got round it at the moment is to get Crystal reports to do all the hardwork. However I have noticed that Crystal Reports for ASP.NET and SQL Server has quite a few bugs. But once you get Crystal working it takes out all the hassle of sums, counts and grand totals...
  19. IndyGill

    Dataset Count Problem

    Thanks Cappmgr Sorry I cant use that approach as I cant make any calls to the db directly. I am working wityh a backend developer who has developed a set of object that give return datasets. So really I need a method to filter the data at my business logic end. Any ideas
  20. IndyGill

    Dataset Count Problem

    Hi, I have a dataset and I am trying to filter the information in many ways on a page. I would like to show the count/occurences of a specific column. eg, my dastset looks like Name Fred Lisa Fred Mike Fred Mike and would like to show it in a datagrid as Name Occurences Fred 3...

Part and Inventory Search

Back
Top