cancel
Showing results for 
Search instead for 
Did you mean: 

Link Button to open an UDO Object Form

Former Member
0 Kudos

I was unable to complete this step provided. STEP NO 2 ESPECIALLY. Please help its very urgent am a newbie here...

1. Catching the item pressed event on your link button.

2. Open your UDO Form and put in Find mode.

3. Put the form in freeze mode.

4. Place the key value to your key field in the UDO Form.

5. Do a click on the find button.

6. Unfreeze the form.

Accepted Solutions (0)

Answers (1)

Answers (1)

edy_simon
Active Contributor
0 Kudos

Hi,

How do you usually open your form ?

You can do it via the loadbatchaction

SBO_Application.LoadBatchActions("XMLFile.xml")

Dim form As SAPbouiCOM.Form = SBO_Application.Forms.ActiveForm()

form.Mode= BoFormMode.fm_FIND_MODE;

Regards

Edy