PDA

View Full Version : MsgBox in LZX


JazzPoint
06-09-2005, 11:51 PM
How can we have the VB's MsgBox functionality in LZX?

result = MsgBox("Do you like it?", vbYesNo)

<alert> or modaldialog is there but the LZX does not stop at the line so that the result can be evaluated.
(There's a related thread somewhere...)

This is quite important for Confirming Record Deletes for example in database apps.

Please!

-J