Skip to Content
0
Jan 01, 2023 at 10:16 PM

How to use get/sendFileToBrowse in the right way? Desktop user! SDK

48 Views Last edit Jan 01, 2023 at 10:45 PM 2 rev

  private void Button0_ClickBefore(object sboObject, SAPbouiCOM.SBOItemEventArg pVal, out bool BubbleEvent)
        {
            BubbleEvent = true;
         String filename =   Application.SBO_Application.GetFileFromBrowser();
         
        }

This is my Code!

I get this error Message :

Function not supported for this item type [66000-4]

any Idea which Item should it then be?