Chapter Contents

Previous

Next
Form Editor: _refillUsingAttributes

Form Editor: _refillUsingAttributes



Re-creates the form editor using the current attributes


Syntax
Details

Syntax

CALL SEND (form-id, '_refillUsingAttributes'<, prompt>);

Argument Type Description
prompt
C specifies whether to prompt the user to continue with the refill process:


'Y' prompt the user (default)


'N' do not prompt the user


Details

The _refillUsingAttributes method completely wipes out the current contents of the form editor and refills it using the current attribute settings. Because a new default layout is created, the total number of pages in the form may change.

CAUTION:
This method is a destructive operation. Use _refillUsingAttributes when you want to completely start over as if you were creating a new form editor from scratch and a default layout were created for you. The default action prompts the user with a dialog box to allow the cancellation of the method.  [cautionend]


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.