我想获取我的一个字段 XPage 的值来过滤这些值并生成一个报告,根据我的 XPage 中的选定值查看值。
问问题
720 次
2 回答
3
您可以使用:
document1.getItemValueString("NameField");
于 2011-11-15T13:56:21.160 回答
2
I'm not sure I fully understand the question, but regarding XPages and Report Generating I did a video on my NotesIn9 screencast with an example. http://notesin9.com/index.php/2011/07/14/notesin9-029-combine-url-parameters-with-excel-exporting/
There is also an example at XPagesCheatSheet.com on the first CheatSheet.
于 2012-02-03T15:07:00.427 回答