[Mydatabasepilot-cvs] MyDatabasePilot Application.cfm,1.9,1.10
Status: Alpha
Brought to you by:
nanoface
From: <nan...@us...> - 2003-05-04 22:45:15
|
Update of /cvsroot/mydatabasepilot/MyDatabasePilot In directory sc8-pr-cvs1:/tmp/cvs-serv4040 Modified Files: Application.cfm Log Message: Functionality Added: [ 732377 ] Add client var defaultRepeatHeaders Index: Application.cfm =================================================================== RCS file: /cvsroot/mydatabasepilot/MyDatabasePilot/Application.cfm,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Application.cfm 2 May 2003 04:37:36 -0000 1.9 --- Application.cfm 4 May 2003 22:45:10 -0000 1.10 *************** *** 51,54 **** --- 51,56 ---- <!--- Used to limit number of records returned from a query ---> <cfparam name="client.defaultMaxRows" default=20> + <!--- Used to repeat the table headers after specified number of rows/records ---> + <cfparam name="client.defaultRepeatHeaders" default="50"> </cflock> |