Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tenniseewalker

    Help writing code to set a preference in Notes Calendar

    Try this. Sub Click(Source As Button) Dim doc As NotesDocument server = Evaluate({@Subset( @MaildbName; 1 )}) dbname = Evaluate({@Subset( @MaildbName; -1 )}) Dim maildb As New NotesDatabase(server(0), dbname(0)) Set doc =...

Part and Inventory Search

Back
Top