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.

Se encontraron 281 coincidencias

por Giuseppe Bogetti
Jue Jul 06, 2006 4:56 pm
Foro: English
Tema: Using ESC key
Respuestas: 10
Vistas: 2922

Using ESC key

Il Thu, 6 Jul 2006 16:20:21 +0200, Ignacio Ortiz de Zúñiga ha scritto: Ignacio, thanks for the fast response. I've stumbled into another problem. I've a form as per the attached image. In this form I show the contents of four different tables all sharing a common field "DESCRI". The column...
por Giuseppe Bogetti
Jue Jul 06, 2006 4:56 pm
Foro: English
Tema: Using ESC key
Respuestas: 10
Vistas: 2922

Using ESC key

Il Thu, 6 Jul 2006 16:20:21 +0200, Ignacio Ortiz de Zúñiga ha scritto: Ignacio, thanks for the fast response. I've stumbled into another problem. I've a form as per the attached image. In this form I show the contents of four different tables all sharing a common field "DESCRI". The column...
por Giuseppe Bogetti
Jue Jul 06, 2006 3:59 pm
Foro: English
Tema: Using ESC key
Respuestas: 10
Vistas: 2922

Using ESC key

Hi, I've a MdiChild form which I would like to be able to close using the ESC key. So I added the following code METHOD FormKeyUp( oSender, nKey, nFlags ) CLASS TSerDoc IF ( nKey == VK_ESCAPE ) ::Close() ENDIF RETURN Nil From this MdiChild I open a Modal Dialog to perform data editing. If I press th...
por Giuseppe Bogetti
Jue Jul 06, 2006 3:59 pm
Foro: English
Tema: Using ESC key
Respuestas: 0
Vistas: 2686

Using ESC key

Hi, I've a MdiChild form which I would like to be able to close using the ESC key. So I added the following code METHOD FormKeyUp( oSender, nKey, nFlags ) CLASS TSerDoc IF ( nKey == VK_ESCAPE ) ::Close() ENDIF RETURN Nil From this MdiChild I open a Modal Dialog to perform data editing. If I press th...
por Giuseppe Bogetti
Dom Jul 02, 2006 10:01 pm
Foro: English
Tema: Toolbar problem
Respuestas: 4
Vistas: 1477

Toolbar problem

Il Sat, 1 Jul 2006 19:39:22 +0200, Jose F. Gimenez ha scritto: Jose, > Do not set any size for the toolbar buttons. That is, remove any line like >:nBtnWidth := x and/or :nBtnHeight := y, or set both properties to 0. It worked thanks. -- Best regards, Giuseppe Bogetti B.G. Soft Cuneo - Italy
por Giuseppe Bogetti
Dom Jul 02, 2006 10:01 pm
Foro: English
Tema: Toolbar problem
Respuestas: 4
Vistas: 1477

Toolbar problem

Il Sat, 1 Jul 2006 19:39:22 +0200, Jose F. Gimenez ha scritto: Jose, > Do not set any size for the toolbar buttons. That is, remove any line like >:nBtnWidth := x and/or :nBtnHeight := y, or set both properties to 0. It worked thanks. -- Best regards, Giuseppe Bogetti B.G. Soft Cuneo - Italy
por Giuseppe Bogetti
Sab Jul 01, 2006 7:23 pm
Foro: English
Tema: Toolbar problem
Respuestas: 4
Vistas: 1477

Toolbar problem

Hi, using RC1 I've got a problem with a button of the toolbar which owns a submenu as you can see in the attached image. It seems that the button doesn't consider the extra width needed to display the down arrow. I've build the item of the toolbar by code as follows: ::oMenu var is previously initia...
por Giuseppe Bogetti
Sab Jul 01, 2006 7:23 pm
Foro: English
Tema: Toolbar problem
Respuestas: 0
Vistas: 2554

Toolbar problem

Hi, using RC1 I've got a problem with a button of the toolbar which owns a submenu as you can see in the attached image. It seems that the button doesn't consider the extra width needed to display the down arrow. I've build the item of the toolbar by code as follows: ::oMenu var is previously initia...
por Giuseppe Bogetti
Mar Jun 20, 2006 5:30 pm
Foro: English
Tema: Version info retrival
Respuestas: 2
Vistas: 1142

Version info retrival

Hi,
are there in Xailer lib function that enable me to retrive the version
informations defined in the panel of the project definition ?
Or can I use the DLL....functions ?
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
por Giuseppe Bogetti
Mié Jun 14, 2006 7:36 pm
Foro: English
Tema: Debugger question
Respuestas: 6
Vistas: 2136

Debugger question

Il Wed, 14 Jun 2006 19:13:21 +0200, Jose F. Gimenez ha scritto: Jose, Ignacio, > There is also another way... compile the library with debugger info and add > its source path to the source path of the app project (put a semicolon > between both paths). That is, the project should have in its source ...
por Giuseppe Bogetti
Mié Jun 14, 2006 7:36 pm
Foro: English
Tema: Debugger question
Respuestas: 6
Vistas: 2136

Debugger question

Il Wed, 14 Jun 2006 19:13:21 +0200, Jose F. Gimenez ha scritto: Jose, Ignacio, > There is also another way... compile the library with debugger info and add > its source path to the source path of the app project (put a semicolon > between both paths). That is, the project should have in its source ...
por Giuseppe Bogetti
Mié Jun 14, 2006 5:15 pm
Foro: English
Tema: Debugger question
Respuestas: 6
Vistas: 2136

Debugger question

Hi, If I have two project: xLib which is a library xApp Which is the applicatione that uses the library When I'm debugging xApp, is it possible to instruct the debugger to look for the sources also in xLibSource folder ? If yes, can you tell me how, please ? -- Best regards, Giuseppe Bogetti B.G. So...
por Giuseppe Bogetti
Lun Jun 05, 2006 2:40 pm
Foro: English
Tema: EVENT management
Respuestas: 2
Vistas: 1182

EVENT management

Il Mon, 5 Jun 2006 14:33:42 +0200, Giuseppe Bogetti ha scritto: > Hi, > > I've got a problem with the EVENT class in a class. > > I've designed a control that mimic Outlook bar behaviour > which inherit from TPanel. > In the class definition I've added the following events: > > EVENT OnChange( oSend...
por Giuseppe Bogetti
Lun Jun 05, 2006 2:40 pm
Foro: English
Tema: EVENT management
Respuestas: 2
Vistas: 1182

EVENT management

Il Mon, 5 Jun 2006 14:33:42 +0200, Giuseppe Bogetti ha scritto: > Hi, > > I've got a problem with the EVENT class in a class. > > I've designed a control that mimic Outlook bar behaviour > which inherit from TPanel. > In the class definition I've added the following events: > > EVENT OnChange( oSend...
por Giuseppe Bogetti
Lun Jun 05, 2006 2:33 pm
Foro: English
Tema: EVENT management
Respuestas: 2
Vistas: 1182

EVENT management

Hi, I've got a problem with the EVENT class in a class. I've designed a control that mimic Outlook bar behaviour which inherit from TPanel. In the class definition I've added the following events: EVENT OnChange( oSender, nIndex, nOldIndex ) EVENT OnClick( oSender, nGroup, nItem ) When a new group o...
por Giuseppe Bogetti
Mié May 31, 2006 8:00 pm
Foro: English
Tema: Browser question
Respuestas: 10
Vistas: 3253

Browser question

Il Wed, 31 May 2006 18:58:56 +0200, Ignacio Ortiz de Zúñiga ha scritto: > Guisseppe, > >> I tried to used the OnContextMenu event but the menu is executed first. > > Use the TBrwColumn:OnHeaderRClick event It works thanks. Sorry but I have another question: I want to trap the DoubleClick on a tree v...
por Giuseppe Bogetti
Mié May 31, 2006 8:00 pm
Foro: English
Tema: Browser question
Respuestas: 10
Vistas: 3253

Browser question

Il Wed, 31 May 2006 18:58:56 +0200, Ignacio Ortiz de Zúñiga ha scritto: > Guisseppe, > >> I tried to used the OnContextMenu event but the menu is executed first. > > Use the TBrwColumn:OnHeaderRClick event It works thanks. Sorry but I have another question: I want to trap the DoubleClick on a tree v...
por Giuseppe Bogetti
Mié May 31, 2006 12:31 pm
Foro: English
Tema: Browser question
Respuestas: 10
Vistas: 3253

Browser question

Il Wed, 31 May 2006 08:54:46 +0200, Ignacio Ortiz de Zúñiga ha scritto: Ignacio, > Giuseppe, > > Instead of changing its property lBold is preferible that you create a > second font for bold printing. Be aware that every time that you change that > property the font is destroyed and created a new on...
por Giuseppe Bogetti
Mié May 31, 2006 12:31 pm
Foro: English
Tema: Browser question
Respuestas: 10
Vistas: 3253

Browser question

Il Wed, 31 May 2006 08:54:46 +0200, Ignacio Ortiz de Zúñiga ha scritto: Ignacio, > Giuseppe, > > Instead of changing its property lBold is preferible that you create a > second font for bold printing. Be aware that every time that you change that > property the font is destroyed and created a new on...
por Giuseppe Bogetti
Mar May 30, 2006 2:14 pm
Foro: English
Tema: Browser question
Respuestas: 10
Vistas: 3253

Browser question

Hi, I would like to have the text in a column to be drawn in bold based on a certain condition. I've tried in the OnDrawCellEvent to set the oFont:lBold to true or false based on the condition but I've come up with bold caption an all columns of the browser e nothing in the cell. The browser is inhe...
por Giuseppe Bogetti
Dom Mar 26, 2006 4:41 pm
Foro: English
Tema: GPF problem
Respuestas: 4
Vistas: 2009

GPF problem

Il Sun, 26 Mar 2006 16:40:46 +0200, Giuseppe Bogetti ha scritto:
Sorry forgot to attach the image :-(
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
--
por Giuseppe Bogetti
Dom Mar 26, 2006 4:41 pm
Foro: English
Tema: GPF problem
Respuestas: 4
Vistas: 2009

GPF problem

Il Sun, 26 Mar 2006 16:40:46 +0200, Giuseppe Bogetti ha scritto:
Sorry forgot to attach the image :-(
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
--
por Giuseppe Bogetti
Dom Mar 26, 2006 4:40 pm
Foro: English
Tema: GPF problem
Respuestas: 4
Vistas: 2009

GPF problem

Hi,
I'm stuck with a GPF problem.
Here attached is the screenshot.
Any help would ge greatly appreciated.
Let me know a valid email if you need the full project has I cannot post it
here.
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
por Giuseppe Bogetti
Mar Mar 21, 2006 1:11 pm
Foro: English
Tema: PreRelease 7 problems
Respuestas: 4
Vistas: 1902

PreRelease 7 problems

Il Tue, 21 Mar 2006 12:58:39 +0100, Ignacio Ortiz de Zúñiga ha scritto:
Ignacio,
Thanks
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
por Giuseppe Bogetti
Mar Mar 21, 2006 1:11 pm
Foro: English
Tema: PreRelease 7 problems
Respuestas: 4
Vistas: 1902

PreRelease 7 problems

Il Tue, 21 Mar 2006 12:58:39 +0100, Ignacio Ortiz de Zúñiga ha scritto:
Ignacio,
Thanks
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy