NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: agustinh2000 on September 10, 2014, 05:39:40 AM
-
Hi, is possible from a procedure type netwebyear send a variable of type date to a form to select the day (no table). link image.
https://dl.dropboxusercontent.com/u/21312421/hotdates.jpg
thanks
AgustÃn
-
Agustin, priming the LOC:FechaCalendario in the insert form with the selected date
-
In priming the form:
LOC: Date = p_web.GSV ('LOC: FechaCalendario')?
If it does not work
-
try
LOC: Date = p_web.GetValue('_date_')
Cheers
Bruce