Results 1 to 3 of 3

Thread: Calling an application

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    Wisconsin
    Posts
    2

    Question

    I have created a frontend using access(Forms) how can I call it from an activex exe.
    I need the access-form to send parameters to it and receive result.
    suryaphool

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Dunmow,Essex,England
    Posts
    898
    Not elegant, but the way i'd do it is set the values using propertybags then call the form from the exe. (perhaps use somthing like the waitforsingleObject APi) Let the form also set propertybags then once the form is destroyed and so waitforsingleobject completes then allow the exe to read the propertybag to retrive the results.

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    Wisconsin
    Posts
    2

    Cool

    Thanks Bill, it worked well.

    suryaphool
    suryaphool

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width