緊急知らせ
ギリシャの開発元より、下記のアップグレードは 2010年7月25日 より終了します。
※ QPix
※ QGrid
※ QDrop
※ QMedia
※ QMedia Light
2010年7月26日以降には価格が高く再設定されます。
アップグレードのご希望の方は是非、早めにお願いします。
PrintList Pro 4.7 ダウンロード開始
バッグフィック編と新しいライセンス番号形式になりました。
注意:ALP の価格はまだ設定していません。開発元が米国のASG Softより仏のe-Nodeに変更されています。
新規購入価格やアップグレードについてはまだ案内します。
バグフィックス:
Printing over 32 000 rows leaded to a crash.
PL_SetBkHText did not work when the text was set to "\\Function".
PL_SetBackRGBColor now works fine on Windows.
Duplicate arrays caused a crash when calling PL_SetSort.
General stability improvements, especially with calculated columns.
新しいライセンス番号形式
Single user license.
This license allows development (interpreted mode) or deployment (interpreted or compiled mode) on 4D Standalone or Runtime. Since the registration key is linked to a specific 4D license, you need to provide the number returned by the 4D command GET SERIAL INFORMATION (first parameter). A new license will be provided for free at any time if you change your 4D version and / or get a new 4D registration key.
Small server.
This license allows development (interpreted mode) or deployment (interpreted or compiled mode) on 4D Server up to 10 users. The registration key is linked to your 4D Server license just as above.
Medium server.
This license allows development (interpreted mode) or deployment (interpreted or compiled mode) on 4D Server up with 11 to 20 users. The registration key is linked to your 4D Server license just as above.
Large server.
This license allows development (interpreted mode) or deployment (interpreted or compiled mode) on 4D Server over 20 users. The registration key is linked to your 4D Server license just as above.
Unlimited Single User.
This license allows development (interpreted mode) or deployment (interpreted or compiled mode) on as many 4D Standalone, Runtime or Engine copies that run your 4D application(s). This is a yearly license, which expires one month after the date when it is to be renewed. The expiration only affects interpreted mode. Compiled applications using an obsolete license will never expire.
Unlimited OEM.
This license allows development (interpreted mode) or deployment (interpreted or compiled mode) on as many 4D Server (of any umber of users), 4D Standalone, Runtime or Engine copies that run your 4D application(s). This is a yearly license, which expires one month after the date when it is to be renewed. The expiration only affects interpreted mode. Compiled applications using an obsolete license will never expire.
AreaListPro 8.3 ダウンロード開始!
バッグフィック編と新しいライセンス番号形式になりました。
注意:ALP の価格はまだ設定していません。開発元が米国のASG Softより仏のe-Nodeに変更されています。
新規購入価格やアップグレードについてはまだ案内します。
バグフィックス:
Drag & drop between two ALP areas in v11 crashed on MacOS X 10.6 Snow Leopard.
Time popup menus in long integer time columns confused AM and PM on Windows.
AL_SetSelect crashed when selecting row #1 and extending the selection with shift-click.
ALP got an improper update event while calling 4D with GOTO RECORD call.
Duplicate arrays caused a crash when calling AL_SetSort.
Displaying the sort editor caused a crash when Unicode mode was set to On in a v11 database.
General stability improvements, especially with calculated columns
新しいライセンス番号形式
Single user license.
This license allows development (interpreted mode) or deployment (interpreted or compiled mode) on 4D Standalone or Runtime. Since the registration key is linked to a specific 4D license, you need to provide the number returned by the 4D command GET SERIAL INFORMATION (first parameter). A new license will be provided for free at any time if you change your 4D version and / or get a new 4D registration key.
Small server.
This license allows development (interpreted mode) or deployment (interpreted or compiled mode) on 4D Server up to 10 users. The registration key is linked to your 4D Server license just as above.
Medium server.
This license allows development (interpreted mode) or deployment (interpreted or compiled mode) on 4D Server up with 11 to 20 users. The registration key is linked to your 4D Server license just as above.
Large server.
This license allows development (interpreted mode) or deployment (interpreted or compiled mode) on 4D Server over 20 users. The registration key is linked to your 4D Server license just as above.
Unlimited Single User.
This license allows development (interpreted mode) or deployment (interpreted or compiled mode) on as many 4D Standalone, Runtime or Engine copies that run your 4D application(s). This is a yearly license, which expires one month after the date when it is to be renewed. The expiration only affects interpreted mode. Compiled applications using an obsolete license will never expire.
Unlimited OEM.
This license allows development (interpreted mode) or deployment (interpreted or compiled mode) on as many 4D Server (of any umber of users), 4D Standalone, Runtime or Engine copies that run your 4D application(s). This is a yearly license, which expires one month after the date when it is to be renewed. The expiration only affects interpreted mode. Compiled applications using an obsolete license will never expire.
JExternal、JbyJ v.12 について
[その他]
「論理工房からのお知らせ」で何度も紹介している4Dのバグ(バグID:ACI0061727)は、残念ながら4D v12でも修正されていません。このバグは、C_POINTER型のパラメタ変数($1, $2...)をプラグインメソッドに渡すとエラーになるというもので、JExternal、JbyJに限らず、他社のプラグインでも発生する4Dのバグです。v2004以前の4Dと初期のv11では発生せず、4D v11.2から発生している不思議なバグです。このバグは、下記のように、一度ローカル変数に代入してからプラグインメソッドに渡すことで回避することができます。
C_POINTER($1) `配列へのポインタ
C_POINTER($Pointer)
$Pointer:=$1 `一度ローカル変数に代入してからプラグインメソッドに渡す
Plugin_Method($Pointer->)
`下記のように直接$1をプラグインメソッドに渡すとエラーになる
`Plugin_Method($1->)
以上、どうぞよろしくお願いいたします。
論理工房(有)
原田 次郎