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 TouchToneTommy 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: salooo
  • Content: Threads
  • Order by date
  1. salooo

    C#: How to create report using a data table

    i, I am using VS.NET 2003 and using the C# language to deploy crystal reports for .NET. I want to create a report using a dataset by deploying the push model, also I want to know how I can create this report using a data table ?? I want to know how to implement the use of a "data...
  2. salooo

    How to create report using a data table

    Hi, I am using VS.NET 2003 and using the C# language to deploy crystal reports for .NET. I want to create a report using a dataset by deploying the push model. Also I want to know how I can create this report using a data table ?? I would really appreciate if anyone can provide me the steps...
  3. salooo

    C#: Need help with reading connection string from file

    Hi, I am using VS.NET 2003 and C#. I am trying to create a SqlConnection by reading in the connection string from a text file. But this does not seem to work. I would really appreciate some help as to how I can accomplish this task. Here is my example code: FileStream fs = new...
  4. salooo

    need help with crystal reports

    Hi, I am using Visual Studio.NET and deploying crystal reports using the C# language. I would like to create a report to that would help save paper. I need to know how I can create a report that would display the data in the following fashion: order # Order Date Amount order # Order Date...
  5. salooo

    need help with crystal reports

    Hi, I am using Visual Studio.NET and deploying crystal reports using the C# language. I would like to create a report to that would help save paper. I need to know how I can create a report that would display the data in the following fashion: order # Order Date Amount order # Order Date...
  6. salooo

    C# & Crystal Reports: Enforce column headings....

    Hi, I am using C# with MS VS.NET and deploying reports in Crystal. I want to know if there is a way to enforce the column header (by this I mean the column headings/labels) to continiously stay visible in the report viewer. The thing is that I have a couple of reports that are displayed in a...
  7. salooo

    C# & Crystal Reports....

    Hi, I am using C# with MS VS.NET and deploying reports in Crystal. I want to know if there is a way to enforce the column header (by this I mean the column headings/labels) to continiously stay visible in the report viewer. The thing is that I have a couple of reports that are displayed in a...
  8. salooo

    Need Recommendation: Help Authoring Software

    Hi, I would really appreciate if someone can recommend a help authoring software to be used with WinXP & Win 2003 Server. It is very critical that this software allows for the use of an "Answer Wizard." The one that you must have seen in MS Viso. Any help would be greatly...
  9. salooo

    C#: How to control the behavior of the TAB Key ???

    Hello, I am using C# on the VS.NET platform. I have this application that requires the TAB key to function in a different manner. I want to know how I can control the behavior of the TAB key in my Application??? If there is no way to control the TAB key, is it possible to disable it...
  10. salooo

    How to convert string from text box into DateTime in crystal using C#

    Hi, I am using VS.NET, and C#, and in my report I want to allow the user to enter a search crietria for date by typing the date in to 2 text boxes i.e., DateFrom and DateTo. I want to know how I can convert(format) the text entered into the text boxes to a DateTime, so that I can use it in my...
  11. salooo

    How to hide "Enter Parameter Value" screen in crsytal using C#

    Hi guys, I am using Vs.NEt 2003 and working on a few reports using crystal reports for .NET. I have added a few parameter fields in my reports and have added code to update the fields once I run them. The program is working fine except that every first time the report loads up, it shows me the...
  12. salooo

    How to call method written in VB.NET from C# project

    Hi, I am using VS.NET 2003 and I am working on a report in Crystal. I am getting the the required info from another form's method which was written in VB.NET. I am not sure how I can call that method from C# !!!! My co-worker has created the login screen and she has done her part in VB. I am...
  13. salooo

    C#: how to pass string to crystal and show it in report

    Hi, I am using VS.NET 2003 and I am working on a report in Crystal. In the application whoever logs-in sees his/her name on each form and I would like to do the same in the reports as well. I mean I want to show the name of the person logged on while looking at/printing the report. This...

Part and Inventory Search

Back
Top