PB 電子会議室
発言No. | 更新日 | 題名(クリックすると発言内容と関連するコメントが表示されます) |
---|---|---|
4795 | 99/01/27 16:47:23 | RE(1):PB6: アプリケーションオブジェクトのリンクライブラリ共有について By せに |
4782 | 99/01/26 18:43:30 | PB6: アプリケーションオブジェクトのリンクライブラリ共有について By kanehiro |
カテゴリ:PowerBuilderの開発環境
日付:1999年01月27日 16:47 発信者:せに
題名:RE(1):PB6: アプリケーションオブジェクトのリンクライブラリ共有について
>アプリケーションオブジェクトで設定する
>リンクライブラリ(PBL)の設定がリンクを設定した端末以外では、
>見えなくて、端末を変更する毎にリンクライブラリの設定を
>やり直しているのですが。何かいい方法はないでしょうか。
共有ではないですが,設定をコピーするという手があります.
アプリケーションの検索ライブラリパスは
プログラム本体と同じフォルダ(通常は \\Program files\\Powersoft\\pb6)の pb.ini に書きこまれます.
[Application]セクションで$で始まる行がその指定で,次のようになっています.
$ライブラリ(アプリケーション)=検索ライブラリパス1;検索ライブライパス2;...;検索ライブラリパスn;
該当するアプリケーションの行を別のPCにコピーすればOKです.
pb.iniの設定すべて同じで良いのであればファイル丸ごとのコピーです.
私はこれで使っています.
=====pb.iniの example60の検索ライブライ指定部分を抜粋 =====
[Application]
(略)
$C:\\Program Files\\Powersoft\\pb6\\Examples\\pbexamfe.pbl(example60)=C:\\Program Files\\Powersoft\\pb6
\\Examples\\pbexamfe.pbl;C:\\Program Files\\Powersoft\\pb6\\Examples\\pbexamw3.pbl;C:\\Program
Files\\Powersoft\\pb6\\Examples\\pbexamd2.pbl;C:\\Program Files\\Powersoft\\pb6\\Examples\\pbexamfn.pbl;C:
\\Program Files\\Powersoft\\pb6\\Examples\\pbexammn.pbl;C:\\Program Files\\Powersoft\\pb6
\\Examples\\pbexamuo.pbl;C:\\Program Files\\Powersoft\\pb6\\Examples\\pbexamw1.pbl;C:\\Program
Files\\Powersoft\\pb6\\Examples\\pbexamw2.pbl;C:\\Program Files\\Powersoft\\pb6\\Examples\\pbexamd1.pbl;C:
\\Program Files\\Powersoft\\pb6\\Examples\\pbexamsa.pbl;
(略)
=====================================
付加情報:
PowerBuilder Version (記載なし)
Client SoftWare
OS Windows95
DBMS Oracle SQL*Net 8
Browser (記載なし)
Server SoftWare
OS (記載なし)
DBMS Oracle 8.0
WebServer (記載なし)
Copyright © 2013 Power Future Co., Ltd.