Manual runs the agents by server console command line
2019-03-26 16:11:33
Run Tell Amgr Run "Folder_path\dabase_name.nsf" 'Schedule_Name' Cancel Tell Amgr Cancel "Folder_path\dabase_name.nsf" 'Schedule_Name' Ref: https://www.ibm.com/ ...2019-03-26 16:11:33
Run Tell Amgr Run "Folder_path\dabase_name.nsf" 'Schedule_Name' Cancel Tell Amgr Cancel "Folder_path\dabase_name.nsf" 'Schedule_Name' Ref: https://www.ibm.com/ ...2019-01-17 17:23:38
1. Create a view and get data from database (some form). 2. Create the first column for the categories that you need of each document (rename to Year) 3. Click the column then put formula to below box: @Year(DocDate) DocDate ...2019-01-11 11:24:58
This script will delete some field (check out previous user) and unlock the document. FIELD CurrentUser := @DeleteField; @DocLock([UNLOCK]); ...2019-01-11 11:12:54
This code is conditon IF THEN ELSE and DO somthing (group of statement) @If( A=A; @Do( Some command; ...... ...... ); A=B; @Do( Some command; ..... ..... ); A=C; ...2017-01-06 14:24:13
How to create link Logout and redirect for Lotus notes command on web application <a href="/path/application.nsf?Logout&redirectto=/path/yourApp.nsf/LoginPage">Logout</a> ...2016-09-08 16:55:06
This is a technique used for printing documents on the browser for Lotusnotes Web application platform. It uses javascript in through ajax function to run commands on lotusnotes script and return by print plain text with a Html header. This ...2015-09-20 11:23:29
แก้ปัญหาการส่งอีเมลจาก Lotus Notes web platform ส่งเข้า Gmail แล้วไม่มี Form header ปัญหานี้เกิดจาก การสร้างตัวแปร string ที่มีเครื่องหมาย น้อยกว่า (<) หรือมากกว่า ( >) รวมอยู่ใน string แล้วคลุมด้วย Double quote ("__") ทำให้โปรแกรมตีความหมายผิดพลาด ...