F
Feroz
We are developing a 3-tierd app.
I am passing a an array of structures from the the first
tier to the second
it was working fine until suddenly I m getting compiler
error (BC30332)
Value of type '1-dimensional array of
stc_ADM_Product_InsertXXX' cannot be converted to '1-
dimensional array of stc_ADM_Product_InsertXXX' ' because
stc_ADM_Product_InsertXXX' ' is not derived
from 'stc_ADM_Product_InsertXXX'
The strange thing is I m not trying to convert one type to
other...I m calling a function whole parameter signatures
are of same type(Structures)
This is similar to saying an integer cannot be converted
to an integer...
Any comments???
I am passing a an array of structures from the the first
tier to the second
it was working fine until suddenly I m getting compiler
error (BC30332)
Value of type '1-dimensional array of
stc_ADM_Product_InsertXXX' cannot be converted to '1-
dimensional array of stc_ADM_Product_InsertXXX' ' because
stc_ADM_Product_InsertXXX' ' is not derived
from 'stc_ADM_Product_InsertXXX'
The strange thing is I m not trying to convert one type to
other...I m calling a function whole parameter signatures
are of same type(Structures)
This is similar to saying an integer cannot be converted
to an integer...
Any comments???