線上訂房服務-台灣趴趴狗聯合訂房中心
發文 回覆 瀏覽次數:1537
推到 Plurk!
推到 Facebook!

丟資料至STRINGGRID,卻出現錯誤

 
JalenKu
一般會員


發表:14
回覆:24
積分:7
註冊:2002-06-10

發送簡訊給我
#1 引用回覆 回覆 發表時間:2002-07-03 09:31:32 IP:203.66.xxx.xxx 未訂閱
小弟為了將STRINGGRID的資料列數與QUERY的一樣,所以 STRINGGRID.ROWCOUNT:=QUERY.RECORDCOUNT; 但因 QUERY.RECORDCOUNT:=-1 所以我就先 將 QUERY.LAST 再 下 STRINGGRID.ROWCOUNT:=QUERY.RECORDCOUNT; 如此資料筆數就正確,但卻出現 Invaild BLOB handle in record buffer的 錯誤..各位大大... 煩請指教 
 WITH DM DO
     BEGIN
      QRY_CUBE.Last;
      SGRID_CUBE.RowCount:=QRY_CUBE.RecordCount;
      QRY_CUBE.First;
      SGRID_CUBE.ColCount:=QRY_CUBE.FieldCount;
       WHILE NOT QRY_CUBE.EOF DO
       BEGIN                  WITH SGRID_CUBE DO
              BEGIN
                 CELLS[0,RO]:=INTTOSTR(RO);
                 CELLS[1,RO]:=QRY_CUBE.FIELDBYNAME('CRW_ORDNO').ASSTRING;
                 CELLS[2,RO]:=QRY_CUBE.FIELDBYNAME('CRW_USER').ASSTRING;
                 CELLS[3,RO]:=QRY_CUBE.FIELDBYNAME('CRW_DEPT').ASSTRING;
                 CELLS[4,RO]:=QRY_CUBE.FIELDBYNAME('CRW_PROG').ASSTRING;
                 CELLS[5,RO]:=QRY_CUBE.FIELDBYNAME('CRW_MODE').ASSTRING;
                 CELLS[6,RO]:=QRY_CUBE.FIELDBYNAME('CRW_DESC').ASSTRING;
                 CELLS[7,RO]:=QRY_CUBE.FIELDBYNAME('CRW_PROCESS').ASSTRING;
                 CELLS[8,RO]:=QRY_CUBE.FIELDBYNAME('CRW_STATUS').ASSTRING;
                 CELLS[9,RO]:=QRY_CUBE.FIELDBYNAME('CRW_RATE').ASSTRING;
                 CELLS[10,RO]:=QRY_CUBE.FIELDBYNAME('CRW_ORDNO').ASSTRING;                  END;            QRY_CUBE.Next;
        INC(RO);
       END;         END;
if you lose your step,just tango on
------
if you lose your step,just tango on
hagar
版主


發表:143
回覆:4056
積分:4445
註冊:2002-04-14

發送簡訊給我
#2 引用回覆 回覆 發表時間:2002-07-03 10:31:36 IP:211.22.xxx.xxx 未訂閱
參考 BDE FAQ: Q: Why am I getting the error 'Invalid BLOB Handle in record Buffer' when I attempt to modify a record containing a BLOB? A: This error can occur for two different reasons. Case 1 - BDE API Application This error is caused by not setting up the record correctly. Make certain to call DbiInitRecord on the record buffer before reading the record from the table. CASE 2 - Any BDE Application This error occurs when scrolling through more than 64 blobs in the results of a dead query. The solution is to either make the results of the query a live result set, or somehow limitscrolling blobs. (Such as having your SELECT statement select fewer records.) NOTE: A future release of the BDE is planned to be able to be configured to get past the present hard coded limit.
JalenKu
一般會員


發表:14
回覆:24
積分:7
註冊:2002-06-10

發送簡訊給我
#3 引用回覆 回覆 發表時間:2002-07-04 10:19:44 IP:203.66.xxx.xxx 未訂閱
謝謝hagar兄... if you lose your step,just tango on
------
if you lose your step,just tango on
系統時間:2024-05-04 15:12:22
聯絡我們 | Delphi K.Top討論版
本站聲明
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。
2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。
3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇!