NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: johanco123 on March 24, 2014, 05:12:35 AM
-
Hi Bruce
How will I correct the the following LOC:options error in NT8.02
LOC:options = Choose(LOC:options='','',clip(LOC:options) &',') & 'changeMonth: true,changeYear: true,showOn: "button",buttonImage: "styles/images/calendar.gif",buttonImageOnly: true'
Many tanks
Johan
-
These are my options:
p_web.SetOption(loc:options,'numberOfMonths',3 )
p_web.SetOption(loc:options,'showOtherMonths','true' )
p_web.SetOption(loc:options,'selectOtherMonths','true' )
p_web.SetOption(loc:options,'showWeek','true' )
p_web.SetOption(loc:options,'firstDay','1' )
/Niels
-
yes, break down your settings like this.
cheers
Bruce