<% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : ' block_type : page header ' target : Windows, asp, ODBC ' page_type : list grid ' arg : startrow, int, get, page ' arg : maxrows, int, get, page a_startrow = request.querystring("startrow") a_maxrows = request.querystring("maxrows") if 0 < len(a_startrow) then a_startrow = clng(a_startrow) else a_startrow = 0 end if if 0 < len(a_maxrows) then a_maxrows = clng(a_maxrows) else a_maxrows = 0 end if ' checksum : 2123 %> No title <% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : Table Block ' block_type : list grid ' server : hpsched ' userid : ' passwd : ' table : Results ' order_cond : Results.PrefYear, Results.PrefMo, Results.PrefDay ' field : Results.ID, int, not null, 0 ' field : Results.Location, string, null, 50 ' field : Results.ProgType, string, null, 50 ' field : Results.PrefMo, int, null, 0 ' field : Results.PrefDay, int, null, 0 ' field : Results.PrefYear, int, null, 0 ' field : Results.AltMo, int, null, 0 ' field : Results.AltDay, int, null, 0 ' field : Results.AltYear, int, null, 0 ' field : Results.Name, string, null, 50 ' field : Results.Email, string, null, 50 ' field : Results.TelArea, int, null, 0 ' field : Results.TelPref, int, null, 0 ' field : Results.TelNum, int, null, 0 ' field : Results.Remarks, text, null, 0 ' disp_rows : 20 w_disprows = 20 w_sqlstr = "SELECT Results.ID, Results.Location, Results.ProgType, Results.PrefMo, Results.PrefDay, Results.PrefYear, Results.AltMo, Results.AltDay, Results.AltYear, Results.Name, Results.Email, Results.TelArea, Results.TelPref, Results.TelNum, Results.Remarks FROM Results ORDER BY Results.PrefYear, Results.PrefMo, Results.PrefDay" wed_read_list_process "hpsched", "", "", w_sqlstr, w_record, w_disprows, a_startrow, a_maxrows, w_rows ' checksum : 33236 %> <% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : ' block_type : list loop begin if (w_rows <> -1) then for w_i = 0 to w_rows f_Results_ID = w_record(0, w_i) f_Results_Location = w_record(1, w_i) f_Results_ProgType = w_record(2, w_i) f_Results_PrefMo = w_record(3, w_i) f_Results_PrefDay = w_record(4, w_i) f_Results_PrefYear = w_record(5, w_i) f_Results_AltMo = w_record(6, w_i) f_Results_AltDay = w_record(7, w_i) f_Results_AltYear = w_record(8, w_i) f_Results_Name = w_record(9, w_i) f_Results_Email = w_record(10, w_i) f_Results_TelArea = w_record(11, w_i) f_Results_TelPref = w_record(12, w_i) f_Results_TelNum = w_record(13, w_i) f_Results_Remarks = w_record(14, w_i) ' checksum : 44183 %> <% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : ' block_type : list loop end next end if ' checksum : 12702 %>
Results.ID Results.Location Results.ProgType Results.PrefMo Results.PrefDay Results.PrefYear Results.AltMo Results.AltDay Results.AltYear Results.Name Results.Email Results.TelArea Results.TelPref Results.TelNum Results.Remarks
<% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : Output Element ' block_type : write ' value : ' cache : "write value" wed_write f_Results_ID ' checksum : 42484 %> <% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : Output Element ' block_type : write ' value : ' cache : "write value" wed_write f_Results_Location ' checksum : 31885 %> <% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : Output Element ' block_type : write ' value : ' cache : "write value" wed_write f_Results_ProgType ' checksum : 61381 %> <% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : Output Element ' block_type : write ' value : ' cache : "write value" wed_write f_Results_PrefMo ' checksum : 4060 %> <% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : Output Element ' block_type : write ' value : ' cache : "write value" wed_write f_Results_PrefDay ' checksum : 53132 %> <% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : Output Element ' block_type : write ' value : ' cache : "write value" wed_write f_Results_PrefYear ' checksum : 21691 %> <% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : Output Element ' block_type : write ' value : ' cache : "write value" wed_write f_Results_AltMo ' checksum : 4125 %> <% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : Output Element ' block_type : write ' value : ' cache : "write value" wed_write f_Results_AltDay ' checksum : 46996 %> <% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : Output Element ' block_type : write ' value : ' cache : "write value" wed_write f_Results_AltYear ' checksum : 15329 %> <% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : Output Element ' block_type : write ' value : ' cache : "write value" wed_write f_Results_Name ' checksum : 25117 %> <% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : Output Element ' block_type : write ' value : ' cache : "write value" wed_write f_Results_Email ' checksum : 2120 %> <% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : Output Element ' block_type : write ' value : ' cache : "write value" wed_write f_Results_TelArea ' checksum : 15442 %> <% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : Output Element ' block_type : write ' value : ' cache : "write value" wed_write f_Results_TelPref ' checksum : 43693 %> <% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : Output Element ' block_type : write ' value : ' cache : "write value" wed_write f_Results_TelNum ' checksum : 30564 %> <% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : Output Element ' block_type : write ' value : ' cache : "write value" wed_write f_Results_Remarks ' checksum : 19786 %>
<% ' Namo WebEditor dbWizard Script. ' Copyright 1999-2003 Sejoong Namo Interacive Inc., All Rights Reserved. ' Do not modify this block. ' block_name : Page Link Set ' block_type : list move page ' disp_pages : 10 wed_list_move_page 10, w_disprows, a_startrow, a_maxrows, "" ' checksum : 59535 %>