Options

How to populate BLOB field in report

Hi all

Work description field was defined as BLOB type in purchase header table, how to populate the same in report.

Thanks
saitsh

Answers

  • Options
    txerifftxeriff Member Posts: 492
    Hi,

    I would recommend you to google about this (depends also on your version, how to design the layout etc) but as far as I recall a CALCFIELDS() for the BLOB field should do, if it´s an image what you stored into the BLOB.
  • Options
    sathishmadhavsathishmadhav Member Posts: 71
    Hi

    Thanks for your reply. Indeed i google about it, however failed to apply code to populate work description in report. My work description BLOB field is in text format.
  • Options
    lubostlubost Member Posts: 614
    Transfer BLOB content into Text variable if it is text.
    You can use BigText type and then format BigText into simple Text
Sign In or Register to comment.