PDA

View Full Version : View Dialogs Return Value (B3)



knight999
25 Aug 2009, 9:03 PM
Hi Jack,

In the form keyword field, Ext.nd translate View Dialogs into Ext.nd picklist style, it's a great function for us, but, it seems does not return the correct column value as Notes client ...

I assume that Ext counting the column number start from 0, but Notes client start from 1, so the return value will be different from Notes client ...

Your demo.nsf, the testing view "0. flat\example 1b" first 2 columns value both are "test1":"test2":"test3", so I can not see the different from demo.nsf until I use Ext.nd in my own NotesDB ...

I changed the column value -1 in UIDocument function like, "convertFromTagName", "convertNamesField", and "convertKeywordField", and one of field can work fine now, still need to test for the others ....

Please let me know, if I did something wrong for this problem ~ :)

jratcliff
29 Aug 2009, 10:06 AM
Thanks for reporting this. I didn't realize this was happening. I'll look into it.