付録A 代理店提供の組み込み関数
利用可能な組み込み関数: |
ID |
DLL |
説明 |
---|---|---|---|
997 |
U_BIF997 |
標準の[ファイル]ダイアログを表示します。 |
|
992 |
U_BIF992 |
ファイル/ディレクトリ・サービスを要求します。 |
|
989 |
U_BIF989 |
索引付きスペースを作成/管理します。 |
|
998 |
U_BIF998 |
メッセージ・ボックスを表示します。 |
|
996 |
U_BIF996 |
クリップボードから情報を貼り付けます。 |
|
995 |
U_BIF995 |
クリップボードに情報をコピーします。 |
|
993 |
U_BIF993 |
LANSAシステム情報を照会します。 |
|
986 |
U_BIF986 |
プログラムを指定ミリ秒数だけ一時停止します。 |
|
999 |
U_BIF999 |
アラームを鳴らします。 |
|
991 |
U_BIF991 |
システム・サービスを要求します。 |
これらの組み込み関数は、実際に動作する例およびデモンストレーションとして(すべてのソース・コードとともに)提供されているものです。この提供に関し、明示的または暗示的を問わず何ら保証はありません。
以下の免責事項に注意してください。この記述は、すべての代理店提供の組み込み関数およびユーザー定義の組み込み関数のソース・コードに含まれています。
/* ================================================================= */
/* ========== USER DEFINED BUILTIN FUNCTION DEFINITION ============= */
/* ================================================================= */
/* */
/* This is a sample of how a user defined builtin function may be */
/* defined. It is provided as an example only. No warranty of any */
/* kind is expressed or implied. The programmer copying this code */
/* is responsible for the implementation and maintenance of this */
/* function, both initially and at all times in the future. */
/* */
/* User defined builtin functions are a powefull facility. However, */
/* you should note that YOU are responsible for any impact the */
/* use of a user defined builtin function has on the performance, */
/* security, integrity, portability and maintainability of your */
/* applications. */
/* */
/* N.B. In general, do not use MessageBox api or any other */
/* operating system-specific api that requires user input if the BIF */
/* is expected to work in Server environments, like LANSA for Web. */
/* There is a version of MessageBox available within LANSA that DOES */
/* work in server environments - X_PDF_PromptYesNoCancel & */
/* X_PDF_PromptYesNo. See x_pdfpro.h for prototypes */
/* */
/* Note that MessageBox has been allowed in User Defined BIFs, unlike*/
/* the rest of LANSA, so it is up to you, the developer, to ensure */
/* any use of it is valid. (x_glodef.h automatically allows it if */
/*U_BIF_FUNCTION is defined). */
/* ================================================================= */
サポートおよびお問い合わせ
これらの組み込み関数で生じた問題またはその使用に関する質問については、LANSA代理店までご連絡ください。ご連絡いただいた詳細は、LANSA代理店からLANSAサポートに直接伝えられます。ご連絡いただく際は、LANSAサポートから組み込み関数の提供元代理店に詳細を伝えることができるよう、問題または質問が「代理店提供」の組み込み関数に関するものであることを明確に示してください。