Results 1 to 2 of 2

Thread: Call a function from an Add New Record form

  1. #1
    Mike Schmidt Guest

    Call a function from an Add New Record form

    When I add a record from an Add New Record form, I also want to perform some other operations at the same time. I can perform these operations from a javascript function. My problem is that it looks like I need to call this function from the onclick() event handler of the submit button on the Add New Record form. Since this form is generated on the fly, can I reference this event handler and how do I do it.

  2. #2
    Frank Guest

    Call a function from an Add New Record form (reply)

    Mike,
    Provide a hook to user in validating their FORM input is a big item we are working on in addition to many other fantastic features. The javascript solution is a very good suggestion. Thanks for mentioning it so we`ll bump up it`s priority.

    Frank


    On 9/15/98 9:01:59 AM, Mike Schmidt wrote:
    > When I add a record from an Add New Record form, I also want to perform
    > some other operations at the same time. I can perform these operations
    > from a javascript function. My problem is that it looks like I need to
    > call this function from the onclick() event handler of the submit button on
    > the Add New Record form. Since this form is generated on the fly, can I
    > reference this event handler and how do I do it.

Posting Permissions

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