Menu

Make triggers be specific or save to DB?

DZL
2014-10-16
2014-10-18
  • DZL

    DZL - 2014-10-16

    So basically I have some triggers that automatically 7zip/encrypt the database and move it to my cloud sync folders on my computer when I save the DB. However I was wondering is there a possibility to add db specific triggers?

     
  • wellread1

    wellread1 - 2014-10-17

    Chances are you can accomplish what you need with the String comparison trigger condition.

     
  • Dominik Reichl

    Dominik Reichl - 2014-10-17

    In the 'Saved database file' trigger event you can specify a file/URL. Using this, you can realize a database file-specific trigger.

    Best regards,
    Dominik

     
  • DZL

    DZL - 2014-10-17

    Sorry for not writing the OP correctly. What I mean is the ability to save triggers in the database file so when I open it up on another computer etc they will appear.

     
  • Paul

    Paul - 2014-10-18

    Triggers are not savable in the database, except by manually copying the XML to an entry. This allows them to be non-database specific.
    You can export the triggers, when editing them, and import on another machine.

    cheers, Paul

     

Log in to post a comment.