Please help explain,

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rodney

    #1

    Please help explain,

    Hey all,

    Dim xCon As UserDS.Contract orRow

    Is xCon an Object? I'm thinking No because it's not
    istantiated. Why am I getting confused?

    Thanks,
    Rodney
  • Scott M.

    #2
    Re: Please help explain,

    No, it is not an instance of the class [UserDS.Contract orRow]. It is an
    object reference though, so if that object has shared members, they can be
    used.


    "rodney" <rsantiago@co.c olumbia.ga.us> wrote in message
    news:0b3001c39c b3$3a481f30$a50 1280a@phx.gbl.. .[color=blue]
    > Hey all,
    >
    > Dim xCon As UserDS.Contract orRow
    >
    > Is xCon an Object? I'm thinking No because it's not
    > istantiated. Why am I getting confused?
    >
    > Thanks,
    > Rodney[/color]


    Comment

    Working...