getvalue.asp

来自「功能齐全的oa网络办公源码asp+acce」· ASP 代码 · 共 16 行

ASP
16
字号

<% 
function getValue(newvalue)   
   if not(repRs.bof and repRs.eof) then repRs.movefirst
   'repRs.move newvalue
   while not repRs.eof
       if repRs("sumorder")=newvalue then 
		  getValue=true	 
		  exit function
	   else
	      getValue=false	  
	   end if	  
	   repRs.movenext
   wend
end function
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?