AllowOnlyDigits
void AllowOnlyDigits(BTextView* textView, int maxDigits);
AllowOnlyDigits(fFromPage->TextView(), 6);
AllowOnlyDigits(fToPage->TextView(), 6);
AllowOnlyDigits(fCopies->TextView(), 3);