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
Mié Oct 04, 2006 10:27 am
Foro: English
Tema: Question about Classes
Respuestas: 13
Vistas: 2875

Question about Classes

Il Wed, 4 Oct 2006 13:11:20 +0400, Oleg ha scritto: Oleg, > Hello! > > How can I check in code if some class inherited from defined class? > (For example, how to check if some Xailer object is TForm instance) > > o:=TForm1():New(Application:oMainForm) > ... > if IsForm(o) // ??? if ( __objDerivedFro...
por Giuseppe Bogetti
Mié Oct 04, 2006 10:27 am
Foro: English
Tema: Question about Classes
Respuestas: 13
Vistas: 2875

Question about Classes

Il Wed, 4 Oct 2006 13:11:20 +0400, Oleg ha scritto: Oleg, > Hello! > > How can I check in code if some class inherited from defined class? > (For example, how to check if some Xailer object is TForm instance) > > o:=TForm1():New(Application:oMainForm) > ... > if IsForm(o) // ??? if ( __objDerivedFro...
por Giuseppe Bogetti
Sab Ago 19, 2006 3:39 pm
Foro: English
Tema: MDI question
Respuestas: 6
Vistas: 1926

MDI question

Il Sat, 19 Aug 2006 14:51:21 +0200, José Lalí­n ha scritto: Jose, >> The question is: How can I be sure that the form has been closed ? > > This should do it: > > IF oForm:Close() > ... > ENDIF > Thanks for your answer. I asked because reading the Xailer Help file for the method Close() of class TFo...
por Giuseppe Bogetti
Sab Ago 19, 2006 3:39 pm
Foro: English
Tema: MDI question
Respuestas: 6
Vistas: 1926

MDI question

Il Sat, 19 Aug 2006 14:51:21 +0200, José Lalí­n ha scritto: Jose, >> The question is: How can I be sure that the form has been closed ? > > This should do it: > > IF oForm:Close() > ... > ENDIF > Thanks for your answer. I asked because reading the Xailer Help file for the method Close() of class TFo...
por Giuseppe Bogetti
Sab Ago 19, 2006 12:57 pm
Foro: English
Tema: MDI question
Respuestas: 6
Vistas: 1926

MDI question

Hi, I'm developing an MDI application. I have a function that makes the connection to a folder containing the tables I need to manage, each table opened into a MDIChild form. There can be multiple folders used at the same time. I have also a function that disconnect the selected folder. In this func...
por Giuseppe Bogetti
Sab Ago 19, 2006 12:57 pm
Foro: English
Tema: MDI question
Respuestas: 0
Vistas: 2896

MDI question

Hi, I'm developing an MDI application. I have a function that makes the connection to a folder containing the tables I need to manage, each table opened into a MDIChild form. There can be multiple folders used at the same time. I have also a function that disconnect the selected folder. In this func...
por Giuseppe Bogetti
Mar Ago 15, 2006 6:59 pm
Foro: English
Tema: How to get the current linenumber in TArrayBrowse
Respuestas: 1
Vistas: 1596

How to get the current linenumber in TArrayBrowse

Il Tue, 15 Aug 2006 13:50:39 +0200, Gejza Horvath ha scritto: Gejza, > 1. How can I get the array index of selected row in TArrayBrowse? I'm looking for methods > or property like GetSelectedRowNum() You can use the property :nArrayAt so you can refere to an array row with :aArrayData[ :nArrayAt ] F...
por Giuseppe Bogetti
Vie Ago 11, 2006 1:27 pm
Foro: English
Tema: unresolved external
Respuestas: 2
Vistas: 1696

unresolved external

Il Fri, 11 Aug 2006 13:48:35 +0400, í í’í‰íŠ í»í‰í’í‘í…í— ha scritto: > Hello, All! > I try to use xailer1.0 (demo) wiht one of the saimples.. When I compile and > run the project I have errors "unresolved extenal ' hb_extIsObject' ". > What is problem? > > Kolotovkin Anatole You have to d...
por Giuseppe Bogetti
Mié Ago 09, 2006 8:05 pm
Foro: English
Tema: TBrowse problem
Respuestas: 8
Vistas: 7319

TBrowse problem

Il Wed, 9 Aug 2006 12:26:03 +0200, Ignacio Ortiz de Zúñiga ha scritto:
Ignacio,
> You can not use TBrowse directly. I attach with this message the corrected
> code.
Thanks for the reply.
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
por Giuseppe Bogetti
Mié Ago 09, 2006 8:05 pm
Foro: English
Tema: TBrowse problem
Respuestas: 8
Vistas: 7319

TBrowse problem

Il Wed, 9 Aug 2006 12:26:03 +0200, Ignacio Ortiz de Zúñiga ha scritto:
Ignacio,
> You can not use TBrowse directly. I attach with this message the corrected
> code.
Thanks for the reply.
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
por Giuseppe Bogetti
Mar Ago 08, 2006 6:09 pm
Foro: English
Tema: TBrowse problem
Respuestas: 8
Vistas: 7319

TBrowse problem

Il Tue, 8 Aug 2006 11:41:55 +0200, Ignacio Ortiz de Zúñiga ha scritto: Ignacio, > Without a small sample is difficult to help you. BTW all the On???? events > should return 0 in order to avoid default execution. > Attacched is a self contained project. Thanks for your help. -- Best regards, Giuseppe...
por Giuseppe Bogetti
Mar Ago 08, 2006 6:09 pm
Foro: English
Tema: TBrowse problem
Respuestas: 8
Vistas: 7319

TBrowse problem

Il Tue, 8 Aug 2006 11:41:55 +0200, Ignacio Ortiz de Zúñiga ha scritto: Ignacio, > Without a small sample is difficult to help you. BTW all the On???? events > should return 0 in order to avoid default execution. > Attacched is a self contained project. Thanks for your help. -- Best regards, Giuseppe...
por Giuseppe Bogetti
Lun Ago 07, 2006 7:07 pm
Foro: English
Tema: ColumnHeader RClick
Respuestas: 8
Vistas: 2551

ColumnHeader RClick

Il 7 Aug 2006 18:30:50 +0200, Ingo Junge-Herrmann ha scritto: Ingo, > Hi, > > the right click on the column header triggers the TBrowse- > OnContextMenu-event too. > > Is there a workaround to prevent this behaviour? > use the :OnHeaderRClick of the column and simply return Nil -- Best regards, Gius...
por Giuseppe Bogetti
Lun Ago 07, 2006 7:07 pm
Foro: English
Tema: ColumnHeader RClick
Respuestas: 8
Vistas: 2551

ColumnHeader RClick

Il 7 Aug 2006 18:30:50 +0200, Ingo Junge-Herrmann ha scritto: Ingo, > Hi, > > the right click on the column header triggers the TBrowse- > OnContextMenu-event too. > > Is there a workaround to prevent this behaviour? > use the :OnHeaderRClick of the column and simply return Nil -- Best regards, Gius...
por Giuseppe Bogetti
Lun Ago 07, 2006 4:37 pm
Foro: English
Tema: TBrowse problem
Respuestas: 8
Vistas: 7319

TBrowse problem

Hi, I'm trying to use the basic TBrowse object but I cannot make it work. Here is the code I use. //---------------------------------------------------------- -------------------- METHOD FormInitialize( oSender ) CLASS TForm1 // Apertura tabella USE "W:Nova6Artico.dbf" ALIAS artico artico-...
por Giuseppe Bogetti
Lun Ago 07, 2006 4:37 pm
Foro: English
Tema: TBrowse problem
Respuestas: 0
Vistas: 2907

TBrowse problem

Hi, I'm trying to use the basic TBrowse object but I cannot make it work. Here is the code I use. //---------------------------------------------------------- -------------------- METHOD FormInitialize( oSender ) CLASS TForm1 // Apertura tabella USE "W:Nova6Artico.dbf" ALIAS artico artico-...
por Giuseppe Bogetti
Lun Ago 07, 2006 9:55 am
Foro: English
Tema: TDBFBrowse
Respuestas: 12
Vistas: 5937

TDBFBrowse

Il Sat, 5 Aug 2006 22:08:07 -0400, neil ha scritto: Neil, > In article < s9xmzim32n37.1gx4kxcsqu3vf.dlg@40tude.net >, > orangeREMOVEMEsocks@bgsoft.it says... >> Il Fri, 4 Aug 2006 21:17:34 +0200, Srdjan Dragojlovic ha scritto: >> >>> How I can display columns from two table on one browse, tables in ...
por Giuseppe Bogetti
Sab Ago 05, 2006 11:39 am
Foro: English
Tema: TBrwColumn
Respuestas: 3
Vistas: 2221

TBrwColumn

Il Sat, 5 Aug 2006 10:12:20 +0200, Srdjan Dragojlovic ha scritto: > I find way for this use ondrawcell event :) > Have a look also in the OnGetData event for the column. This event is the only way to select images if you have an Imagelist attached to the browse and you want to display an image in th...
por Giuseppe Bogetti
Sab Ago 05, 2006 9:17 am
Foro: English
Tema: ENTER - TAB (Clipper-Xailer)
Respuestas: 2
Vistas: 1749

ENTER - TAB (Clipper-Xailer)

Il Sat, 5 Aug 2006 07:47:11 +0200, Srdjan Dragojlovic ha scritto:
> Must I use onKeyDown event for simulate ENTER key or Xalier have any
> property for this ?
Application:lUseReturn := .T.
See Public objects in Xailer help
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
por Giuseppe Bogetti
Sab Ago 05, 2006 9:16 am
Foro: English
Tema: TDBFBrowse
Respuestas: 12
Vistas: 5937

TDBFBrowse

Il Fri, 4 Aug 2006 21:17:34 +0200, Srdjan Dragojlovic ha scritto: > How I can display columns from two table on one browse, tables in relations > I don't think you can do this using TDBFBrowse object. Keep in mind that the demo version you are using doesn't expose the data controls panel which enabl...
por Giuseppe Bogetti
Vie Ago 04, 2006 4:58 pm
Foro: English
Tema: TDBFBrowse
Respuestas: 12
Vistas: 5937

TDBFBrowse

Il Fri, 4 Aug 2006 11:20:05 +0200, Srdjan Dragojlovic ha scritto: > How I can add column to this class. I wan't see all columns from my table, > and I want other Header not deafault with name of column. Please sample. Right click on the browse control and select add column from the popup menu. Click...
por Giuseppe Bogetti
Vie Jul 14, 2006 10:23 am
Foro: English
Tema: CVS ?
Respuestas: 2
Vistas: 915

CVS ?

Hi,
Just out of curiosity, when do you plan to activate CVS access to sources ?
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
por Giuseppe Bogetti
Vie Jul 14, 2006 10:23 am
Foro: English
Tema: CVS ?
Respuestas: 0
Vistas: 2838

CVS ?

Hi,
Just out of curiosity, when do you plan to activate CVS access to sources ?
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
por Giuseppe Bogetti
Vie Jul 07, 2006 11:30 am
Foro: English
Tema: Using ESC key
Respuestas: 10
Vistas: 2923

Using ESC key

Il Fri, 7 Jul 2006 10:08:31 +0200, Ignacio Ortiz de Zúñiga ha scritto: Ignacio, > On the OnChange event of the TTabCtrl, just reassign the Dataset: > > oBrowse:oDataSet := oDataSet1 > oBrowse:oDataSet := oDataSet2 > oBrowse:oDataSet := oDataSet3 > oBrowse:oDataSet := oDataSet4 > This was my first ch...
por Giuseppe Bogetti
Vie Jul 07, 2006 11:30 am
Foro: English
Tema: Using ESC key
Respuestas: 10
Vistas: 2923

Using ESC key

Il Fri, 7 Jul 2006 10:08:31 +0200, Ignacio Ortiz de Zúñiga ha scritto: Ignacio, > On the OnChange event of the TTabCtrl, just reassign the Dataset: > > oBrowse:oDataSet := oDataSet1 > oBrowse:oDataSet := oDataSet2 > oBrowse:oDataSet := oDataSet3 > oBrowse:oDataSet := oDataSet4 > This was my first ch...