jeff_putnam
Explorer
Member since ‎12-14-2012

User Statistics

  • 26 Posts
  • 1 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

Hi experts, I'm trying to replicate functionality from a 3rd party add-on that is no longer supported. Somehow they did what's shown below. In a PdO they have a Child PdO UDF which is populated with the child PdO # and when you click it the child PdO...
Hi Experts, My connection code that worked months ago is suddenly not working after a code change & recompile sConnectionString = System.Convert.ToString( Environment.GetCommandLineArgs().GetValue( 1 ) ); Utils.MsgLog("Connection string = " + sC...
Hi experts, I'm writing an order entry front-end for SAP Business One (9.2) in C# with .NET 4.5.1 using Windows Forms. I'm processing events from the sales order form in my main form (F1) and have added a button to bring up a second form (F2) where t...
I have the following code in an SAP add-on trying to delete a row selected in my form (where the user can choose to Add/Edit/Delete sales order lines. oMatrix is the sales order matrix and rowIndex is accurate. // Select a cell in that row (Don't u...
I've looked at probably 15 entries with this same question and haven't found an answer. I'm trying to programatically fill in the matrix of the sales order form while it's in Add mode. I've tried using a DataTable but LoadFromDataSource fails because...
Kudos given to