LotusScript to C API Programming Guide

rtLib Domino Rich Text Management template
Home
Show details for ContentContent
Purchase
Ready-to-use samples
Show details for Online resourcesOnline resources
Forum
Links
Happy readers

Anonymous

login


 

Hosted by Prominic.NET, Inc.
Main topic: Need to create a valid UniversalID string without using document.UniversalID

AFAIK you can use any 32 char hex string (by Normunds Kalnberzins, 06/15/2006 04:52:56 PM)

as far as you make sure your algorythm generates unique ids.

Or if you do not rely on yourself you could create a Notes document get a UNID and not save it. Or you could use your formula in case you made sure that each Hex string is 8 chars, for example:

right("00000000" & Clng(Time), 8)

In this case only make sure your computer is not too quick. It looks that in this way you may get several times the same ids.