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.
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.
OnDblClick in DBFBrowser
-
- Mensajes: 281
- Registrado: Mar Ago 15, 2006 1:50 pm
OnDblClick in DBFBrowser
Guys,
I have problem with OnDoubleClick() event in TDbfBrowse. The browser is defined without
columns in IDE, and later the FormInitialize() method does:
USE Ucty NEW INDEX Ucty
::oDbfBrowse1:SetDbf("UCTY")
I set the OnDblClick event, but this is fired only, when I double click on the area with
no data displayed (longer row, like the width of all data columns. The double clicking on
the data area has no result. I have tried to set this event for the columns, but no
succes:
FOR EACH oColumn IN ::oDbfBrowse1:aCols
oColumn:OnDataDblClick := "ButtonOpravitClick"
NEXT
Where is the mistake?
Gejza Horvath
I have problem with OnDoubleClick() event in TDbfBrowse. The browser is defined without
columns in IDE, and later the FormInitialize() method does:
USE Ucty NEW INDEX Ucty
::oDbfBrowse1:SetDbf("UCTY")
I set the OnDblClick event, but this is fired only, when I double click on the area with
no data displayed (longer row, like the width of all data columns. The double clicking on
the data area has no result. I have tried to set this event for the columns, but no
succes:
FOR EACH oColumn IN ::oDbfBrowse1:aCols
oColumn:OnDataDblClick := "ButtonOpravitClick"
NEXT
Where is the mistake?
Gejza Horvath
- ignacio
- Site Admin
- Mensajes: 9469
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
OnDblClick in DBFBrowser
Gejza,
Pleae send a small project showing the error, or tell us how to reproduce it
with any Xaile sample. BTW, keep in mind, that if a event is trapped on any
column, then, it will not fired on its TBrowse container.
Regards,
"Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
news:[email=46895993@ozsrv2.ozlan.local...]46895993@ozsrv2.ozlan.local...[/email]
> Guys,
>
> I have problem with OnDoubleClick() event in TDbfBrowse. The browser is
> defined without columns in IDE, and later the FormInitialize() method
> does:
>
> USE Ucty NEW INDEX Ucty
> ::oDbfBrowse1:SetDbf("UCTY")
>
> I set the OnDblClick event, but this is fired only, when I double click on
> the area with no data displayed (longer row, like the width of all data
> columns. The double clicking on the data area has no result. I have tried
> to set this event for the columns, but no succes:
>
> FOR EACH oColumn IN ::oDbfBrowse1:aCols
> oColumn:OnDataDblClick := "ButtonOpravitClick"
> NEXT
>
> Where is the mistake?
>
> Gejza Horvath
>
Pleae send a small project showing the error, or tell us how to reproduce it
with any Xaile sample. BTW, keep in mind, that if a event is trapped on any
column, then, it will not fired on its TBrowse container.
Regards,
"Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
news:[email=46895993@ozsrv2.ozlan.local...]46895993@ozsrv2.ozlan.local...[/email]
> Guys,
>
> I have problem with OnDoubleClick() event in TDbfBrowse. The browser is
> defined without columns in IDE, and later the FormInitialize() method
> does:
>
> USE Ucty NEW INDEX Ucty
> ::oDbfBrowse1:SetDbf("UCTY")
>
> I set the OnDblClick event, but this is fired only, when I double click on
> the area with no data displayed (longer row, like the width of all data
> columns. The double clicking on the data area has no result. I have tried
> to set this event for the columns, but no succes:
>
> FOR EACH oColumn IN ::oDbfBrowse1:aCols
> oColumn:OnDataDblClick := "ButtonOpravitClick"
> NEXT
>
> Where is the mistake?
>
> Gejza Horvath
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
OnDblClick in DBFBrowser
Gejza,
Pleae send a small project showing the error, or tell us how to reproduce it
with any Xaile sample. BTW, keep in mind, that if a event is trapped on any
column, then, it will not fired on its TBrowse container.
Regards,
"Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
news:[email=46895993@ozsrv2.ozlan.local...]46895993@ozsrv2.ozlan.local...[/email]
> Guys,
>
> I have problem with OnDoubleClick() event in TDbfBrowse. The browser is
> defined without columns in IDE, and later the FormInitialize() method
> does:
>
> USE Ucty NEW INDEX Ucty
> ::oDbfBrowse1:SetDbf("UCTY")
>
> I set the OnDblClick event, but this is fired only, when I double click on
> the area with no data displayed (longer row, like the width of all data
> columns. The double clicking on the data area has no result. I have tried
> to set this event for the columns, but no succes:
>
> FOR EACH oColumn IN ::oDbfBrowse1:aCols
> oColumn:OnDataDblClick := "ButtonOpravitClick"
> NEXT
>
> Where is the mistake?
>
> Gejza Horvath
>
Pleae send a small project showing the error, or tell us how to reproduce it
with any Xaile sample. BTW, keep in mind, that if a event is trapped on any
column, then, it will not fired on its TBrowse container.
Regards,
"Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
news:[email=46895993@ozsrv2.ozlan.local...]46895993@ozsrv2.ozlan.local...[/email]
> Guys,
>
> I have problem with OnDoubleClick() event in TDbfBrowse. The browser is
> defined without columns in IDE, and later the FormInitialize() method
> does:
>
> USE Ucty NEW INDEX Ucty
> ::oDbfBrowse1:SetDbf("UCTY")
>
> I set the OnDblClick event, but this is fired only, when I double click on
> the area with no data displayed (longer row, like the width of all data
> columns. The double clicking on the data area has no result. I have tried
> to set this event for the columns, but no succes:
>
> FOR EACH oColumn IN ::oDbfBrowse1:aCols
> oColumn:OnDataDblClick := "ButtonOpravitClick"
> NEXT
>
> Where is the mistake?
>
> Gejza Horvath
>
-
- Mensajes: 281
- Registrado: Mar Ago 15, 2006 1:50 pm
OnDblClick in DBFBrowser
Ignacio,
here is the small project, click on the "Settings..." button, on the first page is the
browser. Double click on the row, where are no data, the MsgBox is displayed, clicking on
the data nothing happens.
Gejza Horvath
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
news:[email=4689ecac@ozsrv2.ozlan.local...]4689ecac@ozsrv2.ozlan.local...[/email]
> Gejza,
>
> Pleae send a small project showing the error, or tell us how to reproduce it
> with any Xaile sample. BTW, keep in mind, that if a event is trapped on any
> column, then, it will not fired on its TBrowse container.
>
> Regards,
>
> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
> news:[email=46895993@ozsrv2.ozlan.local...]46895993@ozsrv2.ozlan.local...[/email]
>> Guys,
>>
>> I have problem with OnDoubleClick() event in TDbfBrowse. The browser is
>> defined without columns in IDE, and later the FormInitialize() method
>> does:
>>
>> USE Ucty NEW INDEX Ucty
>> ::oDbfBrowse1:SetDbf("UCTY")
>>
>> I set the OnDblClick event, but this is fired only, when I double click on
>> the area with no data displayed (longer row, like the width of all data
>> columns. The double clicking on the data area has no result. I have tried
>> to set this event for the columns, but no succes:
>>
>> FOR EACH oColumn IN ::oDbfBrowse1:aCols
>> oColumn:OnDataDblClick := "ButtonOpravitClick"
>> NEXT
>>
>> Where is the mistake?
>>
>> Gejza Horvath
>>
>
>
>
Attached files vypisdoban.zip (8.7 KB)Â
here is the small project, click on the "Settings..." button, on the first page is the
browser. Double click on the row, where are no data, the MsgBox is displayed, clicking on
the data nothing happens.
Gejza Horvath
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
news:[email=4689ecac@ozsrv2.ozlan.local...]4689ecac@ozsrv2.ozlan.local...[/email]
> Gejza,
>
> Pleae send a small project showing the error, or tell us how to reproduce it
> with any Xaile sample. BTW, keep in mind, that if a event is trapped on any
> column, then, it will not fired on its TBrowse container.
>
> Regards,
>
> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
> news:[email=46895993@ozsrv2.ozlan.local...]46895993@ozsrv2.ozlan.local...[/email]
>> Guys,
>>
>> I have problem with OnDoubleClick() event in TDbfBrowse. The browser is
>> defined without columns in IDE, and later the FormInitialize() method
>> does:
>>
>> USE Ucty NEW INDEX Ucty
>> ::oDbfBrowse1:SetDbf("UCTY")
>>
>> I set the OnDblClick event, but this is fired only, when I double click on
>> the area with no data displayed (longer row, like the width of all data
>> columns. The double clicking on the data area has no result. I have tried
>> to set this event for the columns, but no succes:
>>
>> FOR EACH oColumn IN ::oDbfBrowse1:aCols
>> oColumn:OnDataDblClick := "ButtonOpravitClick"
>> NEXT
>>
>> Where is the mistake?
>>
>> Gejza Horvath
>>
>
>
>
Attached files vypisdoban.zip (8.7 KB)Â
-
- Mensajes: 281
- Registrado: Mar Ago 15, 2006 1:50 pm
OnDblClick in DBFBrowser
Ignacio,
here is the small project, click on the "Settings..." button, on the first page is the
browser. Double click on the row, where are no data, the MsgBox is displayed, clicking on
the data nothing happens.
Gejza Horvath
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
news:[email=4689ecac@ozsrv2.ozlan.local...]4689ecac@ozsrv2.ozlan.local...[/email]
> Gejza,
>
> Pleae send a small project showing the error, or tell us how to reproduce it
> with any Xaile sample. BTW, keep in mind, that if a event is trapped on any
> column, then, it will not fired on its TBrowse container.
>
> Regards,
>
> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
> news:[email=46895993@ozsrv2.ozlan.local...]46895993@ozsrv2.ozlan.local...[/email]
>> Guys,
>>
>> I have problem with OnDoubleClick() event in TDbfBrowse. The browser is
>> defined without columns in IDE, and later the FormInitialize() method
>> does:
>>
>> USE Ucty NEW INDEX Ucty
>> ::oDbfBrowse1:SetDbf("UCTY")
>>
>> I set the OnDblClick event, but this is fired only, when I double click on
>> the area with no data displayed (longer row, like the width of all data
>> columns. The double clicking on the data area has no result. I have tried
>> to set this event for the columns, but no succes:
>>
>> FOR EACH oColumn IN ::oDbfBrowse1:aCols
>> oColumn:OnDataDblClick := "ButtonOpravitClick"
>> NEXT
>>
>> Where is the mistake?
>>
>> Gejza Horvath
>>
>
>
>
Attached files vypisdoban.zip (8.7 KB)Â
here is the small project, click on the "Settings..." button, on the first page is the
browser. Double click on the row, where are no data, the MsgBox is displayed, clicking on
the data nothing happens.
Gejza Horvath
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
news:[email=4689ecac@ozsrv2.ozlan.local...]4689ecac@ozsrv2.ozlan.local...[/email]
> Gejza,
>
> Pleae send a small project showing the error, or tell us how to reproduce it
> with any Xaile sample. BTW, keep in mind, that if a event is trapped on any
> column, then, it will not fired on its TBrowse container.
>
> Regards,
>
> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
> news:[email=46895993@ozsrv2.ozlan.local...]46895993@ozsrv2.ozlan.local...[/email]
>> Guys,
>>
>> I have problem with OnDoubleClick() event in TDbfBrowse. The browser is
>> defined without columns in IDE, and later the FormInitialize() method
>> does:
>>
>> USE Ucty NEW INDEX Ucty
>> ::oDbfBrowse1:SetDbf("UCTY")
>>
>> I set the OnDblClick event, but this is fired only, when I double click on
>> the area with no data displayed (longer row, like the width of all data
>> columns. The double clicking on the data area has no result. I have tried
>> to set this event for the columns, but no succes:
>>
>> FOR EACH oColumn IN ::oDbfBrowse1:aCols
>> oColumn:OnDataDblClick := "ButtonOpravitClick"
>> NEXT
>>
>> Where is the mistake?
>>
>> Gejza Horvath
>>
>
>
>
Attached files vypisdoban.zip (8.7 KB)Â
- ignacio
- Site Admin
- Mensajes: 9469
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
OnDblClick in DBFBrowser
Gezja,
Here is working fine. You need to AUTOUPDATE your Xailer version.
Menu option:
TOOLS - GENERAL OPTIONS - AUTOUPDATE
Regards
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
news:[email=4689f387@ozsrv2.ozlan.local...]4689f387@ozsrv2.ozlan.local...[/email]
> Ignacio,
> here is the small project, click on the "Settings..." button, on the first
> page is the browser. Double click on the row, where are no data, the
> MsgBox is displayed, clicking on the data nothing happens.
>
> Gejza Horvath
>
> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
> news:[email=4689ecac@ozsrv2.ozlan.local...]4689ecac@ozsrv2.ozlan.local...[/email]
>> Gejza,
>>
>> Pleae send a small project showing the error, or tell us how to reproduce
>> it
>> with any Xaile sample. BTW, keep in mind, that if a event is trapped on
>> any
>> column, then, it will not fired on its TBrowse container.
>>
>> Regards,
>>
>> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
>> news:[email=46895993@ozsrv2.ozlan.local...]46895993@ozsrv2.ozlan.local...[/email]
>>> Guys,
>>>
>>> I have problem with OnDoubleClick() event in TDbfBrowse. The browser is
>>> defined without columns in IDE, and later the FormInitialize() method
>>> does:
>>>
>>> USE Ucty NEW INDEX Ucty
>>> ::oDbfBrowse1:SetDbf("UCTY")
>>>
>>> I set the OnDblClick event, but this is fired only, when I double click
>>> on
>>> the area with no data displayed (longer row, like the width of all data
>>> columns. The double clicking on the data area has no result. I have
>>> tried
>>> to set this event for the columns, but no succes:
>>>
>>> FOR EACH oColumn IN ::oDbfBrowse1:aCols
>>> oColumn:OnDataDblClick := "ButtonOpravitClick"
>>> NEXT
>>>
>>> Where is the mistake?
>>>
>>> Gejza Horvath
>>>
>>
>>
>>
>
>
>
Here is working fine. You need to AUTOUPDATE your Xailer version.
Menu option:
TOOLS - GENERAL OPTIONS - AUTOUPDATE
Regards
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
news:[email=4689f387@ozsrv2.ozlan.local...]4689f387@ozsrv2.ozlan.local...[/email]
> Ignacio,
> here is the small project, click on the "Settings..." button, on the first
> page is the browser. Double click on the row, where are no data, the
> MsgBox is displayed, clicking on the data nothing happens.
>
> Gejza Horvath
>
> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
> news:[email=4689ecac@ozsrv2.ozlan.local...]4689ecac@ozsrv2.ozlan.local...[/email]
>> Gejza,
>>
>> Pleae send a small project showing the error, or tell us how to reproduce
>> it
>> with any Xaile sample. BTW, keep in mind, that if a event is trapped on
>> any
>> column, then, it will not fired on its TBrowse container.
>>
>> Regards,
>>
>> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
>> news:[email=46895993@ozsrv2.ozlan.local...]46895993@ozsrv2.ozlan.local...[/email]
>>> Guys,
>>>
>>> I have problem with OnDoubleClick() event in TDbfBrowse. The browser is
>>> defined without columns in IDE, and later the FormInitialize() method
>>> does:
>>>
>>> USE Ucty NEW INDEX Ucty
>>> ::oDbfBrowse1:SetDbf("UCTY")
>>>
>>> I set the OnDblClick event, but this is fired only, when I double click
>>> on
>>> the area with no data displayed (longer row, like the width of all data
>>> columns. The double clicking on the data area has no result. I have
>>> tried
>>> to set this event for the columns, but no succes:
>>>
>>> FOR EACH oColumn IN ::oDbfBrowse1:aCols
>>> oColumn:OnDataDblClick := "ButtonOpravitClick"
>>> NEXT
>>>
>>> Where is the mistake?
>>>
>>> Gejza Horvath
>>>
>>
>>
>>
>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
OnDblClick in DBFBrowser
Gezja,
Here is working fine. You need to AUTOUPDATE your Xailer version.
Menu option:
TOOLS - GENERAL OPTIONS - AUTOUPDATE
Regards
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
news:[email=4689f387@ozsrv2.ozlan.local...]4689f387@ozsrv2.ozlan.local...[/email]
> Ignacio,
> here is the small project, click on the "Settings..." button, on the first
> page is the browser. Double click on the row, where are no data, the
> MsgBox is displayed, clicking on the data nothing happens.
>
> Gejza Horvath
>
> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
> news:[email=4689ecac@ozsrv2.ozlan.local...]4689ecac@ozsrv2.ozlan.local...[/email]
>> Gejza,
>>
>> Pleae send a small project showing the error, or tell us how to reproduce
>> it
>> with any Xaile sample. BTW, keep in mind, that if a event is trapped on
>> any
>> column, then, it will not fired on its TBrowse container.
>>
>> Regards,
>>
>> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
>> news:[email=46895993@ozsrv2.ozlan.local...]46895993@ozsrv2.ozlan.local...[/email]
>>> Guys,
>>>
>>> I have problem with OnDoubleClick() event in TDbfBrowse. The browser is
>>> defined without columns in IDE, and later the FormInitialize() method
>>> does:
>>>
>>> USE Ucty NEW INDEX Ucty
>>> ::oDbfBrowse1:SetDbf("UCTY")
>>>
>>> I set the OnDblClick event, but this is fired only, when I double click
>>> on
>>> the area with no data displayed (longer row, like the width of all data
>>> columns. The double clicking on the data area has no result. I have
>>> tried
>>> to set this event for the columns, but no succes:
>>>
>>> FOR EACH oColumn IN ::oDbfBrowse1:aCols
>>> oColumn:OnDataDblClick := "ButtonOpravitClick"
>>> NEXT
>>>
>>> Where is the mistake?
>>>
>>> Gejza Horvath
>>>
>>
>>
>>
>
>
>
Here is working fine. You need to AUTOUPDATE your Xailer version.
Menu option:
TOOLS - GENERAL OPTIONS - AUTOUPDATE
Regards
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
news:[email=4689f387@ozsrv2.ozlan.local...]4689f387@ozsrv2.ozlan.local...[/email]
> Ignacio,
> here is the small project, click on the "Settings..." button, on the first
> page is the browser. Double click on the row, where are no data, the
> MsgBox is displayed, clicking on the data nothing happens.
>
> Gejza Horvath
>
> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
> news:[email=4689ecac@ozsrv2.ozlan.local...]4689ecac@ozsrv2.ozlan.local...[/email]
>> Gejza,
>>
>> Pleae send a small project showing the error, or tell us how to reproduce
>> it
>> with any Xaile sample. BTW, keep in mind, that if a event is trapped on
>> any
>> column, then, it will not fired on its TBrowse container.
>>
>> Regards,
>>
>> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
>> news:[email=46895993@ozsrv2.ozlan.local...]46895993@ozsrv2.ozlan.local...[/email]
>>> Guys,
>>>
>>> I have problem with OnDoubleClick() event in TDbfBrowse. The browser is
>>> defined without columns in IDE, and later the FormInitialize() method
>>> does:
>>>
>>> USE Ucty NEW INDEX Ucty
>>> ::oDbfBrowse1:SetDbf("UCTY")
>>>
>>> I set the OnDblClick event, but this is fired only, when I double click
>>> on
>>> the area with no data displayed (longer row, like the width of all data
>>> columns. The double clicking on the data area has no result. I have
>>> tried
>>> to set this event for the columns, but no succes:
>>>
>>> FOR EACH oColumn IN ::oDbfBrowse1:aCols
>>> oColumn:OnDataDblClick := "ButtonOpravitClick"
>>> NEXT
>>>
>>> Where is the mistake?
>>>
>>> Gejza Horvath
>>>
>>
>>
>>
>
>
>
-
- Mensajes: 281
- Registrado: Mar Ago 15, 2006 1:50 pm
OnDblClick in DBFBrowser
Ignacio,
you have right, the update solves the problem. No it is set to automatic.
Thanks,
Gejza
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
news:468a1b89$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Gezja,
>
> Here is working fine. You need to AUTOUPDATE your Xailer version.
>
> Menu option:
>
> TOOLS - GENERAL OPTIONS - AUTOUPDATE
>
> Regards
>
> --
> Ignacio Ortiz de Zúñiga
> http://www.xailer.com
>
>
> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
> news:[email=4689f387@ozsrv2.ozlan.local...]4689f387@ozsrv2.ozlan.local...[/email]
>> Ignacio,
>> here is the small project, click on the "Settings..." button, on the first page is the
>> browser. Double click on the row, where are no data, the MsgBox is displayed, clicking
>> on the data nothing happens.
>>
>> Gejza Horvath
>>
>> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
>> news:[email=4689ecac@ozsrv2.ozlan.local...]4689ecac@ozsrv2.ozlan.local...[/email]
>>> Gejza,
>>>
>>> Pleae send a small project showing the error, or tell us how to reproduce it
>>> with any Xaile sample. BTW, keep in mind, that if a event is trapped on any
>>> column, then, it will not fired on its TBrowse container.
>>>
>>> Regards,
>>>
>>> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
>>> news:[email=46895993@ozsrv2.ozlan.local...]46895993@ozsrv2.ozlan.local...[/email]
>>>> Guys,
>>>>
>>>> I have problem with OnDoubleClick() event in TDbfBrowse. The browser is
>>>> defined without columns in IDE, and later the FormInitialize() method
>>>> does:
>>>>
>>>> USE Ucty NEW INDEX Ucty
>>>> ::oDbfBrowse1:SetDbf("UCTY")
>>>>
>>>> I set the OnDblClick event, but this is fired only, when I double click on
>>>> the area with no data displayed (longer row, like the width of all data
>>>> columns. The double clicking on the data area has no result. I have tried
>>>> to set this event for the columns, but no succes:
>>>>
>>>> FOR EACH oColumn IN ::oDbfBrowse1:aCols
>>>> oColumn:OnDataDblClick := "ButtonOpravitClick"
>>>> NEXT
>>>>
>>>> Where is the mistake?
>>>>
>>>> Gejza Horvath
>>>>
>>>
>>>
>>>
>>
>>
>>
>
>
>
you have right, the update solves the problem. No it is set to automatic.
Thanks,
Gejza
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
news:468a1b89$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Gezja,
>
> Here is working fine. You need to AUTOUPDATE your Xailer version.
>
> Menu option:
>
> TOOLS - GENERAL OPTIONS - AUTOUPDATE
>
> Regards
>
> --
> Ignacio Ortiz de Zúñiga
> http://www.xailer.com
>
>
> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
> news:[email=4689f387@ozsrv2.ozlan.local...]4689f387@ozsrv2.ozlan.local...[/email]
>> Ignacio,
>> here is the small project, click on the "Settings..." button, on the first page is the
>> browser. Double click on the row, where are no data, the MsgBox is displayed, clicking
>> on the data nothing happens.
>>
>> Gejza Horvath
>>
>> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
>> news:[email=4689ecac@ozsrv2.ozlan.local...]4689ecac@ozsrv2.ozlan.local...[/email]
>>> Gejza,
>>>
>>> Pleae send a small project showing the error, or tell us how to reproduce it
>>> with any Xaile sample. BTW, keep in mind, that if a event is trapped on any
>>> column, then, it will not fired on its TBrowse container.
>>>
>>> Regards,
>>>
>>> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
>>> news:[email=46895993@ozsrv2.ozlan.local...]46895993@ozsrv2.ozlan.local...[/email]
>>>> Guys,
>>>>
>>>> I have problem with OnDoubleClick() event in TDbfBrowse. The browser is
>>>> defined without columns in IDE, and later the FormInitialize() method
>>>> does:
>>>>
>>>> USE Ucty NEW INDEX Ucty
>>>> ::oDbfBrowse1:SetDbf("UCTY")
>>>>
>>>> I set the OnDblClick event, but this is fired only, when I double click on
>>>> the area with no data displayed (longer row, like the width of all data
>>>> columns. The double clicking on the data area has no result. I have tried
>>>> to set this event for the columns, but no succes:
>>>>
>>>> FOR EACH oColumn IN ::oDbfBrowse1:aCols
>>>> oColumn:OnDataDblClick := "ButtonOpravitClick"
>>>> NEXT
>>>>
>>>> Where is the mistake?
>>>>
>>>> Gejza Horvath
>>>>
>>>
>>>
>>>
>>
>>
>>
>
>
>
-
- Mensajes: 281
- Registrado: Mar Ago 15, 2006 1:50 pm
OnDblClick in DBFBrowser
Ignacio,
you have right, the update solves the problem. No it is set to automatic.
Thanks,
Gejza
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
news:468a1b89$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Gezja,
>
> Here is working fine. You need to AUTOUPDATE your Xailer version.
>
> Menu option:
>
> TOOLS - GENERAL OPTIONS - AUTOUPDATE
>
> Regards
>
> --
> Ignacio Ortiz de Zúñiga
> http://www.xailer.com
>
>
> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
> news:[email=4689f387@ozsrv2.ozlan.local...]4689f387@ozsrv2.ozlan.local...[/email]
>> Ignacio,
>> here is the small project, click on the "Settings..." button, on the first page is the
>> browser. Double click on the row, where are no data, the MsgBox is displayed, clicking
>> on the data nothing happens.
>>
>> Gejza Horvath
>>
>> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
>> news:[email=4689ecac@ozsrv2.ozlan.local...]4689ecac@ozsrv2.ozlan.local...[/email]
>>> Gejza,
>>>
>>> Pleae send a small project showing the error, or tell us how to reproduce it
>>> with any Xaile sample. BTW, keep in mind, that if a event is trapped on any
>>> column, then, it will not fired on its TBrowse container.
>>>
>>> Regards,
>>>
>>> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
>>> news:[email=46895993@ozsrv2.ozlan.local...]46895993@ozsrv2.ozlan.local...[/email]
>>>> Guys,
>>>>
>>>> I have problem with OnDoubleClick() event in TDbfBrowse. The browser is
>>>> defined without columns in IDE, and later the FormInitialize() method
>>>> does:
>>>>
>>>> USE Ucty NEW INDEX Ucty
>>>> ::oDbfBrowse1:SetDbf("UCTY")
>>>>
>>>> I set the OnDblClick event, but this is fired only, when I double click on
>>>> the area with no data displayed (longer row, like the width of all data
>>>> columns. The double clicking on the data area has no result. I have tried
>>>> to set this event for the columns, but no succes:
>>>>
>>>> FOR EACH oColumn IN ::oDbfBrowse1:aCols
>>>> oColumn:OnDataDblClick := "ButtonOpravitClick"
>>>> NEXT
>>>>
>>>> Where is the mistake?
>>>>
>>>> Gejza Horvath
>>>>
>>>
>>>
>>>
>>
>>
>>
>
>
>
you have right, the update solves the problem. No it is set to automatic.
Thanks,
Gejza
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
news:468a1b89$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Gezja,
>
> Here is working fine. You need to AUTOUPDATE your Xailer version.
>
> Menu option:
>
> TOOLS - GENERAL OPTIONS - AUTOUPDATE
>
> Regards
>
> --
> Ignacio Ortiz de Zúñiga
> http://www.xailer.com
>
>
> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
> news:[email=4689f387@ozsrv2.ozlan.local...]4689f387@ozsrv2.ozlan.local...[/email]
>> Ignacio,
>> here is the small project, click on the "Settings..." button, on the first page is the
>> browser. Double click on the row, where are no data, the MsgBox is displayed, clicking
>> on the data nothing happens.
>>
>> Gejza Horvath
>>
>> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> pí¹e v diskusním pøíspìvku
>> news:[email=4689ecac@ozsrv2.ozlan.local...]4689ecac@ozsrv2.ozlan.local...[/email]
>>> Gejza,
>>>
>>> Pleae send a small project showing the error, or tell us how to reproduce it
>>> with any Xaile sample. BTW, keep in mind, that if a event is trapped on any
>>> column, then, it will not fired on its TBrowse container.
>>>
>>> Regards,
>>>
>>> "Gejza Horvath" <_hsoftkn@nextra.sk> escribió en el mensaje
>>> news:[email=46895993@ozsrv2.ozlan.local...]46895993@ozsrv2.ozlan.local...[/email]
>>>> Guys,
>>>>
>>>> I have problem with OnDoubleClick() event in TDbfBrowse. The browser is
>>>> defined without columns in IDE, and later the FormInitialize() method
>>>> does:
>>>>
>>>> USE Ucty NEW INDEX Ucty
>>>> ::oDbfBrowse1:SetDbf("UCTY")
>>>>
>>>> I set the OnDblClick event, but this is fired only, when I double click on
>>>> the area with no data displayed (longer row, like the width of all data
>>>> columns. The double clicking on the data area has no result. I have tried
>>>> to set this event for the columns, but no succes:
>>>>
>>>> FOR EACH oColumn IN ::oDbfBrowse1:aCols
>>>> oColumn:OnDataDblClick := "ButtonOpravitClick"
>>>> NEXT
>>>>
>>>> Where is the mistake?
>>>>
>>>> Gejza Horvath
>>>>
>>>
>>>
>>>
>>
>>
>>
>
>
>