PDA

View Full Version : TAjaxColumnMetaData



Jorge M
19-Feb-2008, 06:15 PM
Sorry,
somebody have an example that how use this structure and their properties.

Thanks
JorgeM

Harm Wibier
19-Feb-2008, 07:22 PM
Why / how do you want to use it? Do you want to override the AjaxResponseCol
method?

--
Regards,


Harm Wibier
Data Access Europe B.V.
http://www.dataaccess.nl/


"Jorge M" <pandosos@hotmail.com> wrote in message
news:fiH%23E20cIHA.2080@dacmail.dataaccess.com...
> Sorry,
> somebody have an example that how use this structure and their properties.
>
> Thanks
> JorgeM
>

Jorge M
19-Feb-2008, 08:15 PM
Hi Harm,

In fact it was only curiosity, reviewing the help, I realize that, I
unaware, the application and the syntax of many methods and properties, but
now that you mention it override the AjaxResponseCol method will be nice.

JorgeM


"Harm Wibier" <harm.wibier@dataaccess.nl> escribió en el mensaje
news:hX4f2a1cIHA.1916@dacmail.dataaccess.com...
> Why / how do you want to use it? Do you want to override the
> AjaxResponseCol method?
>
> --
> Regards,
>
>
> Harm Wibier
> Data Access Europe B.V.
> http://www.dataaccess.nl/
>
>
> "Jorge M" <pandosos@hotmail.com> wrote in message
> news:fiH%23E20cIHA.2080@dacmail.dataaccess.com...
>> Sorry,
>> somebody have an example that how use this structure and their
>> properties.
>>
>> Thanks
>> JorgeM
>>
>
>
>

Harm Wibier
19-Feb-2008, 08:44 PM
The AjaxResponseCol method is called for each value that is send back to the
client. It gets a file & field number and returns the TAjaxResponseCol
struct containing the field value and name. You can augment it if you want
to modify the values of a specific field before they are shown. Note that
there isn't a method called for each field value being loaded back into the
buffer before a action (like a save / find) is performed so you should only
modify the values of fields shown as display-only to prevent save errors
from occuring.

The AJAX Library help contains descriptions of all methods you can override
in you Ajax Web Objects to manipulate the functioning of the Library.
Especially the event methods (On..) are designed to be overridden by the
application developer.

--
Regards,


Harm Wibier
Data Access Europe B.V.
http://www.dataaccess.nl/


"Jorge M" <pandosos@hotmail.com> wrote in message
news:1ODoG41cIHA.1916@dacmail.dataaccess.com...
> Hi Harm,
>
> In fact it was only curiosity, reviewing the help, I realize that, I
> unaware, the application and the syntax of many methods and properties,
> but now that you mention it override the AjaxResponseCol method will be
> nice.
>
> JorgeM
>
>
> "Harm Wibier" <harm.wibier@dataaccess.nl> escribió en el mensaje
> news:hX4f2a1cIHA.1916@dacmail.dataaccess.com...
>> Why / how do you want to use it? Do you want to override the
>> AjaxResponseCol method?
>>
>> --
>> Regards,
>>
>>
>> Harm Wibier
>> Data Access Europe B.V.
>> http://www.dataaccess.nl/
>>
>>
>> "Jorge M" <pandosos@hotmail.com> wrote in message
>> news:fiH%23E20cIHA.2080@dacmail.dataaccess.com...
>>> Sorry,
>>> somebody have an example that how use this structure and their
>>> properties.
>>>
>>> Thanks
>>> JorgeM
>>>
>>
>>
>>
>
>