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

    Report more like Row based

    Hi all, I have excel files to be used in my report. The information of each product is stored in each excel file. like: Product info in one file, the inventory info second file, sale info third file etc... I need to see the information of each product from each file in row manner not in...
  2. vasu2005

    Publishing the reports on Enterprise

    Hello All, I have the reports and when I click on Save As option and click on my enterprise server and then open one of the folder where I want the report to be saved, then I save the report. After I login to the Enterprise Management Console and see the folder where I saved my report, the...
  3. vasu2005

    Page Break

    Hi all, I have a report which is sorted by category and products each category are displayed on different pages. Now when my users exports the data in excel it gives one bank row between each category. But my users wanted that each category should be create separate sheet one excel file. Can I...
  4. vasu2005

    Stored procedure return value

    Hello all, I have a vb.net code which executes the stored procedure talking one parameter if the parameter value already exists then return -1 else insert the record in the table and return 0 But after the application is run and if the new value comes then it insert into the table but returns...
  5. vasu2005

    Reports security

    Hi all, I am not much aware of crystal administration and tasks. I have different reports related to sales, inventory, product details. On crystal enterprise we use Windows NT login not the enterprise user set up. I need to publish the reports on the web so that respective departments can...
  6. vasu2005

    Stored procedure returns value

    Hi all, I have to call a stored procedure from my VB.NET code , the procedure returns a value(int) Dim param As OleDbParameter cmd.Connection = cn 'cmd is oledbcommand object cmd.CommandType = CommandType.StoredProcedure cmd.CommandText = "searchitem" param paramReturnValue = new...
  7. vasu2005

    Stored Procedure

    Hello All, I am fairly new to the SQL development. I need to write the stroed procedure which will check have two parameters passed by VB.NET application. The stored procedure will check if there is any row with both the values, if yes then should exit if not then should insert those values in...
  8. vasu2005

    Running reports from Web Crystal Enterprise

    Hello all, I have designed one report (CR 10) which is using 1. A command object of crystal accessing data from MS Access database connecting using ODBC (created a data source on local machine using ODBC driver ) 2. A stored procedure accessing data from MS SQL 2000 connecting using OLE DB...

Part and Inventory Search

Back
Top