1995-02-03から1日間の記事一覧

販売管理ソフトを作る - 「見積一覧」 入力チェック

「見積一覧」 入力チェック ■ frmList 00408 '入力値が妥当か? 00409 Private Function InputCheck(aControl As MSForms.Control) As Boolean 00410 InputCheck = False 00411 00412 If aControl Is txtDateMin Then 00413 InputCheck = InputCheckDate(txt…