1. Use the info() method to info the control field's name. 1 protected Object dialog(DialogRunbase _dialog, boolean forceOnClient) 2 { 3 ; 4 5 dialog = super(_dialog, forceOnClient); 6 7 dlg_field1 = dialog.addFieldValue(Types::String, g_Value); 8 9 info(dlg_field1.name()); //The ... Read More
posted @ 2012-11-13 15:59 Sprite.z Views(316) Comments(0) Diggs(0) Edit
1 public Axapta Logon() 2 { 3 // NameValueCollection settings = (NameValueCollection)System.Configuration.ConfigurationSettings.GetConfig("AXConnection "); 4 string username = System.Configuration.ConfigurationSettings.AppSettings["UserName"].ToString(); 5 string password = Syste Read More
posted @ 2012-11-13 09:54 Sprite.z Views(253) Comments(0) Diggs(0) Edit
微软Axapta中PDF不支持中文,但字体设置成嵌入式字体,只要将字体改成以下字体就可以了。Arial Unicode MS来自官方的说明:http://support.microsoft.com/kb/945075 Read More
posted @ 2012-11-13 09:52 Sprite.z Views(195) Comments(0) Diggs(0) Edit
1 void EmailExtendedMAPISendMail()//不会跳出安全警告框,嘿嘿 2 { 3 MapiEx mapiEx; 4 MapiExMail mapiExMail; 5 boolean mapiInitialised; 6 COM outlookNameSpace; 7 COM outlook; 8 COM folder; 9 COM ... Read More
posted @ 2012-11-13 09:50 Sprite.z Views(446) Comments(0) Diggs(0) Edit