Hi,
I’m trying to access fields within a form using the Lotus C++ 3.0 toolkit. The problem is that LNForm.GetFormFields() gets me all the fields in the main form, but not the ones in any of its subforms. All these subforms are normal subforms(i.e. not calculated subforms). The c++ toolkit documentation says that Form.GetFormFields() will retrieve all the fields in the form, but this isn’t happening.
Is this a known issue? Can anyone please suggest a workaround here? It’s really critical for me to get this thing working…
TIA