Recent content by SeanCrandall

  1. S

    Custom Button to Email a Group

    I figured it out. I don't know how, but I finally got it to call the correct JavaScript callback. (Maybe it was a caching issue or something). This is the JavaScript callback that the button calls: function dadabik_js_email_inventors() { var xhr = new XMLHttpRequest(); var case_id =...
  2. S

    Custom Button to Email a Group

    I couldn't figure out how to make JavaScript work. As far as I could tell, I couldn't even get the button to call the JavaScript function (I even stripped it down to alert("You clicked the email button"); ... and nothing happened). But I found a solution. It's not a good solution, but it gets...
  3. S

    Custom Button to Email a Group

    I know this is super basic, but I just don't know much about JavaScript. (I'm an old hand at C/C++ and I've taught myself some PHP, definitely not a seasoned web developer). My application helps me manage my docket (I'm a patent attorney). I have a form that has "Cases" with a list of one or...
  4. S

    Many-to-Many Relationship With Initial Relationship

    DaDaBIK version 11.6-Elba pro PHP Version: 7.4.30 mysql version: 5.5.5-10.8.3-MariaDB-1:10.8.3+maria~jammy Web server: Apache/2.4.54 (Debian) (All running under docker-compose) I'm a patent attorney, doing an application to keep track of my personal legal docket. First, I love Dadabik! I have...
Top