Results 1 to 2 of 2

Thread: EditValidateName

  1. #1
    Bob Guest

    EditValidateName

    Can you pass the field values as parameters in the EditValidateName?

    Example:
    MyDb.dbEditParams="TableName=Credit,BookMarkFl ds=Acct_ID,EditValidateName=checkFields(#Name#)&#3 4;

    It errors in the javascript function.
    Any ideas???

    Thanks Much.

  2. #2
    John Guest

    EditValidateName (reply)

    Hi Bob,

    No, you can't pass it that way, but you can get to the field values on the form in the Request.Form() elements, and you can always use dbExportFlds to export the values of any field(s) from the currently selected record into session variables.

    Thanks,
    John



    ------------
    Bob at 2/15/2002 11:39:55 AM

    Can you pass the field values as parameters in the EditValidateName?

    Example:
    MyDb.dbEditParams="TableName=Credit,BookMarkFl ds=Acct_ID,EditValidateName=checkFields(#Name#)&#3 4;

    It errors in the javascript function.
    Any ideas???

    Thanks Much.

Posting Permissions

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