In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Design mode browse control copy and paste problem

Xailer professional forum in English
Avatar de Usuario
orangesocks
Mensajes: 59
Registrado: Jue May 05, 2011 3:28 pm

Design mode browse control copy and paste problem

Mensaje 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
Responder