NetTalk Central

Author Topic: Hotdates (12)  (Read 2357 times)

agustinh2000

  • Jr. Member
  • **
  • Posts: 86
    • View Profile
    • Email
Hotdates (12)
« 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

urayoan

  • Full Member
  • ***
  • Posts: 222
    • View Profile
    • AZ Rock Radio
Re: Hotdates (12)
« Reply #1 on: September 10, 2014, 06:53:16 AM »
Agustin, priming the LOC:FechaCalendario in the insert form with the selected date

agustinh2000

  • Jr. Member
  • **
  • Posts: 86
    • View Profile
    • Email
Re: Hotdates (12)
« Reply #2 on: September 10, 2014, 07:19:08 AM »
In priming the form:

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

If it does not work

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Hotdates (12)
« Reply #3 on: September 17, 2014, 09:30:08 PM »
try

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

Cheers
Bruce