NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Nick on February 04, 2014, 06:23:45 AM

Title: NetWebBrowse table greyed out after clicking on last button
Post by: Nick on February 04, 2014, 06:23:45 AM
If I click on the "Last" button the table becomes grey and not responding.
This happens while the sort-order is on "name" (customer-file) but not if it's on "number' sort-order.
Clearing the locator (which was not used at all) gets the table back to life.

Seems to happen if it takes to much time (name sort-order).
I see it sometimes with Next and Previous buttons too but then just a fraction of a second.

This happens every time and I have given it plenty time to build the table but even after 15 minutes it is still greyed out.

Cheers,
Nick
Title: Re: NetWebBrowse table greyed out after clicking on last button
Post by: Nick on February 04, 2014, 08:47:03 AM
On my Nexus 7 the table doesn't respond anymore and can't brought to life again.
Seems like a Javascript problem.

Cheers,
Nick
Title: Re: NetWebBrowse table greyed out after clicking on last button
Post by: Bruce on February 04, 2014, 08:26:05 PM
Hi Nick,

open the fire-bug console, sort by name, and click on Last.
Check the xml tab "inside" the reply for errors - I'm guessing there is one - and post it here

cheers
Bruce
Title: Re: NetWebBrowse table greyed out after clicking on last button
Post by: Nick on February 05, 2014, 02:11:38 AM
Hi Bruce,

This is what I found:
<div id="div1946856750_div"  class="adiv">&#32;la v&#1264805;</div> 

 netweb.js row 460 column 52
 try{$("#"+d).page().removeClass("ui-page").css('border',0);} catch(e){};

see also the attached image

Cheers,
Nick

[attachment deleted by admin]
Title: Re: NetWebBrowse table greyed out after clicking on last button
Post by: Nick on February 05, 2014, 06:13:30 AM
Seems it broke on a customer-name with À and ö in the name...

Cheers,
Nick
Title: Re: NetWebBrowse table greyed out after clicking on last button
Post by: Bruce on February 05, 2014, 08:00:58 AM
goto WebServer procedure, Advanced tab.
make sure charset is set to 'utf-8'
and set "store as" to Northern Europe or something similar.

cheers
Bruce
Title: Re: NetWebBrowse table greyed out after clicking on last button
Post by: Nick on February 05, 2014, 08:19:34 AM
It's the "store as" (WestEuropean) that does it.

Thanks,
Nick