NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on November 25, 2010, 08:01:57 AM

Title: Error in NetWeb.tpw - NetTalkVersion5.04
Post by: Alberto on November 25, 2010, 08:01:57 AM
line 8039

        #?loc:rowstyle = clip(loc:rowstyle) & ' onclick="

must be (see last character)

        #?loc:rowstyle = clip(loc:rowstyle) & ' onclick="'

Regards
Alberto
Title: Re: Error in NetWeb.tpw - NetTalkVersion5.04
Post by: Bruce on November 25, 2010, 10:31:17 PM
Thanks - fixed for 5.05

also lines 8278 & 8283 need _more ' characters.
They are currently
    #SET(%vxw,'''''')
    #SET(%vxh,'''''')

and should be
    #SET(%vxw,'''''''''')
    #SET(%vxh,'''''''''')

that's _10_ single-quote characters.

Cheers
Bruce