NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Poul Jensen on March 17, 2019, 12:07:38 PM
-
Hi,
On one browse in a NT 11 app the browse freezes (turns grey) when I click the "Next" or any other navigations button.
I also notice, that I cannot click any of the headers to sort on another column.
What could be wrong here ?
Cheers
/Poul
-
my guess is you've ticked on "allow xHTML" for some columns, and those columns contain text which is not valid XML - or uses reserved XML characters etc.
cheers
Bruce
-
Thanks Bruce.
That wasn't the case but i had this code in (old code from NT8), when I removed it the browse seems to work OK.
! Start of "Browse Header"
! [Priority 4000]
packet.SetValue( ' Priser for: ' & clip(p_web.Translate(p_web.gsv('Kundenummer'))) & ' - ' & clip(p_web.Translate(p_web.gsv('Kundenavn'))) & p_web.CRLF )
do SendPacket
What could be wrong here ?
Cheers
/Poul
-
>> What could be wrong here ?
Those session values contained something that was not xHTML.
cheers
Bruce
-
Thanks, but they are straight text.
I put it back, and now the browse is ok. :-(
That is good, but I don't know why.....
/Poul