Announcement

Collapse
No announcement yet.

esignal = null

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • esignal = null

    Hi,

    I am new to VB and I am in the process of writing my first esignal api based VB module.

    I am using MS VB 2010 express which no longer seems to support esignal = null to initiate the esignal shut down operation. The interface suggests system.dbnull.value but then throws up a warning saying this may cause runtime errors.

    What is the correct syntax for this version of VB? Thanks in advance for your assistance.

    Regards,

    Nick.

  • #2
    In addition what replaces "unload me" to terminate the programme?

    Regards,

    Nick.

    Comment


    • #3
      boivizier,

      I don't know of a way to release the connection established with the IESignal Hook. I've tested both the null and nothing commands of which both cause an error.

      Comment


      • #4
        thanks - I managed to find the terminate command

        I have seen some scripts just search for the process and kill it but I was wondering if there was another more elegant way

        I have finished the script but it doesn't seem to make an output file using the stream commands. I have attached the script if anyone is able to add any useful advice on how to get the script to work?

        Many thanks

        Nick
        Attached Files

        Comment

        Working...
        X