NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on February 18, 2009, 08:11:41 AM

Title: Sort Column and Locator does not work
Post by: Alberto on February 18, 2009, 08:11:41 AM
Hi,
PR32, MsSql2005
Browse sort column and Locators still does not work.
In both cases you see the busy gif and nothing happens.
You need to refresh the page to see the result.
Please!
THanks
Title: Re: Sort Column and Locator does not work
Post by: Alberto on February 18, 2009, 01:26:07 PM
More problems,
Same scenario, form with drop that resets a browse.
You change the drop value and nothing happens.
You reste the page and the browse is filtered.

Please help! all my browses stoped to work.
Title: Re: Sort Column and Locator does not work
Post by: Bruce on February 19, 2009, 12:15:48 AM
Hi Alberto,

>> Please help! all my browses stopped to work.

this usually happens when you forget to refresh your web folder after a build.
Also firebug will probably report an error if you forget to refresh the page.
Especially in the case where stuff "stops working" it's good to know if
firebug is reporting an error.

Cheers
Bruce
Title: Re: Sort Column and Locator does not work
Post by: Alberto on February 19, 2009, 05:35:00 AM
Hi Bruce,
Sory, I dont know what firebug is.
I will refresh the web folder again but I´n sure I´ve done it.
Thanks
Title: Re: Sort Column and Locator does not work
Post by: Bruce on February 19, 2009, 09:33:24 PM
Hi Alberto,

firebug is very important to any web developer. Which includes folks using NetTalk. It's an extension to FireFox, but basically lets you "see" everything that's happening under-the-skin. You can change css on the fly (to see the effect it'll have) inspect the html, and you can see the response to each ajax request.

www.getfirebug.com

Cheers
Bruce