I dumped the code here: http://www.codedump.be/code/1299/
The example I have given on the previous post was translated,
in the dumped code the name is m_leden.m_nieuw clicked
open(w_leden_nieuw)
close(parentwindow)
Sorry if i'm not explaining it clearly, my english is not to good, and i'm...
It's a Menu PBobject in PB10 called m_full
at: m_customers.m_new_customer clicked()
open(w_new_customer)
close(parentwindow)
so when you click m_customers.m_new_customer and you are at w_new_customer, it tries to open the w_new_customer but it's already open, but the close(parentwindow) is...
Hello,
Now I have the following problem:
I now have the menubar in the whole application, but I ran in to the following problem:
When running the application, everything runs smooth, except when clicking in the menubar on the same button on the page where you are at.
example:
-- open up the...
Hello,
I'm kinda new to PB.
What i want to do is:
Create a menu bar that i can put in the whole application.
Question:
In the menu bar is an option "exit" if exit is clicked i want to close the window.
Normally you would do this with: close(windowname).
How can I close a window without...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.