Difference between revisions of "Talk:ZH/Case-Study-01-Journal-31"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(Created page with '* 能否实现在C/S和B/S都可以弹出对话框? :At the moment, you have to check Ini.isClient() and use reflection to call zkwebui code. ~~~~')
 
Line 1: Line 1:
 
* 能否实现在C/S和B/S都可以弹出对话框?
 
* 能否实现在C/S和B/S都可以弹出对话框?
 
:At the moment, you have to check Ini.isClient() and use reflection to call zkwebui code. [[User:Hengsin|Hengsin]] 09:04, 28 December 2010 (UTC)
 
:At the moment, you have to check Ini.isClient() and use reflection to call zkwebui code. [[User:Hengsin|Hengsin]] 09:04, 28 December 2010 (UTC)
 +
 +
* TrxName是什么意思
 +
:TrxName = Transaction Name. ADempiere transaction manager managed transaction via named transaction instead of the thread local transaction approach that J2EE and hibernate transaction manager used.

Revision as of 02:09, 28 December 2010

  • 能否实现在C/S和B/S都可以弹出对话框?
At the moment, you have to check Ini.isClient() and use reflection to call zkwebui code. Hengsin 09:04, 28 December 2010 (UTC)
  • TrxName是什么意思
TrxName = Transaction Name. ADempiere transaction manager managed transaction via named transaction instead of the thread local transaction approach that J2EE and hibernate transaction manager used.