Skip to Content
0
Former Member
Nov 17, 2008 at 04:03 PM

F4TextHelper In BizcardView

23 Views

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