Platform.sysDump( Platform.formatText( "STGMOD.GridAddFld: Instance $1 used in definition of field $2 in module $3 not previously defined with GridAddIns", ins, fldNam, fldPth ) );
Platform.sysDump( Platform.formatText( "STGMOD.GridAddFld: Instance $1 used in definition of field $2 in module $3 not previously defined with GridAddIns", ins, fldNam, fldPth ) );
}
}
// determine the sql fieldreference
// determine the sql fieldreference
String col = ins + "." + fldNam;
String col = ins + "." + fldNam + " " + ins + "_" + fldNam;
// determine datatype of field
// determine datatype of field
int fldTyp = Platform.getAttribute( argfld, tdAttrDatatype );
int fldTyp = Platform.getAttribute( argfld, tdAttrDatatype );
Platform.sysDump( Platform.formatText( "STGMOD.GridCfgSetDefaultOrder: Field '$3' in definition of $1 with order $2 is not yet defined.", argtds, argorder, col ) );
Platform.sysDump( Platform.formatText( "STGMOD.GridCfgSetDefaultOrder: Field '$3' in definition of $1 with order $2 is not yet defined.", argtds, argorder, col ) );