I am basically ignorant when it comes to JavaScript. I want to implement some Client Action validations. I have accomplished a few simple things like getting and setting values.
1) How do I send a ShowInfoBox?
2) How do I send a procedure like Request_Delete?
3) How to determine the object that called the function (i.e. If I have the same validation function for several objects, how can I tell which one called it)?
4) For a Client Validation, how do I stop movement from that object (i.e. Function_Return False as in the OnValidate).
If anyone has examples of handling just basic things like these it would be greatly appreciated!