NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: agustinh2000 on September 10, 2014, 05:39:40 AM

Title: Hotdates (12)
Post 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
Title: Re: Hotdates (12)
Post by: urayoan on September 10, 2014, 06:53:16 AM
Agustin, priming the LOC:FechaCalendario in the insert form with the selected date
Title: Re: Hotdates (12)
Post by: agustinh2000 on September 10, 2014, 07:19:08 AM
In priming the form:

LOC: Date = p_web.GSV ('LOC: FechaCalendario')?

If it does not work
Title: Re: Hotdates (12)
Post by: Bruce on September 17, 2014, 09:30:08 PM
try

LOC: Date = p_web.GetValue('_date_')

Cheers
Bruce