DBGRID 問題 |
缺席
|
lungchi
一般會員 發表:14 回覆:23 積分:7 註冊:2002-11-13 發送簡訊給我 |
|
andersonhsieh
版主 發表:33 回覆:531 積分:439 註冊:2002-06-10 發送簡訊給我 |
|
T.J.B
版主 發表:29 回覆:532 積分:497 註冊:2002-08-14 發送簡訊給我 |
假設你的Grid有4個欄位 在DBGrid的onKeyPress事件寫
參考看看
procedure TForm1.DBGrid1KeyPress(Sender: TObject; var Key: Char); begin if ( DBGrid1.SelectedIndex = 0 ) and ( key = #13 ) then DBGrid1.SelectedIndex := 1 else if ( DBGrid1.SelectedIndex = 1 ) and ( key = #13 ) then DBGrid1.SelectedIndex := 2 else if ( DBGrid1.SelectedIndex = 2 ) and ( key = #13 ) then DBGrid1.SelectedIndex := 3 else if ( DBGrid1.SelectedIndex = 3 ) and ( key = #13 ) then begin Query1.Next ; DBGrid1.SelectedIndex := 0 ; if Query1.Eof then Query1.Append; end; end;天行健 君子當自強不息~~@.@
------
天行健 君子當自強不息~~@.@ |
lungchi
一般會員 發表:14 回覆:23 積分:7 註冊:2002-11-13 發送簡訊給我 |
|
william
版主 發表:66 回覆:2535 積分:3048 註冊:2002-07-11 發送簡訊給我 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |