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 Westi 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. snwbdr

    Passing Data from Sub report

    You have to put the formula to display the value from the subreport in a section below the subreport. I usually put in another group with the sub report in the group header. Then in the details section I can reference the value from the sub report. Does that answer you question.
  2. snwbdr

    Jpeg File Conversion

    Can I convert a YCC color format jpeg to RGB at Runtime?
  3. snwbdr

    File Download with HTTPS

    I have been working on a file download application which will allow users to download files from our site, it works fine when the site has https turned off, but when I turn it on the page fails to allow me to download. I get a ms ie error. Code below Sub DownloadFile(file) '--declare...
  4. snwbdr

    Hierarchial Data From Single Table

    I am not looking for the specific code, althought an example would be great. I am trying to build a custom datagrid that shows the data in a hierarchial form. I have no control over the way the data arrives. It is from a stored procedure where every record contains category, subcategory, item...

Part and Inventory Search

Back
Top