Página 1 de 1

IDE bug on copying and inserting a TDBrowse

Publicado: Lun Jun 11, 2007 6:05 pm
por Ingo
Hi Xailers,
copying and inserting a TDBrowse and assigning the target TDBrowse's poperty
cName the name of the parent TBrwRecSel of the source TDBrowse is changed
to the new name too:
//the source TDBrowse wich would be copied
WITH OBJECT ::oDocsBr := TDBBrowse():New( ::oPanel20 )
:SetBounds( 0, 18, 300, 198 )
:nAlign := alCLIENT
:nClrPane := clWhite
:nBorderStyle := bvHALFSUNKEN
WITH OBJECT TBrwRecSel():New( ::oMP12Br )
//changed by the IDE from "::oDocsBr" to "::oMP12Br"//
.....
.....
Regards
Ingo

IDE bug on copying and inserting a TDBrowse

Publicado: Lun Jun 11, 2007 7:45 pm
por ignacio
Ingo,
Problem saw. Thank you for your feedback. We will try to fix it ASAP.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Ingo " <[email=XPRO-0031BA74-01@10.0.0.10]XPRO-0031BA74-01@10.0.0.10[/email]> escribió en el mensaje
news:466d72c7$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>
> Hi Xailers,
>
> copying and inserting a TDBrowse and assigning the target TDBrowse's
> poperty
> cName the name of the parent TBrwRecSel of the source TDBrowse is changed
> to the new name too:
> //the source TDBrowse wich would be copied
> WITH OBJECT ::oDocsBr := TDBBrowse():New( ::oPanel20 )
> :SetBounds( 0, 18, 300, 198 )
> :nAlign := alCLIENT
> :nClrPane := clWhite
> :nBorderStyle := bvHALFSUNKEN
> WITH OBJECT TBrwRecSel():New( ::oMP12Br )
> //changed by the IDE from "::oDocsBr" to "::oMP12Br"//
> ....
> ....
>
> Regards
>
> Ingo
>

IDE bug on copying and inserting a TDBrowse

Publicado: Lun Jun 11, 2007 7:45 pm
por NoName
Ingo,
Problem saw. Thank you for your feedback. We will try to fix it ASAP.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Ingo " <[email=XPRO-0031BA74-01@10.0.0.10]XPRO-0031BA74-01@10.0.0.10[/email]> escribió en el mensaje
news:466d72c7$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>
> Hi Xailers,
>
> copying and inserting a TDBrowse and assigning the target TDBrowse's
> poperty
> cName the name of the parent TBrwRecSel of the source TDBrowse is changed
> to the new name too:
> //the source TDBrowse wich would be copied
> WITH OBJECT ::oDocsBr := TDBBrowse():New( ::oPanel20 )
> :SetBounds( 0, 18, 300, 198 )
> :nAlign := alCLIENT
> :nClrPane := clWhite
> :nBorderStyle := bvHALFSUNKEN
> WITH OBJECT TBrwRecSel():New( ::oMP12Br )
> //changed by the IDE from "::oDocsBr" to "::oMP12Br"//
> ....
> ....
>
> Regards
>
> Ingo
>