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 Chris Miller 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. jonnymadill

    Writing a batch file to ftp folder contents

    Guys, I'm in the process of writing my first batch file. I need to write a command that will ftp the contents of four folders from my PC to a remote (unix) server. I plan to use Windows TaskScheduler to run this batch file every so often to transfer over the files. Any ideas? Any help would...
  2. jonnymadill

    Retrieving a value from an ORACLE stored procedure

    Thanks for the help SIG357. I managed to solve my problem just there now, I used the following link as a guideline.. http://home.fms.indiana.edu/users/cshelton/oracle/server.815/oracleo/oracleoUsing_ExecuteSQL_and_CreateSQL_t.html If you go up a level on the link above (ie...
  3. jonnymadill

    Retrieving a value from an ORACLE stored procedure

    Hi folks, I have an ORACLE stored procedure, which accepts two parameters and returns one, I want to pass in two string values from VB6 and retrieve the result date parameter from the stored procedure. At the moment no cursors are involved. I am connecting to the db using a simple Oracle...
  4. jonnymadill

    Passing Parameters to a subreport using VB

    Hi, I'm trying to pass parameters into a subreport of an RPT file. The problem is, these values aren't known until the 'housing' RPT file has been run (it executes a stored procedure on an ORACLE db). Once the results from the housing RPT are obtained it then passes some of these values as...
  5. jonnymadill

    Passing Parameters to an RPT from VB

    I now have a new problem! I have managed to connect to the database and pass parameters to the report, but the RPT contains a subreport which also has parameters. These parameters are linked to fields within the 'housing' RPT, and I was hoping that once the first RPT was invoked it would pass...
  6. jonnymadill

    Passing Parameters to an RPT from VB

    Thanks for that. I'll have a look now. I'm using Crystal Reports 8.5 and VB 6. I have to come up with a way of generating a list of values from an ORACLE database and then passing these into a Crystal Report. I have written the stored procedures and created the RPT file for this, but the report...
  7. jonnymadill

    Passing Parameters to an RPT from VB

    Hi, I'm still quite new to Crystal Reports, so my question has probably been posted loads of times. I want to call an RPT file with some input parameters using VB 6 and I'm not sure how to go about this. I'm connecting to an ORACLE database, and the RPT is connected to a stored procedure. Any...

Part and Inventory Search

Back
Top