makhamadzoidov
Explorer
Member since ‎08-16-2023

User Statistics

  • 6 Posts
  • 0 Solutions
  • 3 Kudos given
  • 0 Kudos received

User Activity

Hello I need to connect SAP hana database using C# but I can't do it. I wrote python it connect successfully but in C# I can't do it.Here this is python code. This code works good. I need to connect to server using my own local computer. (I don't hav...
if (pVal.FormTypeEx == "UDO_FT_Дубликат товар" && pVal.BeforeAction == false && pVal.EventType == SAPbouiCOM.BoEventTypes.et_FORM_LOAD){SAPbouiCOM.Form oForm = Application.SBO_Application.Forms.Item(FormUID); oForm.Width = 800;oForm.Height = 700; SAP...
Is it possible to remove all items from sap business one using query? for example: DELETE FROM OITM T0 or TRUNCATE TABLE OITM T0 why don't recommend these ways to remove items or etc data?
SAPbouiCOM.Item oEditTextItem = oForm.Items.Add("resulted", SAPbouiCOM.BoFormItemTypes.it_EDIT); oEditTextItem.Left = 10; oEditTextItem.Top = 60; oEditTextItem.Width = 400; oEditTextItem.Height = 300; oEditTextItem.Enabled = false; oResul...
Kudos given to