{
case SOMAINPAGE:
curDBCommandFieldSelection.setModified(false);
break;
case SOSUBFORMPAGE:
RelationController oRelationController = new RelationController(curFormDocument.oMainFormDBMetaData, curDBCommandFieldSelection.getSelectedCommandName());
curFormConfiguration.initialize(curSubFormFieldSelection, oRelationController);
break;
case SOSUBFORMFIELDSPAGE:
String spreselectedTableName = curFormConfiguration.getreferencedTableName();
curSubFormFieldSelection.preselectCommand(spreselectedTableName, (spreselectedTableName.length() > 0));