PB 電子会議室
発言No. | 更新日 | 題名(クリックすると発言内容と関連するコメントが表示されます) |
---|---|---|
23240 | 08/01/11 17:40:31 | RE(8):PB9.0: ウィンドウからウィンドウの呼び出しの際に By t_wacky1974 |
23239 | 08/01/11 17:29:20 | RE(7):PB9.0: ウィンドウからウィンドウの呼び出しの際に By t_wacky1974 |
23238 | 08/01/11 17:07:18 | RE(6):PB9.0: ウィンドウからウィンドウの呼び出しの際に By ユウヒチ |
23237 | 08/01/11 14:53:27 | RE(5):PB9.0: ウィンドウからウィンドウの呼び出しの際に By ユウヒチ |
23236 | 08/01/11 13:53:28 | RE(4):PB9.0: ウィンドウからウィンドウの呼び出しの際に By t_wacky1974 |
23234 | 08/01/11 09:22:31 | RE(3):PB9.0: ウィンドウからウィンドウの呼び出しの際に By ユウヒチ |
23233 | 08/01/11 09:21:10 | RE(2):PB9.0: ウィンドウからウィンドウの呼び出しの際に By ユウヒチ |
23232 | 08/01/10 17:20:48 | RE(1):PB9.0: ウィンドウからウィンドウの呼び出しの際に By t_wacky1974 |
23230 | 08/01/09 17:06:03 | PB9.0: ウィンドウからウィンドウの呼び出しの際に By ユウヒチ |
カテゴリ:データウィンドウ
日付:2008年01月11日 09:22 発信者:ユウヒチ
題名:RE(3):PB9.0: ウィンドウからウィンドウの呼び出しの際に
つづき・・・
---------------------------------------------------------------------
case datastore!
// データストアの場合
lds_dsc = apo_from
/* 1)データオブジェクトの指定 */
aw_win.dw_1.ids_refer_dsc.dataobject = lds_dsc.dataobject
/* 2)タグ値を設定 */
for ll_colcnt = 1 to long( lds_dsc.describe( \"DataWindow.Column.Count\" ) )
aw_win.dw_1.ids_refer_dsc.Modify( \"#\" + string( ll_colcnt ) + \".tag = ~\"\" + lds_dsc.describe( \"#\"
+ string( ll_colcnt ) + \".tag\" ) + \"~\"\" )
next
/* 3)別画面のデータストアids_refer_dscをリセット */
aw_win.dw_1.ids_refer_dsc.reset()
/* 4)指定したデータを開きたい別画面の検索用データストアids_refer_dscにコピーする。 */
if al_row <> 0 then
lds_dsc.RowsCopy( al_row, al_row, Primary!, aw_win.dw_1.ids_refer_dsc, 1, Primary! )
end if
end choose
return 0
------------------------------------------------------------------------------
こんな感じです。
付加情報:
PowerBuilder Version (記載なし)
Client SoftWare
OS (記載なし)
DBMS (記載なし)
Browser (記載なし)
Server SoftWare
OS (記載なし)
DBMS (記載なし)
WebServer (記載なし)
Copyright © 2013 Power Future Co., Ltd.