Hi there,
I encountered some strange behaviour…
On a dialog box’ form, a listbox is populated with values via a LS-function.
This function searches another DB and creates listbox-values for each document found: the keyword-synonym is the doc’s UNID:
v(i) = Trim(doc.name(0)+“|”+doc.UniversalID)
When the user chooses one of the values, the synonym (UNID) is used to fetch the corresponding document.
At one of our customers, the synonym isn’t the UNID, but the NoteID! I checked the code and even printed cstr(doc.universalid) to the status bar. It’s always the NoteID :-X
Any dieas about that?
Thanks in advance,
Buzzy