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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Notes Designer Book / Link 1

Status
Not open for further replies.

samirm

Technical User
May 12, 2003
80
US
Hi,

I am new to Lotus Notes Development. Want to make few module in Lotus Notes by the help of Designer.
How can I start that ..?
Is there any template available in Net ?
Do you know any good book / pdf / link ..through which I can learn about the Designing in Lotus Notes ..

Thanking you ..

Sam
 
Hi,
I didn't get any reply ..
Can anyone please help me ..?
 
This topic returns quite often in this forum. You should do a search, I'm sure you'll find something interesting to help you.

Meanwhile, check out this thread for starters : thread245-945504. You can also take a look at the FAQ section in the Lotus: NotesDesigner forum.

Next, read the data in your Designer Help database. It is a good reference, even if it sometimes lacks in-depth data (especially the examples).
Third, if you have already done programming in Access, SQL, or any relational database language, FORGET ABOUT IT. Notes is NOT relational, it is a document-centric storage paradigm. A Notes database contains data in records, and objects to allow retrieval of records and their manipulation (design objects). Whatever code is included in the design objects, whatever functionality is implemented by Notes or by developers, the basic information set is the record, also called "document". There is no relation from the document to any other, the document is the only thing that counts.
Not to say that a document cannot be linked to another. That is quite false obviously. Notes provides parent/child relationships by default, and you can implement many other kinds with a bit of code. But all these relations are based on additional functionality that the document itself does not need. That is what you must understand.

For more help, check out these sites :

Notes R6 Forums
Lavatech
Lotus Geek
I'm sure you can find more,

Pascal.
 
Thanks Pascal,

For your reply. I will look into that and will come to you if I need any help ..

Thanks once again .

:)

Sam
 
Com back to the forums as often as you wish, there will always be someone ready to help.

Pascal.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top