Razzak, Thanks for that, but I really want to change the top caption that appears when you start up RBASE - the one with the RBASE Icon, followed by RBASE 7.1 [Connected: databasename] - [R>Prompt] (or whatever tool is being used).
If I could change that to include the directory then I would not be so confused when I am working on more than one database at a time (these all have the same name - and I can't change that as they are all similar but different databases based on a model database we use for preparing estimates). I must say changing the name on the taskbar helps when one is minimised, but changing both would be better. Thank you. Regards, John Docherty -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of A. Razzak Memon Sent: Thursday, 24 February 2005 2:35 p.m. To: RBG7-L Mailing List Subject: [RBG7-L] - RE: Changing the RBASE caption At 07:46 PM 2/23/2005, Javier Valencia wrote: >Wow, I did not know you could do this...now, if I could get it >to display at the top of BROWSE forms....just thinking aloud... Here's how: Syntax: BROWSE * FROM tablename OPTION CAPTION 'caption here ...' Example 01: BROWSE * FROM Customer OPTION CAPTION Customer Data Example 02: BROWSE * FROM tableview WHERE clause ... ORDER BY clause ... + OPTION WINDOW_STATE MAXIMIZED |CAPTION Customer Data Example 03: BROWSE * FROM tableview WHERE clause ... ORDER BY clause ... + OPTION WINDOW_STATE NORMAL |CAPTION Customer Data Example 04: BROWSE * FROM tableview WHERE clause ... ORDER BY clause ... + OPTION WINDOW_STATE MINIMIZED |CAPTION Customer Data And that's all there is to it! Very Best R:egards, Razzak. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.306 / Virus Database: 266.4.0 - Release Date: 22/02/2005
