PDA

View Full Version : Encoding of TextField.Names?


Unregistered
January 19, 2003, 10:21:09
When the .NET control saves text that contains marked text fields to an RTF file, the user-defined names of any marked text fields appear encoded into an alpha-numeric string. For a number of reasons, I need to be able to convert these back into the original (text-only) string when the RTF file is opened up in MS Word. I've been able to convert un-named TextFields into Word bookmarks (and vice versa), but these Name properties are a bit more challenging!

Can anyone tell me what encoding routine/base is applied to these TextField.Name properties when TXTextControl.NET saves its contents to an RTF file?

Thanks

Rob


This message was originally posted by Rob Tomlinson in the old TX Text Control Support Forum.