NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rene Simons on June 05, 2014, 12:11:03 PM
-
Hi,
I installed 8.15 loaded the app and hit compile.
No problem.
In the page is a browse. When I hit the NEXT button to go to the net 10 rows.
The browse goes misty and nothing happens.
This happens with all te browses in Chrome and FF and IE.
Cheers,
Rene
-
This is happening to me too :(
Regards,
Trent
-
Sorry to hear that bhut at least I'm not alone
Style I'm using is Aristo in case this matters.
Due to release tomorrow but will not be now - oh well.
-
Same
-
fixed in 8.16
to apply the fix to 8.15 do the following;
a) close all apps
b) edit \clarion9\accessory\template\win\netweb.tpw
line 13980
change
%gpacket.append('<tr ' & clip(dataDo) & clip(loc:rowstyle)&'>'&p_web.CRLF)
to
%gpacket.append('<tr ' & clip(dataDo) & ' ' & clip(loc:rowstyle)&'>'&p_web.CRLF)
cheers
Bruce
-
That was it - Thanks for the quick response.... :)
Brian