IDE bug on copying and inserting a TDBrowse
Publicado: Lun Jun 11, 2007 6:05 pm
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
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