Scott Pon Posted May 26, 2011 Posted May 26, 2011 So here's my situation: I created a textbox and I set up the formatting with a font, size, color, etc. Lets say Arial, 10pt, Black. Now my user comes along and wants to make the data in the textbox stand out. So the user enters data into the text box, highlights the text he wants and changes it to 18pt, red, bold. Now the box looks like: Don't forget this: I AM YOUR BOSS But now when I view a list using this textbox, or make a report with this textbox, that one record has 18pt red bold font. Is there any way to override this format change within the box? Or force it back to the original formatting Even if it just on this one layout. Thanks in advance. I'll be checking the topic for responses and followup questions. Here's some vitals: ME: Win7, FMPA 11 Users: Mix of Win2000, WinXP, Win7; mix of FMP8.8 and FMP11 (I'm moving everyone to 11) Server: FMS 11
Vaughan Posted May 27, 2011 Posted May 27, 2011 Define the field to have an auto-enter calculation, and allow replace of existing contents: textformatremove( self )
Scott Pon Posted May 27, 2011 Author Posted May 27, 2011 Thanks I'm gonna try that and get back to you.
Recommended Posts
This topic is 4928 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now