Trouble with ajax update

Hi,
I’ve just started to develop in script case, and i have a problem with the actualization with ajax.

I made a single record form and when I made it the first time, it works well, but I wanted to transfor it to a Grid, but when i run the application in a grid mode, the ajax filter doesn’t work propertly.

Then i tried to return to the single record form and it doesn’t work too.

I don’t know if some body could help me to resolve this trouble, What can i do to fix it?

Re: Trouble with ajax update

Is there any error massages appea?

Re: Trouble with ajax update

Hi,

unfortunetly, there isn’t any error messages, only when I run the application and select the item with ajax filter, it show de process icon, but don’t show me anything in result item.

Re: Trouble with ajax update

Perhaps there is no appropriate fields, making sure you try Application-> Synchronize Table.

Regards,

LeiGen

Re: Trouble with ajax update

thanks LeiGen,
but I revised that the fiels were the right one, but the filter doesn?t wotk propertly

Re: Trouble with ajax update

Hi,

Could you show the code used in the event?

Regards,

Vitor

Re: Trouble with ajax update

Hi everyone,

Thank you for your help to solve this trouble, i fixed it.

The trouble was in the database, because i work in a windows system and there the database are no case sensitive, but when i publish my application in a linux system it was case sensitive and didn’t reconize the fields and that was the trouble with the filter

thanks

Re: Trouble with ajax update

ah yes… I found this out the hard way when I started using Linux. I have then always started using lowercase and underscores.
I got into the bad habit of using names like ZipCode from the old days of DBF field size restrictions. Those days are gone!

Regards,
Scott.