sawsine
Participant
Member since ‎04-09-2019

User Statistics

  • 19 Posts
  • 2 Solutions
  • 90 Kudos given
  • 1 Kudos received

User Activity

Hello,How can i set the default price list for Purchase Request Documents, either through the DI-API or through settings? This price list is always selected as default and i wish to change that: Thank you 
I have a user form with a grid containing 2000 rows, When the data is loaded certain Cells need to be colored either Red or Green depending on their value. The performance is absolutely abysmal (takes about 30 seconds to load ) the code I am u...
Hi, I am Unbinding this edittext (box1) like so: If combo2.Selected.Value = "Date" Then box2.DataBind.SetBound(True, "", "udsDate2") Else box2.DataBind.UnBind() End If However, when this code fires, the EditT...
Hello, I have a custom user form with a working Choose From List which selects CardName from the list of Business Partners and displays in an edit text. Is it possible to add a second Choose From List to a separate edit text to Choose from the OI...
I need to set the value of a user data source from second form, Form 1 contains the User data source, the code is oform = Application.SBO_Application.Forms.ActiveForm oform.DataSources.UserDataSources.Add("UD_Check", SAPbouiCOM.BoDataType.dt...