Hi,
I have a function header like this:
Private Function CostCalculation_calculateCosts(cnSQLFY As ADODB.Connection, _
cnFoxpro As ADODB.Connection, _
cnSQLFCC As ADODB.Connection, _
rp As RouteParameters, _
info As FCCMainClass, _
Optional act As Variant, _
Optional up As UnitParameters) _
As CalcCostType
How can I check if the parameters up is included? I treid the function IsMissing but he always returns FALSE. When he not available I get the message “Object variable or With block variable not set”.
Could somebody help me?
Thanx
I have a function header like this:
Private Function CostCalculation_calculateCosts(cnSQLFY As ADODB.Connection, _
cnFoxpro As ADODB.Connection, _
cnSQLFCC As ADODB.Connection, _
rp As RouteParameters, _
info As FCCMainClass, _
Optional act As Variant, _
Optional up As UnitParameters) _
As CalcCostType
How can I check if the parameters up is included? I treid the function IsMissing but he always returns FALSE. When he not available I get the message “Object variable or With block variable not set”.
Could somebody help me?
Thanx