If you want to set it in the form just go into form properties-dynamic caption. You can set it to a variable or column value.
No programming needed. Dan Goldberg From: Matthew Brock Sent: Thursday, March 13, 2014 8:39 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Changing caption on a Form I am trying to do a simple operation like setting a caption on a form and it is not working. 1st i set a variable which later on will be set at runtime SET VARIABLE vCaption TEXT = 'This is the Caption' Then i try to set the form property in "On After Start" PROPERTY RBASE_FORM CAPTION .vCaption And when i run the form i get an output for the Caption as ".vCaption" instead of the "This is the Caption" It seems like there is a lot of work to do simple items in RBase that can easily be done in other programmming languages. Thanks, Matthew D. Brock

