It’s pretty easy to create a doc collection for a repeat control to step through. Then in a table, you can easily tie data controls to each doc with a doc.getItemValueString(‘fieldname’) kind of approach.
However, this breaks down when you get to RichText as there’s no doc.getRichText kind of method out there.
So I’m searching for a pattern that will allow me to dynamically get RichText fields from documents and tie them to a RichText control.
Ideas (good/bad/indifferent) are welcome.
TIA
-Lance