Here is the code, after executing the matrix cell click line my sap b1 screen is not responding
Here EFrom is my edit text and oMatrix is my matrix
Case "EFrom"
Try
If Not flagClearing And BubbleEvent Then
oEt = oForm.Items.Item("EFrom").Specific
Dim s As String = oEt.Value.ToString()
If oEt.Value.Length <= 0 Then
SBO_Application.SendKeys("+") BubbleEvent = False Else bValid = ValidateFrom("EFrom", "CUVV", oEt.Value.ToString()) If Not bValid Then SBO_Application.SendKeys("+")
You should only submit an answer when you are proposing a solution to the poster's problem. If you want the poster to clarify the question or provide more information, please leave a comment instead, requesting additional details. When answering, please include specifics, such as step-by-step instructions, context for the solution, and links to useful resources. Also, please make sure that you answer complies with our Rules of Engagement.
Add a comment