Results 1 to 3 of 3

Thread: Javascript Question

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Location
    Cumming, Georgia USA
    Posts
    1,941

    Default Javascript Question

    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!
    Last edited by Sam Neuner; 26-Sep-2024 at 08:18 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •