%@LANGUAGE="JAVASCRIPT"%> <% // *** Recordset Stats, Move To Record, and Go To Record: declare stats variables // set the record count var Recordset10_total = Recordset10.RecordCount; // set the number of rows displayed on this page if (Recordset10_numRows < 0) { // if repeat region set to all records Recordset10_numRows = Recordset10_total; } else if (Recordset10_numRows == 0) { // if no repeat regions Recordset10_numRows = 1; } // set the first and last displayed record var Recordset10_first = 1; var Recordset10_last = Recordset10_first + Recordset10_numRows - 1; // if we have the correct record count, check the other stats if (Recordset10_total != -1) { Recordset10_numRows = Math.min(Recordset10_numRows, Recordset10_total); Recordset10_first = Math.min(Recordset10_first, Recordset10_total); Recordset10_last = Math.min(Recordset10_last, Recordset10_total); } %> <% // *** Recordset Stats: if we don't know the record count, manually count them if (Recordset10_total == -1) { // count the total records by iterating through the recordset for (Recordset10_total=0; !Recordset10.EOF; Recordset10.MoveNext()) { Recordset10_total++; } // reset the cursor to the beginning if (Recordset10.CursorType > 0) { if (!Recordset10.BOF) Recordset10.MoveFirst(); } else { Recordset10.Requery(); } // set the number of rows displayed on this page if (Recordset10_numRows < 0 || Recordset10_numRows > Recordset10_total) { Recordset10_numRows = Recordset10_total; } // set the first and last displayed record Recordset10_last = Math.min(Recordset10_first + Recordset10_numRows - 1, Recordset10_total); Recordset10_first = Math.min(Recordset10_first, Recordset10_total); } %>
![]() |
|
|
La
Biblia de
|
Manuales
Imrescindibles
|
Diseño
y creatividad
|
Programación
|
| Access 2003 | Herramientas de Diseño Digital | Premiere Pro DC | Access 2003 con VBA |
| Excel 2003 | Flash MX 2004 |
A
|
|
| Flash MX 2004 | Dreamweaver MX 04 | Dreamweaver MX dual | Anaya Multimedia/O'Reilly |
| QuarkXPress 6 | CorelDRAW 12 | Flash MX 2004 dual | Wireless trucos |
| Office 2003 |
A
|
Dreamweaver MX PHP | Google trucos |
| Premiere Pro | Títulos Especiales | Flash MX 2004 ActionScript | Windows XP trucos |
| FrontPage 2003 | Dreamweaver MX trucos | Encore DVD | Mac OsX trucos |
| a | Flash MX 2004 Professional | Apache Práctico | |
| El libro de | A | Studio MX | A |
| Access 2003 | a | Fotografía Dig. Profesional | A |
| Excel 2003 | a | -A | -A |
| -A | a | -A | -A |
| NOVEDADES MARZO 2004 | |||