MMpy.FormSet.run
Syntax
formset.run(display_name='')
Description
Runs the form set.
Parameters
Name |
Type |
Description |
---|---|---|
display_name |
str (optional) | Name that the resulting form will have. If a blank string is given, an auto-generated unique ID will be used. |
See Also
MMpy.FormSet.save()
Examples
formset = MMpy.FormSet('WS_LOAD_GRIDFILE', '15.0.0.0') formset.open(1) ... formset.set_field('FILE', 'WOLF_TND.GRD') ... formset.run()
Resource ID
IDPH_FORMSET_RUN