Oletta,


Very easy to do in the Next Generation R:BASE 7.0 for Windows!

01. Using the One-To-Many Relation Form and the Pre-Defined EEP
    Function in Form, such as:

. Refresh Table

02. Using the new PROPERTY command in an EEP:

    PROPERTY TABLE .RBTI_Form_TblName REFRESH
    RETURN

will refresh the "master" table related to the form.

    PROPERTY TABLE <tablename> REFRESH
    RETURN

will refresh any given table associated with the form.

    where <tablename> is the given table and/or slave table
    name associated with the form.

Enjoy the Unbounded Possibilities in R:BASE 7.0!

Very Best R:egards,

Razzak.


At 02:41 PM 11/28/2003 -0600, Oleta Smithyou wrote:


I have a question concerning a form that I am wanting to create. My business consists of two major departments: New Clothes and Consignment clothing items.

* The purpose of the form is to enter information on consignment clothing items for a specific consignor.
* The top of the form will use lookup variables to display the basic consignor information.
* The middle area of the form will be used to input information on a single item (e.g. color, description, price, etc.). via variables.
* As an item is entered into the middle area it needs to be Inserted into the Items table (using the INSERT command in an EEP) and displayed automatically in the
REGION located in the bottom half of the form and associated with the Items table.


This way the user can view a list of all the items they have entered as they have entered them.

My question is "How do you make each item automatically display in the REGION, as they are entered?"



Reply via email to