Freitag, 7. Februar 2014

Masks and Messages

Hello back again!
Today there will be a brief introduction on how to get your needed information out of Molis.
By pressing "Esc", then "F1" and then "n" you can display the name of the current mask.
As an alternative you can read out the system parameter No. 1000. In this parameter the name of the current mask is saved.
If you want to combine your logic with the current mask you need to code:

$mask=ssysparam(xxx)

The xxx stands for your numerical register. In our case it will be the name of the current mask.
Watch out for the double "s" at the beginning!
So if you want to display it with the "mess" function you could write:

mess("Name of the mask: %%ssysparam(1000)%%%")
This function will only display the text in the message frame, which you can pop up at the bottom of your screen. This won't interrupt the user with any pop ups.
That's all for now, but the next entry comes soon!
Until then: Happy coding!!!!

Keine Kommentare:

Kommentar veröffentlichen