Hello Jorge,
> i dont understund the diference beteewn GetObject Vs CreateObject()
>
> the first diference is that i use createobject(), the activex reload
> each time that i call one
>
> can anybody tellme the real diference, and how must to use each one ?
AFAIK, the only difference is whether you want to force a new instance.
CreateObject() always creates a new instance where GetObject() will get an
existing instance if it exists and fallback to CreateObject() if it doesn't
exist.
Regards,
Rodd Graham, Consultant
Graham Automation Systems, LLC