1. Luis Pesaressi
  2. PowerBuilder
  3. Wednesday, 15 July 2020 10:35 AM UTC

HI...

I have a table in SQL SERVER with one field image , when try of put de field for show the image in header of freeform Datawindow the PB go down (close), I use control (create large binary/text database blob object) I need put the picture in header of report, but when I put this control in detail work fine, just move or create this control to header and PB go down (close)

anyone know of this problem

use PB 2019 R2 Build 2328

 

 

Tengo una tabla en SQL SERVER con un campo image, cuando intento poner el campo para mostrar la imagen en el encabezado de un freform Datawindow, el PB se cae (se cierra), uso el control (create large binary/text database blob object), Necesito poner la imagen en el encabezado del reporte, cuando pongo este control en el detalle del reporte funciona bien, apenas lo muevo o lo creo en el encabezado y el PB se cae

alguien sabe de este problema

uso PB 2019 R2 Build 2328 

 

Thanks

Gracias

 

Luis

Accepted Answer
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 15 July 2020 20:22 PM UTC
  2. PowerBuilder
  3. # Permalink

Hi Luis;

  Sounds like you are trying to use the OLE based BLOB support in the DWO. If that is the case, yes - this feature only works in the "Detail" band.

  Have you thought about using the TableBlob feature? You could also use a Picture object in the DWO's header and then perform a SelectBlob to disk - assigning the picture object data via a PowerScript command.

Regards ... Chris

Comment
  1. Luis Pesaressi
  2. Thursday, 16 July 2020 08:26 AM UTC
thank you very much Chris



Luis
  1. Helpful
There are no comments made yet.


There are replies in this question but you are not allowed to view the replies from this question.