Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ReportRun AXでプロパティを「RunOn」に設定してサーバーに設定すると、ダイアログ内のすべてのダイアログフィールドの値が失われます。
何かアイデアはありますか?
packおよびメソッドですべてのダイアログ フィールドを保存/保存解除していないようですunpack。これらのメソッドは、ダイアログで使用するために、サーバーからクライアントに (およびその逆に) 値を渡すために使用されます。
pack
unpack
簡単な修正は、メソッドを追加することです。
protected boolean canSwapBetweenCS() { return false; }
これにより、ダイアログが使用するクライアント/サーバー通信がやや遅くなります。