Options

C/AL local variables - How to make a picture variable?

wolfuliumwolfulium Member Posts: 30
So I have an assets table with images. I am trying to pull one of those images and store them in a local or global variable in the code. I am trying to use these images in a report, but the images are determined dynamically in the code.
AssetsT.SETRANGE("Name", 'Unchecked');
AssetsT.FINDFIRST;
// unchecked := Assets.Image

There is no option in the globals or locals variables for bitmaps/png/blob.
This may be a really easy question, but I'm on week #2!

Thank you in advance

Best Answers

Answers

Sign In or Register to comment.