|
これらの組み込み関数は、実際に動作する例およびデモンストレーションとして(すべてのソース・コードとともに)提供されているものです。この提供に関し、明示的または暗示的を問わず何ら保証はありません。
以下の免責事項に注意してください。この記述は、すべての代理店提供の組み込み関数およびユーザー定義の組み込み関数のソース・コードに含まれています。
/* ================================================================= */
/* ========== 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サポートから組み込み関数の提供元代理店に詳細を伝えることができるよう、問題または質問が「代理店提供」の組み込み関数に関するものであることを明確に示してください。