【功能說明】
用途:配 合 InfoRefButton ( 自定連結按鈕 ) ,讓 InfoRefButton 可以另外連結一個 Panel ,並以 Info TransLate 來定義傳回值,傳回另一 Panel 中 的資料回 Info RefButton 的原視窗。
【元件屬性】
Name ( 名稱 )( string )
元件名稱,用於識別該元件。
BindingSource ( 資料源 ) (Srvtools.InfoBindingSource)
所要對應的 InfoBindingSource ,系統會以傳過來的鍵值對指定的InfoBindingSource 進行查詢動作。
RefReturnFields( 傳回欄位名稱 )(collection)
用來設定所要傳回的欄位。
ColumnName( 欄位名稱 )(string) : 要傳回的欄位名稱,指 InfoBindingSource 的欄位。
WhereItem (Where 條件項目 )(collections)
當 RefButton 設定的 Panel 被關聯或打開時,此時系統 會自 動以此Where 的條件到 後端重新區資料, WhereItem 為一個集合,可以設定多個 欄位的條件。
其中每個 WhereItem 可以設定:
ColumnName( 條件 欄位名稱 )(string) : 需要設定條件的欄位名稱。
Condition( 條件 )( enum) : 有And和Or兩種
Operator( 操作符 )( enum) : 有=,%,%%, > , < , ! =, > =, < =,用 來控制何種Where 條件。
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |