I have a view where I want the user to be able to select an action button which brings up a list of months. Not sure the best way to set this up.
Next hurdle, when the user selects a month and chooses OK. All the records in the view with a date value falling in that selected month are automatically selected for export. A record or row in this case can have as many as 12 dates to check. Is that possible & can you give me pointers on how to do it?
Notes 6.5.6 / Windows XP
Subject: User dirven auto row selection in a View
Also, just to clarify…I already have code for the selected rows to be exported to excel. I just have to figure out how to make them selected based on the value of the month selected from a pick list.
Subject: User dirven auto row selection in a View
“A record or row in this case can have as many as 12 dates to check.”
Based on this statement, I would first consider using notesdatabase.ftsearch to return your hits, and then using a Private or a Private On First Use folder to display the results.