Hi all,Since changing jobs I have unfortunately moved away from lotus notes. In my new company they have recently switched to sharepoint. There is still a domino server running a couple of business critical applications. I would like to create a quick and simple web based database. I never had a real chance before to develop notes systems for the web so this would be a good opportunity to learn.
The database I have in mind is a simple “how to” system. Staff document how they do their work. Are there any sample web databases out there which I could modify and use.
Any ideas and suggestions are most welcome.
Subject: back to lotus notes
If it is that simple then build it for Notes then look at in the browser. Just remember that the Domino server converts most @Functions in JS but it can not do LS except a few specific methods.
Subject: back to lotus notes
Why not use the built in document library templates in Notes? Under Notes 7, create a new db based on doclbw7.ntf for the loc lib db or for a discussions db use discsw7.ntf.
Subject: RE: back to lotus notes
thanks guys, these suggestions are exactly what I’m looking for.
Subject: This simple template may help you get started…
I created this for my Dad, but I use this as a starting point for most simple websites:
Description:
Download:
Subject: RE: This simple template may help you get started…
thanks carl for sharing. It’s a great system!