Hi all,
I need to add some values to my Bizcard. Unfortunally the field that I need is not in the structure (FATXT for IT0002 MARITAL STATUS) so I need to use the F4TextHelper in order to show the text value of the field Famst. For some reason this code does not do the work. It seems that I can get the values for the Famst. This is the snipped code.
TextFieldInfo[] fieldInfo2 = new TextFieldInfo[] { new TextFieldInfo("Famst", "TextView")};
F4TextHelper.GetF4Text(wdThis.wdGetAPI(),wdContext.nodeInfotypeList(),view,fieldInfo2);
Any idea of what could I be missing?
Regards,
Orlando Covault