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.