Página 1 de 1

Design mode browse control copy and paste problem

Publicado: Lun Abr 07, 2014 6:08 pm
por orangesocks
Hi,
in design mode when I copy a browse control from one form to another everything is copied but:
- The events attached to the source columns are not attached to destination columns.
- The signature of events with parameters passed by reference is lost.
For example the method METHOD BrowserDrawCell( oSender, @cText, @nClrText, @nClrPane, lHighLite, hDC, aRect ) from the source browse is copied as METHOD BrowserDrawCell( oSender, cText, nClrText, nClrPane, lHighLite, hDC, aRect ) and is not connected to the column.
Regards, Giuseppe