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.

Record Edition cancelation

Xailer professional forum in English
Responder
Avatar de Usuario
Dionisis Divaris
Mensajes: 485
Registrado: Jue Jul 12, 2007 8:48 pm
Ubicación: Athens Greece

Record Edition cancelation

Mensaje por Dionisis Divaris »

Hello to All
How can i disbale the record edtion when the user double clicks anywhere on
the cells datas areas of a browser. And to allow edition when press only the
Enter.
Regards
Dionisis
T.I.A
Dionisis
SGS-soft
support.sgs@gmail.com
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Record Edition cancelation

Mensaje por ignacio »

Dionisis,
On the event OnPostEdit, nKey is 0 when clicking outside the gridedit
control. Take a look at the docs.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
news:[email=465360df@ozsrv2.ozlan.local...]465360df@ozsrv2.ozlan.local...[/email]
> Hello to All
>
> How can i disbale the record edtion when the user double clicks anywhere
> on the cells datas areas of a browser. And to allow edition when press
> only the Enter.
>
> Regards
> Dionisis
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
NoName
Mensajes: 531
Registrado: Vie Feb 03, 2006 7:27 pm

Record Edition cancelation

Mensaje por NoName »

Dionisis,
On the event OnPostEdit, nKey is 0 when clicking outside the gridedit
control. Take a look at the docs.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
news:[email=465360df@ozsrv2.ozlan.local...]465360df@ozsrv2.ozlan.local...[/email]
> Hello to All
>
> How can i disbale the record edtion when the user double clicks anywhere
> on the cells datas areas of a browser. And to allow edition when press
> only the Enter.
>
> Regards
> Dionisis
>
Avatar de Usuario
Dionisis Divaris
Mensajes: 485
Registrado: Jue Jul 12, 2007 8:48 pm
Ubicación: Athens Greece

Record Edition cancelation

Mensaje por Dionisis Divaris »

Many Thanks Ignacio for your help.
What i want to do, is to restrict record edition if another user works on
that same record.
Is there another way to achieve this ?
Please tell me which events must traped, i try with PostEdit without
success.
Many Thanks
Dionisis
Ï "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> Ýãñáøå óôï ìÞíõìá
news:4653f8a0$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Dionisis,
>
> On the event OnPostEdit, nKey is 0 when clicking outside the gridedit
> control. Take a look at the docs.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> http://www.xailer.com
>
>
> "Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
> news:[email=465360df@ozsrv2.ozlan.local...]465360df@ozsrv2.ozlan.local...[/email]
>> Hello to All
>>
>> How can i disbale the record edtion when the user double clicks anywhere
>> on the cells datas areas of a browser. And to allow edition when press
>> only the Enter.
>>
>> Regards
>> Dionisis
>>
>
>
T.I.A
Dionisis
SGS-soft
support.sgs@gmail.com
Avatar de Usuario
Dionisis Divaris
Mensajes: 485
Registrado: Jue Jul 12, 2007 8:48 pm
Ubicación: Athens Greece

Record Edition cancelation

Mensaje por Dionisis Divaris »

Many Thanks Ignacio for your help.
What i want to do, is to restrict record edition if another user works on
that same record.
Is there another way to achieve this ?
Please tell me which events must traped, i try with PostEdit without
success.
Many Thanks
Dionisis
Ï "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> Ýãñáøå óôï ìÞíõìá
news:4653f8a0$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Dionisis,
>
> On the event OnPostEdit, nKey is 0 when clicking outside the gridedit
> control. Take a look at the docs.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> http://www.xailer.com
>
>
> "Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
> news:[email=465360df@ozsrv2.ozlan.local...]465360df@ozsrv2.ozlan.local...[/email]
>> Hello to All
>>
>> How can i disbale the record edtion when the user double clicks anywhere
>> on the cells datas areas of a browser. And to allow edition when press
>> only the Enter.
>>
>> Regards
>> Dionisis
>>
>
>
T.I.A
Dionisis
SGS-soft
support.sgs@gmail.com
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Record Edition cancelation

Mensaje por ignacio »

Dionisis,
The easy & lazy way:
TBrwColumnOnEdit := {|o| oDbf:RecLock() }
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
news:46544719$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Many Thanks Ignacio for your help.
> What i want to do, is to restrict record edition if another user works on
> that same record.
> Is there another way to achieve this ?
> Please tell me which events must traped, i try with PostEdit without
> success.
>
> Many Thanks
> Dionisis
> Ï "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> Ýãñáøå óôï ìÞíõìá
> news:4653f8a0$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Dionisis,
>>
>> On the event OnPostEdit, nKey is 0 when clicking outside the gridedit
>> control. Take a look at the docs.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> http://www.xailer.com
>>
>>
>> "Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
>> news:[email=465360df@ozsrv2.ozlan.local...]465360df@ozsrv2.ozlan.local...[/email]
>>> Hello to All
>>>
>>> How can i disbale the record edtion when the user double clicks
>>> anywhere on the cells datas areas of a browser. And to allow edition
>>> when press only the Enter.
>>>
>>> Regards
>>> Dionisis
>>>
>>
>>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
NoName
Mensajes: 531
Registrado: Vie Feb 03, 2006 7:27 pm

Record Edition cancelation

Mensaje por NoName »

Dionisis,
The easy & lazy way:
TBrwColumnOnEdit := {|o| oDbf:RecLock() }
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
news:46544719$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Many Thanks Ignacio for your help.
> What i want to do, is to restrict record edition if another user works on
> that same record.
> Is there another way to achieve this ?
> Please tell me which events must traped, i try with PostEdit without
> success.
>
> Many Thanks
> Dionisis
> Ï "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> Ýãñáøå óôï ìÞíõìá
> news:4653f8a0$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Dionisis,
>>
>> On the event OnPostEdit, nKey is 0 when clicking outside the gridedit
>> control. Take a look at the docs.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> http://www.xailer.com
>>
>>
>> "Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
>> news:[email=465360df@ozsrv2.ozlan.local...]465360df@ozsrv2.ozlan.local...[/email]
>>> Hello to All
>>>
>>> How can i disbale the record edtion when the user double clicks
>>> anywhere on the cells datas areas of a browser. And to allow edition
>>> when press only the Enter.
>>>
>>> Regards
>>> Dionisis
>>>
>>
>>
>
>
Avatar de Usuario
Dionisis Divaris
Mensajes: 485
Registrado: Jue Jul 12, 2007 8:48 pm
Ubicación: Athens Greece

Record Edition cancelation

Mensaje por Dionisis Divaris »

IT WORKS!!!!!!!!!!!!!!!!!!!
Many Many Thanks
Dionisis
Ï "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> Ýãñáøå óôï ìÞíõìá
news:46544ac8$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Dionisis,
>
> The easy & lazy way:
>
> TBrwColumnOnEdit := {|o| oDbf:RecLock() }
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> http://www.xailer.com
>
>
> "Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
> news:46544719$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Many Thanks Ignacio for your help.
>> What i want to do, is to restrict record edition if another user works on
>> that same record.
>> Is there another way to achieve this ?
>> Please tell me which events must traped, i try with PostEdit without
>> success.
>>
>> Many Thanks
>> Dionisis
>> Ï "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> Ýãñáøå óôï ìÞíõìá
>> news:4653f8a0$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>> Dionisis,
>>>
>>> On the event OnPostEdit, nKey is 0 when clicking outside the gridedit
>>> control. Take a look at the docs.
>>>
>>> Regards,
>>>
>>> --
>>> Ignacio Ortiz de Zúñiga
>>> http://www.xailer.com
>>>
>>>
>>> "Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
>>> news:[email=465360df@ozsrv2.ozlan.local...]465360df@ozsrv2.ozlan.local...[/email]
>>>> Hello to All
>>>>
>>>> How can i disbale the record edtion when the user double clicks
>>>> anywhere on the cells datas areas of a browser. And to allow edition
>>>> when press only the Enter.
>>>>
>>>> Regards
>>>> Dionisis
>>>>
>>>
>>>
>>
>>
>
>
T.I.A
Dionisis
SGS-soft
support.sgs@gmail.com
Avatar de Usuario
Dionisis Divaris
Mensajes: 485
Registrado: Jue Jul 12, 2007 8:48 pm
Ubicación: Athens Greece

Record Edition cancelation

Mensaje por Dionisis Divaris »

IT WORKS!!!!!!!!!!!!!!!!!!!
Many Many Thanks
Dionisis
Ï "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> Ýãñáøå óôï ìÞíõìá
news:46544ac8$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Dionisis,
>
> The easy & lazy way:
>
> TBrwColumnOnEdit := {|o| oDbf:RecLock() }
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> http://www.xailer.com
>
>
> "Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
> news:46544719$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Many Thanks Ignacio for your help.
>> What i want to do, is to restrict record edition if another user works on
>> that same record.
>> Is there another way to achieve this ?
>> Please tell me which events must traped, i try with PostEdit without
>> success.
>>
>> Many Thanks
>> Dionisis
>> Ï "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> Ýãñáøå óôï ìÞíõìá
>> news:4653f8a0$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>>> Dionisis,
>>>
>>> On the event OnPostEdit, nKey is 0 when clicking outside the gridedit
>>> control. Take a look at the docs.
>>>
>>> Regards,
>>>
>>> --
>>> Ignacio Ortiz de Zúñiga
>>> http://www.xailer.com
>>>
>>>
>>> "Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
>>> news:[email=465360df@ozsrv2.ozlan.local...]465360df@ozsrv2.ozlan.local...[/email]
>>>> Hello to All
>>>>
>>>> How can i disbale the record edtion when the user double clicks
>>>> anywhere on the cells datas areas of a browser. And to allow edition
>>>> when press only the Enter.
>>>>
>>>> Regards
>>>> Dionisis
>>>>
>>>
>>>
>>
>>
>
>
T.I.A
Dionisis
SGS-soft
support.sgs@gmail.com
Responder