2. Using Ingres Commands : rbf Command--Start Report-By-Forms : rbf Examples
 
Share this page                  
rbf Examples
1. Start RBF for the sales table in the newdb database on the hq remote node:
rbf hq::newdb sales
2. Start RBF for the emp table owned by hr (Human Resources) in the personnel database on a local node and create a default Tabular report that is 200 characters wide:
rbf personnel hr."perm emp" -mtabular -l200
For information on passing the delimited identifier’s surrounding quotes through your operating system, see the System Administrator Guide for the system on which your database resides.
3. Start RBF for the emp table in the personnel database on a local node and create a default report specification, letting RBF choose the Tabular or Block style, depending on the width of the report:
rbf personnel emp -m
4. Start RBF for emp table in the personnel database on a local node and create a Labels report:
rbf personnel emp -mlabels
5. Start RBF for the personnel database on a local node and display the emplist report specification for editing:
rbf personnel emplist -r
or
rbf personnel emplist