At 10:21 PM 6/9/2005, Javier Valencia wrote:
Hello R:azzak: Is this the same thing as <SHIFT><F6?
Exactly, Javier! Very Best R:egards, Razzak.
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of A. Razzak Memon Sent: Tuesday, June 07, 2005 9:53 AM To: RBG7-L Mailing List Subject: [RBG7-L] - Tip of the Day: Turning DB Browser into a Quick Form Tip of the Day: Turning DB Browser into a Quick Form Did you know that you can turn the data browser into a quick form? You can achieve that by using the "ROWVIEW" option of the BROWSE command. Here's how: 01. Start RBG7, RBG75 or RBG8 02. CONNECT ConComp 03. Create a command file with the following syntax: -- DataBrowserAsForm.RMD CLS BROWSE * FROM Customer + ORDER BY Company + NOCHG + OPTION WINDOW_STATE MAXIMIZED + |CAPTION ConComp Customers + |ROWVIEW ON RETURN 04. RUN DataBrowserAsForm.RMD That's all there is to it! Enjoy and make sure to have fun. Very Best R:egards, Razzak.
