|
|
1. Dragon Cotterill09/25/2009 01:30:49 AM
Excellent little utility.
Except it does struggle on some Domino views if you just have columns called $1, $2 etc.
---------------------------
---------------------------
The '$' character, hexadecimal value 0x24, cannot be included in a name.
---------------------------
OK
---------------------------
2. Gary09/25/2009 10:12:02 AM
Good catch. Maybe I could apply a conversion to the ReadViewEntries text/XML before reading it into the XPatheDocment. Do you have a URL I could try? or send me a database and I'll post it on my public server
3. Dragon Cotterill09/29/2009 02:03:23 AM
Just create a view with a calculated column (ie. LastName + ", " + FirstName) and Domino will give it a $1 value.
4. Gary09/29/2009 08:35:49 AM
I'll give it a try.