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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dslane

  1. dslane

    Memory or Disk buffers

    I am currently using Actuate version 6 so I am not sure if this works in version 5. Start by declaring a new variable for your report. I usually call it 'gbuffDStream' and give it the following properties: Type- AcRecordBuffer Storage -Static Visablity-Public Then under your Datastream for...
  2. dslane

    Calculating Percentages

    I believe that you may be able to use the 'safedivide' function to solve your problem. SafeDivide([total],[grandtotal],0) Then change the format of the control to a percentage. Example: For the 'total' syntax I repeat the calculated formula from my total field and do the same for my 'grand...
  3. dslane

    Access 97 not working correctly in Windows 2000--Reference Problem?

    I inherited an Access97 MDE application which tracks projects. The programmers who created this application had deleted the MDB version before they left. Under Windows 95 and 98 the application runs fine (using Access97). The problem is the application does not work on a machine with Windows...

Part and Inventory Search

Back
Top