[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Custom widget edit

  • Thread starter Thread starter jread
  • Start date Start date
Status
Not open for further replies.
J

jread

Guest
if you set the image to allow for more than one image selection the above code would not work and you would need to iterate over the field value of Image2. @foreach(var img in item.Fields.Image2){ }

Continue reading...
 
Status
Not open for further replies.
Back
Top