August 1, 200223 yr I have many people who use our Filemaker forms. I have set up a reply script using a text calc, but the problem I am having is that the text is not capitol like in filemaker. I have title text on but copying text doesnt preserve that. Example: Mrs. smith, How do I make this Mrs. Smith.
August 2, 200223 yr You could run a Set(field) script that sets the field in question from: mrs. smith to Mrs. Smith with the Proper(field) calculation. Example: Set[FieldName, Proper(FieldName)]
Create an account or sign in to comment