Does anyone know how to create a composite datawindow dynamically?
I have the syntax for the composite datawindow and the nested reports,
which I create separately, but I don´t know how to relate the nested
reports to the composite datawindow.
Any suggestions will be welcome.
Many thanks,
David Vazquez
Regards, Vladimir.
However, both the composite datawindow and the datawindows I want to
include in it are created dynamically.
Any suggestions?
Thanks in advance,
David Vázquez
e-mail: dvaz...@banxico.org.mx
pbm_thisusuallydoesnothelp:-))
Philip Salgannik
"David Vázquez >" <dvaz...@banxico.org.mx> wrote in message
news:E04D4AAB2CDF437D000934C3852569C3.0008392A852569C3@webforums...
By the way, is it possible that the following syntax:
table(column=(type=char(10) updatewhereclause=yes name=prueba
dbname="prueba" )
can become something like this using Modify()?
table(
column=(type=long update=yes updatewhereclause=yes key=yes name=boveda
dbname="boveda.boveda" )
column=(type=char(70) update=yes updatewhereclause=yes name=nombre_completo
dbname="boveda.nombre_completo" )
retrieve="PBSELECT(TABLE(NAME=~"boveda~")
COLUMN(NAME=~"boveda.boveda~")COLUMN(NAME=~"boveda.nombre_completo~"))"
update="boveda"
updatewhere=1
updatekeyinplace=no
)
This is because the solution given at deja.com suggests the rows be copied
from the dynamic dw, but I was wondering if I can do the retrieve to the
composite.
Many thanks,
David Vázquez
"Philip Salgannik" <phi...@rcn.com>
on 12/27/2000 at 08:55 PM powersoft.public.powerbuilder.datawindow Re:
Dynamic composite datawindows
Re: Dynamic composite datawindows
How do I associate a report object (from the composite dw) with the
datawindow that was created dynamically, which has no dataobject?
I'm sorry if I'm being so insistent.
Regards,
David Vázquez
Vladimir Gendler <vgen...@socal.rr.com>
on 12/27/2000 at 08:59 PM powersoft.public.powerbuilder.datawindow Re:
Dynamic composite datawindows
Re: Dynamic composite datawindows
So, it solves your problem. Instead of supplying DW as a parameter to this