I'm trying to write a custom workflow importer from EMC ApplicationXtender version 5.3SP3 to Workflow 5.3. The problem I'm having is I have an importer working fine in VB.net 2005, but now I'm trying to convert it to C#.Net 2005. The problem I'm having is when I try to set my WfxFormFields[n] to a value it says I can't do this and that it's read only. In VB, I do WfxFormFields.Item(n).TextValue and that works. Any Ideas? My code snippet is below.
Thanks
Bob
WFXTENDERLib.WfxFormFields _wfxFormFields;
_wfxFormFields = "TEMP"; //This line fails