cancel
Showing results for 
Search instead for 
Did you mean: 

Obtain window handle of a control

Former Member
0 Kudos

Hi all,

someone knows as is possible (or not) obtain the hwnd of a control inside a Business One form ?

Thank's in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Frank,

thank for your interest.

The problem for my is capturing the drag event over an edittext field and this kind of event is not expose from the UI.

Did you know if in a future version of a SDK it will possible ?

If yes, is there a way to personalize the drag and relate menus.

Thanks Fausto.

barend_morkel2
Active Contributor
0 Kudos

Hi Fausto,

There is unfortunately no way to personalize the drag and relate menus. As far as I know there isn't any plans to release this functionality in the near future. If it's a requirement of yours you can always create a development request and send it to SAP. If they deem it to be of importance they might add the functionality.

Former Member
0 Kudos

Hi Barel,

thanks for your answer to my question. I don't know how to post a development request on SAP. Can you send my any suggestion to do it ?

Thanks.

Fausto.

barend_morkel2
Active Contributor
0 Kudos

Fausto,

First you must have a user log in that has rights to log a DRQ.

Then you have to go to the SAP Service Market Place (SAP Support Portal) Here is the link:

https://websmp104.sap-ag.de/smb/sbo/support

---

Complete DRQ Template

In order to have a clear & detailed summary SAP needs you to complete the following questions:

(a) Version: (Please provide the current version)

(b) Description of Requirements: (Please provide a detailed description)

(c) Business needs: (Please describe the impact on your business, if the functionality is not realized)

(d) Examples: (Please describe a typical example, how the functionality should work.)

(e) Current Workaround: (Please describe the workarounds you are using at the moment)

(f) Proposed solution: (Please suggest how the new functionality should work)

Answers (1)

Answers (1)

former_member185703
Active Contributor
0 Kudos

Hi,

Since the controls are not Windows windows (just try Spy++) there are no Windows handles...

BTW: I recommend that you better try other ways (especially try to use UI API!) to work with these controls...

Frank