請問DBGrid如何由判斷來顯示資料內容 |
答題得分者是:ko
|
Paicaso
中階會員 發表:140 回覆:124 積分:52 註冊:2002-09-04 發送簡訊給我 |
請問DBGrid如何由判斷來顯示資料內容
我參考過前人之問題,但仍有問題
請給予指教
謝謝
Case StrToINT(pemployQUERY.FieldByName('Sex').AsString) of
1 :
Begin
DBGrid5.???:='男' ;
DBGrid5.Canvas.Font.Color := clRed;
DBGrid5.DefaultDrawColumnCell(Rect, DataCol, Column, State);
end;
2 :
Begin
// :=女
DBGrid5.Canvas.Font.Color := clBlue; //ok clBlue
DBGrid5.DefaultDrawColumnCell(Rect, DataCol, Column, State);
end;
END;
|
ccchen
版主 發表:61 回覆:940 積分:1394 註冊:2002-04-15 發送簡訊給我 |
|
Paicaso
中階會員 發表:140 回覆:124 積分:52 註冊:2002-09-04 發送簡訊給我 |
|
hagar
版主 發表:143 回覆:4056 積分:4445 註冊:2002-04-14 發送簡訊給我 |
|
ccchen
版主 發表:61 回覆:940 積分:1394 註冊:2002-04-15 發送簡訊給我 |
|
ko
資深會員 發表:28 回覆:785 積分:444 註冊:2002-08-14 發送簡訊給我 |
procedure TMainFrm.DBGrid2DrawColumnCell(Sender: TObject;
const Rect: TRect; DataCol: Integer; Column: TColumn;
State: TGridDrawState);
begin
if IQ < 20 then
Begin
Case DataCol of
2: DBGrid2.Canvas.TextRect(Rect,Rect.Left,Rect.Top,'笨蛋') ;
End;
End;
if IQ < 10 then
Begin
Case DataCol of
2: DBGrid2.Canvas.TextRect(Rect,Rect.Left,Rect.Top,'大笨蛋') ;
End;
End;
if IQ < 0 then
Begin
Case DataCol of
2: DBGrid2.Canvas.TextRect(Rect,Rect.Left,Rect.Top,'呵呵~啊姐') ;
End;
End;
end;
------
====================== 昏睡~ 不昏睡~ 不由昏睡~ |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |