How to access subform fields?

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

Subject: How to access subform fields?

But it IS getting all of the fields defined on the form. If you want the fields defined on the subform, then get the subform and look at ITS fields.