• 週四. 7 月 17th, 2025

天南訊息

IT 工作者的工作紀錄

dBase.. Grid 的小常識

個人頭像照片

By伍芳左

10 月 24, 2020
man sitting facing monitor
   this.GD2 = new GRID(this)
   with (this.GD2)
      onSelChange = class::GD2_ONSELCHANGE
      fontSize = 11.0
      dataLink = form.q3.rowset
      headingHeight = 21.0
      cellHeight = 21.0
      anchor = 3	// Left
      height = 450.0
      left = 0.0
      top = 28.0
      width = 150.0
   endwith

當 Form.Q3.rowset 為空的時候, _onSelChange 是不會觸動的..

個人頭像照片

By 伍芳左

MIS, ERP Pro... RHCE Member (7.2)

發表迴響