NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Niels Larsen on February 23, 2015, 04:55:28 AM
-
Hi Bruce
Can you help me to start my date browse on TODAY().
I have a table of dates and want the browse to show a specific date as the first one.
I have attached an example.
Regards Niels
[attachment deleted by admin]
-
Hi Niels,
the solution will depend a bit on when you want to "reset" it back to the default. But in principle the code you want is;
if p_web.GSV('something') = ''
if loc:LocatorValue = '' then loc:LocatorValue = today().
p_web.SSV('something','done')
end
which goes in the "Start of Browse Filter" embed. (see pic).
cheers
Bruce
[attachment deleted by admin]
-
Thanks!!!