VB用户定义类型未定义 5
PublicFunctionUpdate(OptionalByValstrcoidAsString="",_OptionalByValstrconameAsString=...
Public Function Update (Optional ByVal strcoid As String = " " , _
Optional ByVal strconame As String = " " , _
Optional ByVal stradname As String = " " , _
Optional ByVal strapdate As String = " " , _
Optional ByVal strponame As String = " " , _
Optional ByVal strxinf As String = " " , _
Optional ByVal strbkname As String = " " ) AS copmlUpdate
上程序为整个程序段中的开头,但是调试过程中显示用户定义类型未定义,而且是上面的一段整体提示用户定义类型未定义! 展开
Optional ByVal strconame As String = " " , _
Optional ByVal stradname As String = " " , _
Optional ByVal strapdate As String = " " , _
Optional ByVal strponame As String = " " , _
Optional ByVal strxinf As String = " " , _
Optional ByVal strbkname As String = " " ) AS copmlUpdate
上程序为整个程序段中的开头,但是调试过程中显示用户定义类型未定义,而且是上面的一段整体提示用户定义类型未定义! 展开
2015-10-27
展开全部
在标准模块中定义copmlUpdate的类型:
public type copmlUpdate
'比如:
'a as string
'b as integer
'具体要根据你的copmlUpdate类型来定义
end type
public type copmlUpdate
'比如:
'a as string
'b as integer
'具体要根据你的copmlUpdate类型来定义
end type
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询