|
Tips
|
|
Written by Karel Broer | Thursday, 01 April 2010 10:20
|
|
Thanks to Servoy's powerful solutionModel, I was able to create a global method that displays a dialog, returns the pressed button and executing a method, working in the webclient too!
In this example we'll show a dialog that asks if the user wants to delete a record.
A formname is given as argument in order for the method to know what record it should delete.
(You can do this more safely, by giving the JRecordObject as argument and have a method delete that record, but I like you to figure that out yourself. )
Please login or register to see the full article |
Comments
RSS feed for comments to this post.