上一页 1 2 3 4 5 6 7 8 ··· 53 下一页
You can get this error message while renaming object that is checked out from TFS.Unable to importTrying to import Table MFATable_test1 with ID 50003ID already held by Table MFATable1To rename the object you need to follow these steps:Right click the object in AOT and selectRename(without checking o Read More
posted @ 2014-02-17 17:39 Fandy Xie Views(276) Comments(0) Diggs(0) Edit
// VAR Changed by Xie Yu Fan.Fandy 谢宇帆static void XIE_FindMenu(Args _args){ Dialog dlg = new Dialog("搜索菜单名称"); DialogField dlgName = dlg.addField(typeId(name)); name menuName; void findMenu(SysDictMenu _sysDictMenu, name _MenuName, str _path = "" ) { SysMenuEnum... Read More
posted @ 2014-01-25 11:44 Fandy Xie Views(429) Comments(0) Diggs(0) Edit
VHD or Virtual Hard Disk is the disk image format used by Microsoft virtualization software such as Microsoft Virtual PC, Windows Virtual PC, Microsoft Virtual Server and Microsoft Hyper-V. VHD file format is not compatible with VMDK or Virtual Machine Disk file format used by VMWare virtual applian Read More
posted @ 2013-12-22 14:33 Fandy Xie Views(2270) Comments(0) Diggs(0) Edit
只有注册用户登录后才能阅读该文。 Read More
posted @ 2013-12-08 11:37 Fandy Xie Views(67) Comments(1) Diggs(0) Edit
findLastColumnint findLastColumn(SysExcelWorksheet _sysExcelWorksheet, boolean _data = true){ #Excel #define.Star('*') SysExcelRange sysExcelRange; int ret;; sysExcelRange = _data ? _sysExcelWorksheet.cells().range(#ExcelDataRange) : ... Read More
posted @ 2013-12-07 14:41 Fandy Xie Views(2883) Comments(0) Diggs(0) Edit
tile label using [#99ccff]property BackgroundColor - > expression=Iif(Fields!Flag.Value = "1", "Green","Transparent") Read More
posted @ 2013-10-09 13:34 Fandy Xie Views(284) Comments(0) Diggs(0) Edit
For set dynamic height for controls in reporton executeSection method:method 01 real maxHeight; str maxStrValue = this.maxStrControlName(); ReportStringControl maxStrControl = element.design().controlName("maxStrControlName");; maxHe... Read More
posted @ 2013-10-09 12:03 Fandy Xie Views(1187) Comments(0) Diggs(0) Edit
To refresh datasource args caller, you must add override method close on form like source code below :public void close(){ FormRun callerForm; ; callerForm = element.args().caller(); callerForm.dataSource().reread(); // callerForm.dataSource().refresh(); // -1 means... Read More
posted @ 2013-10-07 17:10 Fandy Xie Views(1660) Comments(0) Diggs(0) Edit
To get financial dimension value from worker position, add a new method inhcmWorkerTable with script like below:public static str getDimensionValue (HcmWorkerRecId _workerRecId, Name _DimensionName, utcdatetime _asOfDate = DateTimeUtil::utcNow()){ DimensionAttribute... Read More
posted @ 2013-10-07 17:02 Fandy Xie Views(1007) Comments(0) Diggs(0) Edit
1. Add a new method inhcmWorkertable, and add this script :public static client void lookupWorkerByLegalEntity(FormStringControl _lookupctrl, Int64 _LegalEntity){ SysTableLookup sysTableLookup; Query query = new Query(); QueryBuildDataSource qu... Read More
posted @ 2013-10-07 16:55 Fandy Xie Views(984) Comments(0) Diggs(0) Edit
上一页 1 2 3 4 5 6 7 8 ··· 53 下一页