Basic HTML version of Foils prepared 23 June 1997

Foil 79 Sample code for ASP files - II

From Overview of JDBC and its use with Microsoft Access UC Web Applications Certificate -- June 26 97. by Nancy McCracken(Sangetta Aggarwal, Udayan Parvate, Tom Pulikal)


1 &#060SCRIPT LANGUAGE=VBScript&#062
2 &#060!--
3 Dim rgszCtrls(24, 2)
4 Dim cMaxCtrls
5 cMaxCtrls = 24
6 Sub AddCtrlToList(szCtrl, szCtrlSrc)
7 Dim i
8 for i = 1 to cMaxCtrls
9 if rgszCtrls(i, 1) = szCtrl Then Exit Sub
10 if rgszCtrls(i, 1) = "" Then
11 rgszCtrls(i, 1) = szCtrl
12 rgszCtrls(i, 2) = szCtrlSrc
13 Exit Sub
14 End If
15 next
16 End Sub
17
18 Sub UpdateRefreshBtn()
19 nav_btn_MoveCancelUpdate.Caption = "Cancel"
20 End Sub
21 --&#062
22 &#060/SCRIPT&#062
23

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Thu Jan 8 1998