|
Problem closing the window behind |
Started by info, Jul., 27 2023 9:28 AM - 3 replies |
| |
| | | |
|
| |
Posted on July, 27 2023 - 9:28 AM |
Hi everyone i'm using free windows, i open the proiam and then i open another one in front of it and i can't close the one behind it. Although in the Close() I indicate the window to be closed, it closes the one that has just been opened. I put the close in the end initialization event Both close for me
Suggestions?
Mimmo |
| |
| |
| | | |
|
| | |
| |
Registered member 14 messages |
|
Posted on July, 30 2023 - 10:32 AM |
Hi, use the function USE(...) instead!
-- Gunter Predl paypal@windev.at |
| |
| |
| | | |
|
| | |
| |
Posted on July, 31 2023 - 3:32 PM |
Hi thanks for your answer but the USE doesn't allow to pass parameters and it's a problem, I could define the parameters to be passed as global variables of the application, I think Thank you
Mimmo |
| |
| |
| | | |
|
| | |
| |
Posted on November, 19 2023 - 10:27 AM |
Hi,
in this case you can only transfer Parameters by using global variables or a simple .INI file. Of course, there's always the ability of storing / passing parameters from / to a window: https://help.windev.com/en-US/…
Kind regards,. Guenter |
| |
| |
| | | |
|
| | | | |
| | |
|