On Jan 10, 2020, at 10:01, Steve <[email protected]> wrote: > I'd like to execute an SQL query when someone adds a cart to a log in > RDairplay such that the RDairplay message box then displays the last time > that cart was > played. The SQL query was the easy part, but is there a way to capture the > "Add" process so that when someone clicks "OK" in the "Select Cart" dialog or > even > when they click the "Where?" button, that the event is called? As an > alternative, can "Last Played" be added as a column in the "Select Cart" > dialog?
There are no predefined hooks, so you’d need to hack the code. Bear in mind that there are several ways to add a cart to an active log beyond just the ‘Add’ button —e.g. drag-and-drop, log refresh, etc. Cheers! |---------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |---------------------------------------------------------------------| | A room without books is like a body without a soul. | | | | -- Cicero | |---------------------------------------------------------------------|
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
