Hi,
Can somebody tell me how I can compute my own source-code for an x-page? I’ve found this article >>
saying that it shouldn’t be to difficult.
What controll would I use (there’s no such thing as the good old computed text, is there …?)
Arthur
Hi,
Can somebody tell me how I can compute my own source-code for an x-page? I’ve found this article >>
saying that it shouldn’t be to difficult.
What controll would I use (there’s no such thing as the good old computed text, is there …?)
Arthur
Subject: A couple of things
The computedField is your equivalent to computed Text.
You can dynamically include XPages (custom controls too) via the IncludePage control then compute the page – eg. “xpMyView.xsp”. That’s as close as computed subforms we’ve got in XPages.
If you’re asking something else, sorry I misunderstood.