|
-
Feb 14th, 2001, 12:14 PM
#1
Thread Starter
New Member
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.
-
Feb 22nd, 2001, 04:29 AM
#2
Fanatic Member
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.
-
Mar 27th, 2001, 05:50 PM
#3
Thread Starter
New Member
Thanks Bill, it worked well.
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|