Dil FonksiyonuAdminKasım 12, 2018public void dilCevir( FormControl control) { string dil = Current.Instance.UserInfo.DefaultLanguage.ToString(); string kelime=control.Caption; string query =string.Format("SELECT TOP (1) [TR] ,[EN] ,[DE] ... Read More
Masraf Talep SAP ConnectorAdminKasım 12, 2018try { SapElements seq = null; SapFunction spFunction = sapHelper.GetElement("ZFIASB_MASTLM_GET_ONAYHIER"); seq = spFunction.GetElement("PBUKRS"); if (seq != null) seq.Value = (string) ... Read More