> I tried using an EEP in the "on before start" and I > also tried using > PROPERTY RBASE_FORM_ACTION purchase1_set '' (used > action designer to define > purchase1_set).
I put them in the ON BEFORE START eep and they work perfectly. One thing you have to be aware of -- R:Base does NOT run that EEP when you open the form in the designer. Therefore, if the variables do not exist in the environment when you click Design Form, you must run the form inside the designer, using the Run button on the toolbar. -- Larry
