R:azzak: This is way cool!!! Now I can fully customize the Browser...except for the icon on the upper left hand corner...you would not happen to have a command I can use to place my own icon there would you? Again, just thinking out loud...<g> Javier,
Javier Valencia, PE President Valencia Technology Group, L.L.C. 14315 S. Twilight Ln, Suite #14 Olathe, Kansas 66062-4578 Office (913)829-0888 Fax (913)649-2904 Cell (913)915-3137 ================================================ Attention: The information contained in this message and or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all system and destroy all copies. ====================================================== -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of A. Razzak Memon Sent: Wednesday, February 23, 2005 7:35 PM 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.
