1. luigi venegoni
  2. PowerBuilder
  3. Tuesday, 17 October 2017 14:03 PM UTC

Hello,

 

i want a picture next to every row that my crosstab generate, is that posible? 

 

thanks.

Accepted Answer
Marco Meoni Accepted Answer Pending Moderation
  1. Tuesday, 17 October 2017 14:12 PM UTC
  2. PowerBuilder
  3. # Permalink

sure, just add a computed field to the end of the row and, in there, an expression like:

Bitmap('C:\somepathname\' + String(getrow()) + '.jpg')

The syntax above shows a picture called 1.jpg on the 1st row, a picture called 2.jpg on the 2nd row, etc...

Cheers,

Marco

Comment
  1. luigi venegoni
  2. Tuesday, 17 October 2017 14:28 PM UTC
thanks!! and it's posible to add the same to the colum headers generated of the crosstab?

  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 17 October 2017 14:27 PM UTC
  2. PowerBuilder
  3. # 1

Hi Luigi;

   Absolutely ... just pick the image column in your result set and map the image column to the row matrix of the Crosstab, as follows:

HTH

Regards .. Chris

Comment
  1. luigi venegoni
  2. Tuesday, 17 October 2017 14:29 PM UTC
thanks!! and it's posible to add the same to the colum headers generated of the crosstab?

  1. Helpful
  1. Chris Pollach @Appeon
  2. Tuesday, 17 October 2017 14:53 PM UTC
Yes, it is!  

  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.