0

How can I get only once signature picture from UserSetup in DataSet?

DataItem Integer in the end doesn't work when I print two or more documents with different signatures.

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
Nina
  • 1

1 Answers1

0

The usual tactics is to clear BLOB with a picture after the first row has been generated, e.g. in AfterGetRecord of document lines.

An example with more details can be found here:

http://www.softwareanswers.co.uk/software_answers/2015/01/outofmemoryexception-when-running-dynamics-nav-reports.html

sergeyol
  • 701
  • 3
  • 10