RE: Set the field value into TO field or CC Field lathan reddy 7.Feb.11 08:59 PM a Web browser Domino Designer 7.0.1Windows XP
Hi Wayne,
Thanks for your response,i have tried EntersendTo Field only,I have tried diffrent way's using ase below code code (Like input translation ,Input validatio,defalt value)
But its not working.
recipient := <name of field with notes ID>;
@PostedCommand([Compose]; "Memo");
@PostedCommand([EditGotoField]; "SendTo");
@PostedCommand([EditInsertText]; recipient);
@PostedCommand([EditGotoField]; "Subject")
Note:Here lotusnotes id field contains one database(Like sales db) and new memo is dffrent database(like mail db)
See my requirement is: If i clik the lotus notes id from sales db when the document is on read mode.I want to poplate new mail memo (mail db) and lotusnotes id needs to set to TO or CC field (mail db-->New memo).
please try and help me out thank you wayne once again..... .