September 16, 200421 yr I have a runtime which is comprised of several files. One of the files, Content.fp5, contains pre-written articles which the user selects through a relationship with another database file. I want to be able to provide periodic updates to the content, ideally deleting all previous articles and importing new ones. Here's the problem: I need to be able to retain the text's formatting, particularly the color as text in red indicates to the user that their input is required. The only thing I can think to do is to replace/overwrite the entire file. If anyone has solved this issue through somehow tagging text or XML, I'd love to hear how it was done. Thank you!
Create an account or sign in to comment