This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Dana ReagenyndsDelores Zenfanatexflar 3.Nov.09 06:40 PM a Web browser Domino Designer 7.0.2 All Platforms
I have a view that displays sessions on the web based on the following:
SELECT Form = "Training" & Web = "Yes" & @Date(Date) >= @Date(@Today)
They now do not want them to show if they are with today's date and already started. I have a field on the form STime (start time) that captures the start time, but tried to add code saying
& @Time(STime) >= @Time(@Now), but that is making forms disappear if their date is tomorrow but the start time is 1:30 (say for today). How do I properly code this so only sessions that have not yet taken place today + all future show? Thank you in advance.