Notes Ninjas Notes Ninjas
Lotus Notes hints, tips, error messages
EditInsertText revisited

Hint Short Cut: Add this to your code & documentation to help you find this page.
http://www.notesninjas.com/#EditInsertText or http://www.notesninjas.com/A555F9/nn.nsf/ByAlias/EditInsertText


A Lotus Notes beginner asked me about creating documents in Notes using @Functions. I suggested using EditInsertText. It works better than I thought...





The non lotusscript using developer was creating training records from a person's hr record.

I suggested using @command([EditInsertText];<text>)

 

Example use of code:

@Command([Compose];"PersonnelTraining");
@Command([editgotofield];"PT_Coursetitle");
@command([editinserttext];"Principles of Care Day 1");
@Command([editgotofield];"PT_Mandatory");
@command([editinserttext];"Mandatory");
@Command([FileSave]); @Command([CloseWindow]);

@Command([Compose];"PersonnelTraining");
@Command([editgotofield];"PT_Coursetitle");
@command([editinserttext];"Principles of Care Day 2");
@Command([editgotofield];"PT_Mandatory");
@command([editinserttext];"Mandatory");
@Command([FileSave]); @Command([CloseWindow]);

It was suggested that this would not work with Dialog List type fields.

But it in fact does..... : )  

 

 Jump to:     Notes Tips
    Lotus Notes Index 
  Register for Tips
Previous Lotus Notes Tip 
    Next Lotus Notes Tip
Your company logo here?
Adam Foster
Free Cash Making Web Site
Free Revenue Earning Blog Site
 Free Revenue Earning Newsletter Site   
Free Search Pages Free Web stats
Free Contact Us page
Cheap .com domain names
 Need a website or 
   Lotus Notes
  problem solved?
Adam Foster
Beginning Java Web Services by Andre Tost, Henry Andre Bequet, Meeraj Kunnumpurath, Sean Rhody
Web services are no longer a nascent technology in the programming industry; every major software vendor is rolling out web services-related APIs and products. Today Java developers are successfully adopting web services as the latest technology in application development in order to enable...
See at: Amazon.co.uk | Amazon.com |