Database & Application Miscellaneous: Zippscript or similar

  • jokin / 212 / Sun, 31 Jan 2010 16:26:00 GMT / Comments (1)
  • The last day Matt gave a great solution for my problem "How to start a script as soon as I change a field". Zippscript is working really good.
    But now I would like to go forward and I would like that a script is started when I change the record. For example, if I have three records containing in the field "X", "A", "B", and "C", respectively, I would like that when I go, using the finder or I move with the navigator, to the record containing "A" in the field "X", automatically the script "X" is started and if I move to other record, just because I change the record containing, for example, "B" in the field "X", the script "X" is again started.
    If this is impossible I would need at least that some script automatically is started when I change the record. Is this possible.
    Thanks,
    Jokin
  • Keywords:

    zippscript, similar, database, application

  • http://database.itags.org/database-application/158229/«« Last Thread - Next Thread »»
    1. 1. Keep the Status Area hidden, using layout buttons and scripting to move f
      rom one record to another (e.g., Go To Record [Next/Previous]), and you
      can and build anything you want into the script.

      2. If you are married to the Status Area (or don't want to do layout buttons
      ), create a global calc field to equal Get ( RecordNumber ) and the zippScr
      ipt function. Regardless how you get to that record, the value will change a
      nd the script will be execu
      ted.

      Matt

      On 12/20/2006 21:41:16 "Jokin" <joaquin.castilla...gmail.com> wrote:

      > The last day Matt gave a great solution for my problem "How to start a
      > script as soon as I change a field". Zippscript is working really good.
      > But now I would like to go forward and I would like that a script is
      > started when I change the record. For example, if I have three records
      > containing in the field "X", "A", "B", and "C", respectively, I would like
      > that when I go, using the finder or I move with the navigator, to the
      > record containing "A" in the field "X", automatically the script "X" is
      > started and if I move to other record, just because I change the record
      > containing, for example, "B" in the field "X", the script "X" is again
      > started. If this is impossible I would need at least that some script
      > automatically is started when I change the record. Is this possible.
      > Thanks, Jokin

      mattwills | Thurs, 22 May 2008 20:47:00 GMT |