B0000192

t_a_pierce

Active Member
Does anybody have any useful documentation or information about the BSFN
B0000192 Vendor-Specific Function - Outbound?

I am trying to call a custom DLL from a OneWorld App using this Business
Function but I keep getting the error - "Cannot open/initialise DLL".

Thanks,

Tim.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.
 
Tim,
In which DLL does your custom BSFN reside?
Have you rebuild this DLL with this BSFN successfuly?
Have you deployed/installed this DLL after rebuild onto the workstation?
(... and by the way, do not forget to attach some information about your platform, at least OneWorld release :)
Zoltán
 
Thankyou for your reply Zoltan,

It is a Visual Basic DLL which we simply want to call from a JDE
application. The DLL works successfully when called from elsewhere, it only
fails when called from OneWorld. The BSFN we are trying to use to call the
DLL is a JDE function not a custom function.

We are using B7332 SP10.

Thanks.


>From: Zoltan_Gyimesi <[email protected]>
>Reply-To: [email protected]
>To: [email protected]
>Subject: Re: B0000192 ~~945:968
>Date: Mon, 13 Nov 2000 07:26:00 -0800 (PST)
>
>Tim,
>In which DLL does your custom BSFN reside?
>Have you rebuild this DLL with this BSFN successfuly?
>Have you deployed/installed this DLL after rebuild onto the workstation?
>(... and by the way, do not forget to attach some information about your
>platform, at least OneWorld release :)
>Zoltán
>
>
>
>
>--------------------------
>Visit the forum to view this thread at:
>http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=OWDEV&Number=968
>*************************************************************
>This is the JDEList One World / XE Developers Mailing List.
>Archives and information on how to SUBSCRIBE, and
>UNSUBSCRIBE can be found at http://www.JDELIST.com
>*************************************************************
>

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.
 
I have never heard about calling DLL from OneWorld but I have about EXE only.
Where/How do you want to call it?
* from OneWorld Explorer menu?
* from an Interactive or Batch application via "Run Executable" system function?
* from an other BSFN?
* etc.
Anyhow, be sure that you defined the full path and the file extension too (e.g. "C:\Programs\custom.dll"). Maybe, could work for DLLs too but I have never tried.
Let us know the result, I am curious.
Zoltán

B7332 SP11, ESU 4116422, Intel NT4, SQL 7 SP1
(working with B7321, B7331, XE too)
 
Hi

This function is something about interoperability?

Regards




Zoltan_Gyimesi <[email protected]>@jdelist.com on 13/11/2000
05:11:22 PM

Please respond to [email protected]

Sent by: [email protected]


To: [email protected]
cc:
Subject: Re: B0000192 ~~945:983


I have never heard about calling DLL from OneWorld but I have about EXE
only.
Where/How do you want to call it?
* from OneWorld Explorer menu?
* from an Interactive or Batch application via "Run Executable" system
function?
* from an other BSFN?
* etc.
Anyhow, be sure that you defined the full path and the file extension too
(e.g. "C:\Programs\custom.dll"). Maybe, could work for DLLs too but I have
never tried.
Let us know the result, I am curious.
Zoltán

B7332 SP11, ESU 4116422, Intel NT4, SQL 7 SP1
(working with B7321, B7331, XE too)
--------------------------
Visit the forum to view this thread at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat
=&Board=OWDEV&Number=983
*************************************************************
This is the JDEList One World / XE Developers Mailing List.
Archives and information on how to SUBSCRIBE, and
UNSUBSCRIBE can be found at http://www.JDELIST.com
*************************************************************
 
Back
Top