Another differentiating feature of the Hotlist is that it's both a Data Site and an Activator. When the HTML document that contains the Hotlist is created, the Hotlist is a Data Site and is "populated" with detail information that is unseen by the user and visible information which the user clicks on. The Hotlist Anchor must then be bound as an Activator to define what happens when the user clicks on the Hotlist.
The first column in the results section will be the detail information that gets populated into the Hotlist item. When the Hotlist is bound as an Activator, the Project URL is added before the detail information. This detail information is used when the Hotlist item is clicked and it calls the Project URL. The detail information is the Arguments for which the Hotlist becomes the Activator.
CREATE TABLE thing
(id int, /* Unique Key */
name char(12)
description varchar(256))
##Sa_ThingHL##<A HREF="ThingHLActivator"></A>
SELECT id, name FROM thing
SELECT name, description FROM thing WHERE id = #id, NO_WRAP#
(void*)number.