How to call vb.net application with in IMIS application

Dear Folks,

I am very new to imis. I have created a .net application which scans a Barcode from our membership applications and logs into imis database. It works as an individual application. But our client wants to launch this application from imis application.

In other words,

It should work like VB extenders. Is it possible can I call vb.net (exe file) application using VB extenders?

Please help me

Thanks in advance
Balaji

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Simple is good

The easiest and most obvious way to do this is to write a small VB Xtender which does nothing but execute your .NET application, passing in whatever parameters the app needs.

-- Bruce

Thank you for your

Thank you for your Suggestion!

Actually I have created a new entry in System Reports & Queries with "Ctrl. Procedure" as sqlcommand.

Then i defined exe path as a paramenter. Now we can launch the .net application.

Thanks