Questions tagged [lotusscript]

LotusScript is a dialect of the BASIC programming language used by Lotus Notes and other IBM Lotus Software products

Lotus-Notes-oriented questions on StackOverflow are infrequent enough that the single lotus-notes tag should encompass all Lotus Notes language topics, including LotusScript, the Notes formula language, the Notes C/C++ API, and the COM and Java interfaces. As such, it is better to use that tag, lotus-notes, rather than this one, lotusscript.

It is appropriate to also include specific language tags when asking questions about communicating with Lotus Notes from those languages, for example using .NET or VBA to send an email, or to pull data from SQL into Notes.

1233 questions
-3
votes
1 answer

How can I generate Lotus Notes (8.5) emails from external RSS feeds?

I would like to have a Lotus Notes email auto-generated and sent to a specific Lotus Notes account whenever new items are detected via an RSS feed subscribed to on the UI sidebar. Any and all suggestions welcome. Thanks
Shane
  • 1
-3
votes
2 answers

How to get complete windows version information (Windows XP/7) using lotusscript

I'm working in Lotus script. I need to know which major version like Window XP/7/Vista/8/10 the current system's Windows OS has. As an example when I launch msinfo32 using command prompt I get Microsoft Windows 10 Home Single Language against OS…
-3
votes
1 answer

Not able to simple Text File in Lotus Notes

Hi Friends i am very new to lotus notes and i have a query which i am not able to solve. I have created a agent with lotus script in lotus notes which generates text file with the View Details. Option Public Sub Initialize MsgBox " Agent…
1 2 3
82
83