1. Edinson Nongrados
  2. PowerServer
  3. Wednesday, 22 December 2021 11:20 AM UTC

Good morning,

I have a datawindow where I get the filename, width and height of an image, after that I set all this information to another datawindow which has the image control. I have theses images in local.

I don't know if there's a way to not have theses images locally neither in a database instead of that i want to have embedded images in my PowerServer app and be able to access theses images using the datawindow's filename property.

That's possible ?

Marco Meoni Accepted Answer Pending Moderation
  1. Thursday, 23 December 2021 06:47 AM UTC
  2. PowerServer
  3. # 1

Hi Edinson,

since the images are already in local, you have at least two possibilities:

  1. Use Bitmap() function in a computed column
  2. Flag the "Display as a picture" in the DW column containing the image filename

Then adjust height and width according to the info you have.

Best,

.m

 

Comment
There are no comments made yet.
Francisco Martinez @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 22 December 2021 14:37 PM UTC
  2. PowerServer
  3. # 2

Hi Edinson,

Have you tried using the External Files array of the PowerServer project? Files specified in this tab will be bundled with the application

Regards,
Francisco

Comment
  1. Edinson Nongrados
  2. Friday, 7 January 2022 08:20 AM UTC
Hi Miguel, is just an example of what i want
  1. Helpful 1
  1. Miguel Leeuwe
  2. Friday, 7 January 2022 12:52 PM UTC
Gotcha! I don't have any time right now, but if no solution comes up, I promise I'll give it a shot (not today though).
  1. Helpful
  1. Edinson Nongrados
  2. Friday, 7 January 2022 14:04 PM UTC
ok Miguel, perfect!
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.