cancel
Showing results for 
Search instead for 
Did you mean: 

Simulate a linked button

Former Member
0 Kudos

Hi all,

I'm developing a windows forms application and I have simulate a click on a linked button (on a partner). I know that I can use application.ActivateMenuItem("3585"), but no data is loaded.

Is there a way to add a kind of filter or add a parameter on the loading of the page to do the same action as a linked button.

Any help would be appreciated

Francois

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Francois,

Try after loading the form, change it to find mode, then fill the the key entry of the form (for business parteners would be CardCode for example) and then simulate a click to the Find button. That should do the trick.

Hope this helps,

Ian

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ian, thanks for your reply. I had already found an issue to my problem before you post your message.

Nevertheless, thanks for your help.

Fracçois