integrating third party software

kishore

Member
Hi friends,
i am using JDE one world XE.i have some applications in a third party software say VB i don't want create all the applications in JDE and i want 2 make use of the application in VB or some third party software.wht is the general method.
how 2 proceed ........plz give me idea
thanx
 
You still need to create an Interactive Application; you may add a button (on the form or on the Exit Toolbar - say Form or Row), and use the Run Executable system function. See how I'm calling the "OWX.bat" below:

Run Executable("D:\OWX", "OWX.bat", VA evt_OBNM_MyNameObject, <Zero>, <Zero>, "D:\OWX")

Warm regards,
 
THANX FOR YOUR REPLY

MAY I KNOW WHT IS THIS PARAMETER
VA evt_OBNM_MyNameObject?????
Run Executable("D:\OWX", "OWX.bat", VA evt_OBNM_MyNameObject, <Zero>, <Zero>, "D:\OWX")
WHT SHOULD I PASS FOR THAT?
PLZ REPLY
THANX IN ADVANCE
 
You don't have to pass MY parameter; use provided SAMPLE as a GENERAL guide, not MECHANICALLY, OK?
 
Back
Top