Creación de objetos dinámicos en DW

Tengo el siguiente script que lo que hace es dibujar una linea en el footer de las datawindows.
this.Object.DataWindow.Footer.Height = 100
l_x2 = this.width
this.modify('create line(band=footer x1="0" y1="4" x2="'+string(l_x2)+'" y2="4" name=l_pie visible="1" pen.style="0" pen.width="9" pen.color="33554432" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" )')
El tema es que no me lo dibuja hasta al final. La datawindow tiene un Hscroll que cuando lo desplazo hacia la derechala linea del script de arriba no me lo dibuja hasta al final es decir hacia la derecha. Yo le estoy pasando l_x2 = this.width el ancho pero no lo toma dinámicamente al desplazarse

Saludos

Añade tu respuesta

Haz clic para o