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 IamaSherpa 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. dkidman

    Automatically Connecting to Oracle database in code...

    Try this method to re-link to your DSN then use the autoexec macro to execute the function. I have used this successfully for several off-hour downloads of data. I use launchpad to launch the MDB at the hour I need to process the downloads...
  2. dkidman

    Global Variable in a SubReport Calling it from Another

    Shared variables can be used in the main report and sub-reports to that main report.
  3. dkidman

    Global Variable in a SubReport Calling it from Another

    konad, I believe that a global variable is only one way, for example from main report to sub. If you are using CR8 you can delcare a "shared" variable and it is accessible to any portion of your report, including subreports. I had a similar situation where I uses a shared array and a...
  4. dkidman

    DistinctCount on Shared Array Variable

    I have a shared array variable that I am passing back and forth between a subreport and the main report that I populate with a 20 character value. This all seems to be working great. However, I need to display the distinct count of values on the first page of the report and this is where I am...

Part and Inventory Search

Back
Top