The information in this article applies to:
SYMPTOMSElectronic forms (E-forms) designed to include text with imbedded tabs will not be able to retrieve the text following the tab character. CAUSEThis problem occurs if the E-form has used the MEFReadText function to retrieve the string from the E-form package. RESOLUTION
When you use the E-forms function MEFWriteText to write data directly to an
E-forms package, do not use the tab character within character strings.
MORE INFORMATION
The implementation of MEFWriteText and MEFReadText is done through calls to
WritePrivateProfileString and GetPrivateProfileString. The
GetPrivateProfileString function treats the tab character as a separator
between the parameter and an optional comment. The comment is not
retrieved.
Q132180 Using Tabs with Initialization File APIs Additional query words: 1.00
Keywords : MailPCForms |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |