PB 電子会議室
発言No. | 更新日 | 題名(クリックすると発言内容と関連するコメントが表示されます) |
---|---|---|
10447 | 00/02/24 14:51:35 | RE(5):PB6.5: GetComputerNameAでの不具合? By take-h |
10337 | 00/02/17 18:35:25 | RE(4):PB6.5: GetComputerNameAでの不具合? By mt |
10334 | 00/02/17 15:35:59 | RE(3):PB6.5: GetComputerNameAでの不具合? By こてちゅ |
10332 | 00/02/17 15:09:14 | RE(2):PB6.5: GetComputerNameAでの不具合? By take-h |
10327 | 00/02/17 13:08:39 | RE(1):PB6.5: GetComputerNameAでの不具合? By mt |
10314 | 00/02/17 09:23:03 | PB6.5: GetComputerNameAでの不具合? By take-h |
カテゴリ:PowerBuilderの不具合?
日付:2000年02月17日 09:23 発信者:take-h
題名:PB6.5: GetComputerNameAでの不具合?
現在、開発中のシステムでWindowsAPI関数のGetComputerNameAを使用して起動している
クライアントのコンピューター名を取得しようとしています。
PBLで実行すると正しくコンピューター名を取得することが出来ます。
しかし、EXEにするとコンピューター名を取得することが出来ません。
以下にスクリプトを記述します。
[グローバル外部関数]
Function Long GetComputerNameA(REF string lpBuffer, REF int nsize) Library \"Kernel32.dll\"
[グローバル変数]
string str_trm_nm
[スクリプト]
integer a = 20
string ls_trm_nm
// コンピューター名取得WindowsAPI(グローバル外部関数より)
GetComputerNameA(ls_trm_nm,a)
str_trm_nm = TrimW(ls_trm_nm)
同様の事をやられている方等、情報を宜しくお願いします。
※付加情報項目のDBMSは、Microsoft SQL Server 6.5 となっていますがMicrosoft SQL Server 7.0を
使用しています。
DBMS Client SoftWareも同様
付加情報:
PowerBuilder Version (記載なし)
Client SoftWare
OS Windows95
DBMS Microsoft SQL Server Client 6.5
Browser (記載なし)
Server SoftWare
OS (記載なし)
DBMS Microsoft SQL Server 6.5
WebServer (記載なし)
Copyright © 2013 Power Future Co., Ltd.