override the firstField() method of the form and
set your desired control after super() call.
{
;
super(_flags);
desiredControlName.setFocus();
}
public void firstField(int _flags=1)
Create the data type. Add code in the loadModule method of the appropriate NumberSeqModule subclass. Add a method to the module’s paramet...
No comments:
Post a Comment