GroupWice8 and GWncc1.ocx
Using GWncc1.ocx in a word template macro to fill out address information in a document.
The code have been working since GW5.5 and were still working in GW7, but when upgrading to GroupWise8, things are not going they way I wanted.
T_Firm = GWncc1.CompanyName(0)
T_Faxno = GWncc1.FaxNumber(0)
T_Address = GWncc1.Address(0)
Earlier, the abowe code worked, but in GroupWise8, only the first letter from the different fields comes into the Text fields in the dialog box.
Is there a problem with the new GWncc1.ocx?
Oystein
|