Interact With Open Window

0
0

Hi everyone, im running a WiseJ Desktop Page, and i have two windows, and i want one window to interact with the other one.

I saw that WiseJ have something called Application.Find() but i don’t know how to use it correctly.

Could someone provide a function or teach me how to do it? I want to click in a button in the Window1 and change the label.text that can be found in the Window2.

Thank you!

  • You must to post comments
0
0

Hi Ruben,

please take a look at this older discussion:

https://wisej.com/support/question/get-the-open-forms

Once you get the form you can call whatever is public there. (call a method to set the value or directly set a property/control value).

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.