cancel
Showing results for 
Search instead for 
Did you mean: 

SDK Sample: 11.SystemFormManipulation

leon_laikan
Participant
0 Kudos

Hi, everybody

I tried unsuccessfully many times  to run the SDK Sample called 11.SystemFormManipulation.

It's found in: Samples -> Com UI -> VB.NET -> 11.SystemFormManipulation. -> 2003 -> SysForm.sln

I searched the forum, but it does not seem anybody had any problem running the sample.

This is how I used this sample (I successfully ran many other samples the same way).

  • I clicked on SysForm.vbproj

  • I converted the file using the Visual Studio Conversion Wizard

  • I added the foll. references: SAP B1 DI API ver9 and SAP BI UI API ver9.

  • I updated the command line argument:

          0030002C0030002C00530041005000420044005F00440061007400650076002C0050004C006F006D0056004900490056

  • I chose MainSub as the startup object.

  • Then I built SysForm ---> Build Succeeded

  • Then I ran the program in Visual Studio (with SAP B1 already open)

          F5 Start Debugging

This is exactly how I always proceed with other samples.

-------

Yet, with 11.SystemFormManipulation, nothing happens, nothing..., nothing!

No error message, nothing!

I have no idea what this sample program is supposed to do.

I want it to run, because I use it for learning purposes.

Can anybody (who has successfully run the sample) tell me what has gone wrong?

Thanks

Leon Lai

Accepted Solutions (1)

Accepted Solutions (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Leon,

This sample show you that how to customize a System Form.

Using this sample your Sales Order Form will be customized.

A New Tab is added to Sales Order Form as 'User Folder'. There are some option buttons and CheckBoxes.

Just open the Sales Order Form and check the changes.

Hope it helps.

Thanks & Regards

Ankit Chauhan

leon_laikan
Participant
0 Kudos

Hi Ankit,

Thanks a lot for your answer.

I see, the program has added a new folder in the Sales Order Form

(as in picture below)

    

Best Regards,

Leon Lai

Answers (1)

Answers (1)

edy_simon
Active Contributor
0 Kudos

Hi Leon,

Open up the Sales Order Form.

It should alter the SO form.

By reading the codes, you should roughly know what it would do.

And this code does nothing during start up except connecting to SBO.

The thing happens in the Form Load event of SO.

Regards

Edy

leon_laikan
Participant
0 Kudos

Hi Edy,

Thanks a lot for your correct reply.

I had just marked Ankit's answer as correct when I saw your reply

Best Regards,

Leon Lai