events_range_bar_idevents_range_bar_id start_id display_size sql bind_vars url \
[ url_vars ]
Defined in tcl/events-defs.tclreturns a bar for selecting a block of reg_id's display_size large. start_id indicates the start of the current reg_id at which you're looking. display_size is the number of registrations you'd like to view at once. sql is a sql query that returns reg_id's ordered by reg_id asc. bind_vars is a list of the varibles to be bound in sql. url is the url of the page calling this procedure. url_vars are any variables passed into url.
- Parameters:
-
start_id
display_size
sql
bind_vars
url
url_vars (optional)
|