Tracy, Thanks for the advice. I was able to work around this issue by creating a form property, assigning the value in the amount field to the form property, and then using the form property as the control source for the control. I'm not sure how it is converting the amount which is numeric to text, but as long as it works I won't be too OCD about this part.
Adding this code to the form's init gives me a huge number. with this.font .bold=.t. .name="ariel" .size=540 Endwith I was able to subclass the control, and it does appear in the class browser, but it's not on the forms control toolbar? James E Harvey Hanover Shoe Farms, Inc. M.I.S./Corresponding Officer Off: 717-637-8931 fax: 717-637-6766 email: [email protected] -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tracy Pearson Sent: Wednesday, April 01, 2009 8:12 AM To: [email protected] Subject: RE: Bid board font size Jim, Your value is numeric, the controlsource of the RichText control would be forced to text. Try to put a hidden textbox class with the controlsource being your field, and the controlsource of the RichText control being TEXT property of the textbox. You will have to consider the width of the textbox because to narrow could show an asterisk. Tracy -----Original Message----- From: Jim Harvey Sent: Tuesday, March 31, 2009 4:25 PM I added this control, bound the control source to the amount field, but upon doing so and running the form it changes the value in the field to zero? This is confirmed as I browse the table after closing the form and can see 0 has replaced the previous number. James E Harvey Hanover Shoe Farms, Inc. M.I.S./Corresponding Officer Off: 717-637-8931 fax: 717-637-6766 email: [email protected] -----Original Message----- From: Tracy Pearson Sent: Monday, March 30, 2009 1:00 PM You might be able to make use of the RichText ActiveX control. Quick testing with dropping it onto a form I was able to get to the font object while it was running and change the font.size to 372. This gave me a capital letter O about 4.5 inch high. Tracy [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/007d01c9b2db$d4eddc70$7ec995...@com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

