bitmaps on report

best way when bitmap is greater than 32 k

Answers

  • TonyDuarte
    TonyDuarte Member Posts: 92
    What are you trying to do with the report?
  • binilabraham
    binilabraham Member Posts: 45
    Use a BLOB field for larger bitmaps.. Can you make your question some more clear like TonyDurarte asked ?
    Software Developer,
    Archerpoint India Pvt. Ltd,Chennai.
  • Kishorm
    Kishorm Member Posts: 921
    I'm guessing your problem is the 32k limit with bitmaps that are added directly into the report? Instead of embedding in the report, you should add to a BLOB field in the database and then print that. If your bitmap is the Company Logo then this should be put in the Picture field on the Company Information card.