This works BUT may not be what you want. Set Bit button caption text to left justified
Enter the caption of "Hard Cheese" (some random number of spaces) Play with the width of the button to get it to look right. I just did this with a button I'm working on and it looked fine. -----Original Message----- From: "Bruce A. Chitiea" <[email protected]> To: [email protected] (RBASE-L Mailing List) Date: Thu, 5 Sep 2013 09:06:27 -0700 Subject: [RBASE-L] - Bit-Button Caption Word-Wrap Fail > > > All: > > > > RBase eXtreme 9.5(64) Latest > > > > I've tried two ways to word-wrap a caption on a bit button. > > > > I'd like the phrase 'Hard Cheese' to wrap on the button as: > > > > Hard > > Cheese > > > > Entering this as the Caption String: > > > > ('Hard'+(CHAR(013))+'Cheese') > > > > ... produces a Button Caption display of: > > > > ('Hard'+(CHAR(013))+'Cheese') > > > > > > With a variable setup in EEPs: [ On_Before_Design | On_Before_Start ]: > > > > SET VAR vbtn_HardCheese TEXT = ('Hard'+(CHAR(013))+'Cheese') > > > > ... entering this as the Caption String: > > > > &&vbtn_HardCheese > > > > ... produces a Button Caption display of: > > > > &vbtn_HardCheese > > > > > > ??? and thanks again. > > > > Bruce > --- RBASE-L ================================================ TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO ================================================ TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE ================================================ TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. ================================================

