/ Forums / Advansys Formativ / Creating Solutions with Formativ / Runtime Error creating ndom.document / Reply To: Runtime Error creating ndom.document

#8230
Support 3
Participant

    We believe you are referring nDOM as “MS HTMLDocument interface”.

    As you only noticed this behaviour on some machine so it must be environmental. You may need check the Internet Explorer installed property.

    You may also need to check how you access the nDOM object, may be the object not available in some case, check the object not null before you access its properties.

      
     on error resume next
     if not nDOM is Nothing then
       ' Do stuff...
     end if
    

    Regards,

    Advansys Support

    [This message was edited by Support 3 on November 08, 2011 at 03:32 PM.]