MMpy.FormSet.get_field

Syntax

formset.get_field(sequence_id)

Description

Returns the currently set value from the given field identifier.

Parameters

Name
Type
Description

sequence_id

int or str ID or name of the field in the form set.

Returns

Type
Description
str Value of the field.

Examples

formset = MMpy.FormSet('WS_LOAD_GRIDFILE', '15.0.0.0')
formset.open(3)
print(formset.get_field('FILE'))

Resource ID

IDPH_FORMSET_GET_FIELD