cancel
Showing results for 
Search instead for 
Did you mean: 

Matrix Get Flickering

former_member609283
Participant
0 Kudos

Hello Everyone,

I have came across a similar situation in below link

https://archive.sap.com/discussions/thread/3303269

is there any way to cater this??

Form Freeze and unfreeze??

I am using SAP Business One Studio for Visual Studio, how to capture form item in it??

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

You can check the sample code in the SDK folder. In the sample oOrderForm is the SAPbouiCOM.Form which is bind to Sales Order form. So you can used the oOrderForm to manipulate the system form.

oOrderForm.Freeze = True / oOrderForm.Freeze = False
C:\Program Files (x86)\SAP\SAP Business One SDK\Samples\COM UI\VB.NET\11.SystemFormManipulation
former_member609283
Participant
0 Kudos

I have system form,how can I use the system form using Oform object?

Former Member
0 Kudos

Have you tried the

oForm.Freeze = True  oForm.Freeze = False