I have a question about datawindow type LABEL. Customer want print label from position. And PowerBuilder 11.5 have problem with rectangle object and worse with bitmap object.
More on images in link. Any way to correct it? a link[1]
I have a question about datawindow type LABEL. Customer want print label from position. And PowerBuilder 11.5 have problem with rectangle object and worse with bitmap object.
More on images in link. Any way to correct it? a link[1]
You may conditionally display your bitmap by creating a computed field similar to this:
bitmap( if( typ_čárového_kódu = "EAN 128", "mamut.bmp", "" ) )
Don't forget to size the computed field with the same dimensions as mamut.bmp.