回 帖 发 新 帖 刷新版面

主题:Bag.Contents = Buff 无效的过程调用或参数

rs.Open "Select userzp_p From dt_userzp ", _
        cn, adOpenKeyset, adLockOptimistic

        Buff = rs.Fields("userzp_p").Value
        Set Bag = New PropertyBag
        Call Bag.WriteProperty("Image", Buff)
        Bag.Contents = Buff
        Set Picture1.Picture = Bag.ReadProperty("Image")

回复列表 (共1个回复)

沙发

运行到Bag.Contents = Buff 这句话时就提示"无效的过程调用或参数"这是怎么回事,有没有高手知道

我来回复

您尚未登录,请登录后再回复。点此登录或注册