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 SkipVought 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. nvtluong

    Writing excel output to network drive

    Hi, Our reports use AcExcelWorkbook and and excelAPI.bas to export small parts of the reports to excel. We have no problem when export to local hard drive, but when trying to export to a NAS network drive, the excels output are not written. No error message appear. Reports still complete and...
  2. nvtluong

    Upgrade Actuate 5 to 7

    Hi everyone, I need to upgrade Actuate server v5 to v7. Do I need to modify anything with my current reports? If yes, what are the guidlines I can follow? Thanks, nvtluong
  3. nvtluong

    Alternate row color

    never mind. I found it. Override the OnRow method of the frame. Then set the condition: If row.RowNumber mod 2=0 Then BackgroundColor=Blue 'Put any color here End If
  4. nvtluong

    Alternate row color

    Hi, I have a frame which displays multiple rows from 1 DataStream. My question is how to alternate the row color between 2 colors, for example White and Blue? Thanks, nvtluong.

Part and Inventory Search

Back
Top