PC Forms: Characters Following a Tab Are Not Retrieved
Article ID: 148365
Article Last Modified on 10/30/2006
APPLIES TO
- Microsoft Exchange Electronic Forms Designer 5.0
This article was previously published under Q148365
SYMPTOMS
Electronic forms (E-forms) designed to include text with imbedded tabs will
not be able to retrieve the text following the tab character.
CAUSE
This 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.
If you must use tab delimited data in an E-form, the workaround is to use
the MEFWriteItem function with the data type of MEF_BINARY. By using the
MEF_BINARY type, a different mechanism is used to include the data with the
package, and the problem is avoided.
Additional query words: 1.00
Keywords: KB148365