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