掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
while中での内容更新 (ID:12358)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
with Table1 do begin Open; while not EOF do begin if FieldByName('年月日').IsNull then Continue; Edit; FieldByName('日付').AsDateTime := Today-FieldByName('年月日').AsDateTime; Post; Next; end; Close; end; では、だめっすか?
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2021 Takeshi Okamoto All Rights Reserved.