Subversion Repositories DevTools

Rev

Rev 6986 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6986 Rev 7244
Line 69... Line 69...
69
		'/* Generate Combo */
69
		'/* Generate Combo */
70
		
70
		
71
		compSTR = compSTR &"<select name='"& sName &"' "& sAttributes &" "& msDisabled &">"
71
		compSTR = compSTR &"<select name='"& sName &"' "& sAttributes &" "& msDisabled &">"
72
		
72
		
73
		'-- Blank Item --
73
		'-- Blank Item --
74
		If bOneBlank Then compSTR = compSTR &"<option value=''></option>"
74
		If bOneBlank Then compSTR = compSTR &"<option value='' >-- Select One --</option>"
75
		
75
		
76
		
76
		
77
		If IsArray(aList) Then
77
		If IsArray(aList) Then
78
			
78
			
79
			numOfRows = UBound( aList, 2 )
79
			numOfRows = UBound( aList, 2 )