dadll_predefineDLL 使用法 ライブラリ: dadllpredefine このライブラリには、条件のプログラミングで使用するよう定義された関数が含まれています。「事前定義機能/変数」 (daxch0510s000) セッションなどを参照してください。 DLL プロトタイプ function extern string convert.with.rel( const domain daxch.cxch xch.scheme, const domain daxch.crel relation, const string old.value(), [ long company ] ) 前 : true 返値: 会社 <company> の交換スキーム <xch.scheme> の関係 <relation> に従って旧値に属する新値。 * <company> の指定がない場合は、現行会社が使用されます。 * <xch.scheme>、<relation> または <old.value> のいずれか 1 つが存在しない場合は、旧値が返されます。 function extern long read.table.company( const string tablename(), long compno, long index.no, ) 前 : true (テーブル名のフォーマットは、ppmmmccc) 返値: テーブルの読取が成功した場合に 0、テーブルの読取中にエラーが発生したら 1 function extern long read.table.once( const string tablename(), long index.no, ) 前 : true (テーブル名のフォーマットは、ppmmmccc) 返値: テーブルの読取が成功した場合に 0、テーブルの読取中にエラーが発生したら 1
| |||