Hello,
probably this is dump question, i'll try it anyway.
We are currently evaluating gdtwain ActiveX component within Microsoft Dynamic NAV (formerly known as Navision) unfortunatly there seems to be a bug/restriction within navision while using ocx components, if a Method or a property is longer than 31 charater, then it will be truncated within the Navision sourcecode an so it is unusable.
Example
oTwain.TwainSetAutomaticDiscardBlankPages(TRUE);
"transforms" into
oTwain.TwainSetAutomaticDiscardBlankP(TRUE);
So i know this is more a NAvision/Microsoft problem, but i thought there is no harm to ask if a have a Version with "shorter" names ?
best regards
