Página 1 de 1

OnDblClick in DBFBrowser

Publicado: Lun Jul 02, 2007 9:59 pm
por Gejza Horvath
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

OnDblClick in DBFBrowser

Publicado: Mar Jul 03, 2007 8:28 am
por ignacio
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
>

OnDblClick in DBFBrowser

Publicado: Mar Jul 03, 2007 8:28 am
por NoName
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
>

OnDblClick in DBFBrowser

Publicado: Mar Jul 03, 2007 8:57 am
por Gejza Horvath
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)Â

OnDblClick in DBFBrowser

Publicado: Mar Jul 03, 2007 8:57 am
por Gejza Horvath
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)Â

OnDblClick in DBFBrowser

Publicado: Mar Jul 03, 2007 11:48 am
por ignacio
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
>>>
>>
>>
>>
>
>
>

OnDblClick in DBFBrowser

Publicado: Mar Jul 03, 2007 11:48 am
por NoName
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
>>>
>>
>>
>>
>
>
>

OnDblClick in DBFBrowser

Publicado: Mar Jul 03, 2007 1:54 pm
por Gejza Horvath
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
>>>>
>>>
>>>
>>>
>>
>>
>>
>
>
>

OnDblClick in DBFBrowser

Publicado: Mar Jul 03, 2007 1:54 pm
por Gejza Horvath
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
>>>>
>>>
>>>
>>>
>>
>>
>>
>
>
>