Index
2001-02-14 15:53Jim Eddins : Re: EDI
2001-07-23 07:18Allan Voiron : EDI
2001-07-23 08:05A Hilton : RE: EDI
2001-07-23 08:21Steve Cooper : RE: EDI
2001-07-23 10:50A Hilton : RE: EDI
2001-07-23 11:27Allan Voiron : RE: EDI
2001-07-23 11:39Thorp, Ronald : RE: EDI
2001-07-23 13:34Desmond Lloyd : RE: EDI
2001-07-23 13:53David M. Horton : RE: EDI
2001-07-23 14:00Desmond Lloyd : RE: EDI
Back to top
Re: EDI

Author: Jim Eddins

Posted: 2001-02-14 15:53:47   Link

Steve,

The complexity of EDI and the different versions of

the standard has always made it costly to implement

with smaller companies from what little I know about

it.

Jim Eddins

<<snipped>>

> If you want to build a spec that's universal, make the spec easy and

> inexpensive, preferably free, to obtain!

>

> EDI has been and continues to be a club that's very difficult to join.

> It is for this reason, among others, that it will die and why XML will

> completely overtake it (IMO). If you want your spec to be a success,

> give it to the developers -- Don't make the developer's life harder

> than it needs to be.

©2001 Jim Eddins
Back to top
EDI

Author: Allan Voiron

Posted: 2001-07-23 07:18:18   Link

<html><div style='background-color:'><DIV>

<DIV>

<DIV>Hello all:</DIV>

<DIV> </DIV>

<DIV>Does anyone know of any VFP functions/programs that interface with EDI.</DIV>

<DIV> </DIV>

<DIV>Thank you</DIV><BR>

<DIV>Allan Voiron</DIV></DIV></DIV></div><br clear=all><hr>Get your FREE download of MSN Explorer at <a href='http://go.msn.com/bql/hmtag_itl_EN.asp'>http://explorer.msn.com</a><br></html>

©2001 Allan Voiron
Back to top
RE: EDI

Author: A Hilton

Posted: 2001-07-23 08:05:39   Link

The string functions (among others) as well as strtofile() and filetostr()

are very good for this. As far as any prepackaged VFP source code for doing

common EDI tasks, I don't know of any.

I have several EDI systems (with VFP) in place. Are you wanting to know

anything specific?

- AHilton

>>

-----Original Message-----

From: profox@leafe.com [mailto:profox@leafe.com]On Behalf Of Allan Voiron

Sent: Monday, July 23, 2001 6:18 AM

To: Multiple recipients of ProFox

Subject: EDI

Hello all:

Does anyone know of any VFP functions/programs that interface with EDI.

Thank you

Allan Voiron

<<

©2001 A Hilton
Back to top
RE: EDI

Author: Steve Cooper

Posted: 2001-07-23 08:21:03   Link

I'm going to have to echo AHilton's words. I don't know of any off the

shelf VFP EDI libraries. This forced me to build a home-grown EDI

parser for my company.

Steve

--- A Hilton <ahilton@usexpr.com> wrote:

> The string functions (among others) as well as strtofile() and

> filetostr()

> are very good for this. As far as any prepackaged VFP source code

> for doing

> common EDI tasks, I don't know of any.

>

> I have several EDI systems (with VFP) in place. Are you wanting to

> know

> anything specific?

>

> - AHilton

__________________________________________________

Do You Yahoo!?

Make international calls for as low as $.04/minute with Yahoo! Messenger

http://phonecard.yahoo.com/

©2001 Steve Cooper
Back to top
RE: EDI

Author: A Hilton

Posted: 2001-07-23 10:50:13   Link

Are you looking for the EDI standard for the Garment Industry? X12/EDIFACT

standards? You might want to start with www.disa.org and then get more

detailed with the industry you are wanting to target. There's also a good

mail-list (EDI-L) at http://www.mail-archive.com/edi-l%40listserv.ucop.edu/

for the archives.

Are you wanting to create a Foxpro application to translate/map/app

integrate the EDI? You'll want to get hold of the X12 and/or EDIFACT

document standards (see DISA above) and probably get some commercial

translators/mappers to see how they work. It's not really as big of a deal

as most 'EDI professionals' and consultants will have you believe to make

your own EDI translators/mappers/app integration applications in Foxpro. I

made my first EDI system from Foxpro in 2 months when I was told by

everybody (in the EDI industry) I could never do it and even thought it

would take about a year myself.

Foxpro is a great tool for this type of application. By the way, I provide

programming consultation and training specifically for doing EDI with

Foxpro. Contact me by private email if you are interested.

- AHilton

ahilton@sofnet.com

>>

-----Original Message-----

From: profox@leafe.com [mailto:profox@leafe.com]On Behalf Of Allan Voiron

Sent: Monday, July 23, 2001 10:28 AM

To: Multiple recipients of ProFox

Subject: RE: EDI

Dear AHilton:

Thank you so much for your reply!

I am looking for EDI for the Garment industry to interface with VFP.

The following is needed:

Orders, Order confirmations & Invoices

I appreciate your help.

Allan Voiron

<<

©2001 A Hilton
Back to top
RE: EDI

Author: Allan Voiron

Posted: 2001-07-23 11:27:42   Link

<html><div style='background-color:'><DIV>

<P>Dear AHilton:</P>

<P>Thank you so much for your reply!</P>

<P>I am looking for EDI for the Garment industry to interface with VFP.</P>

<P>The following is needed:</P>

<P>Orders, Order confirmations & Invoices</P>

<P>I appreciate your help.</P>

<DIV>Allan Voiron</DIV></DIV>

<DIV></DIV>

<DIV></DIV>

<DIV></DIV>

<P> </P>

<P>>From: "A Hilton" <AHILTON@USEXPR.COM></P>

<DIV></DIV>>Reply-To: profox@leafe.com

<DIV></DIV>>To: Multiple recipients of ProFox <PROFOX@LEAFE.COM>

<DIV></DIV>>Subject: RE: EDI

<DIV></DIV>>Date: Mon, 23 Jul 2001 08:05:39 -0500

<DIV></DIV>>

<DIV></DIV>>The string functions (among others) as well as strtofile() and filetostr()

<DIV></DIV>>are very good for this. As far as any prepackaged VFP source code for doing

<DIV></DIV>>common EDI tasks, I don't know of any.

<DIV></DIV>>

<DIV></DIV>>I have several EDI systems (with VFP) in place. Are you wanting to know

<DIV></DIV>>anything specific?

<DIV></DIV>>

<DIV></DIV>>- AHilton

<DIV></DIV>>

<DIV></DIV>>

<DIV></DIV>> >>

<DIV></DIV>>-----Original Message-----

<DIV></DIV>>From: profox@leafe.com [mailto:profox@leafe.com]On Behalf Of Allan Voiron

<DIV></DIV>>Sent: Monday, July 23, 2001 6:18 AM

<DIV></DIV>>To: Multiple recipients of ProFox

<DIV></DIV>>Subject: EDI

<DIV></DIV>>

<DIV></DIV>>

<DIV></DIV>>Hello all:

<DIV></DIV>>

<DIV></DIV>>Does anyone know of any VFP functions/programs that interface with EDI.

<DIV></DIV>>

<DIV></DIV>>Thank you

<DIV></DIV>>

<DIV></DIV>>

<DIV></DIV>>Allan Voiron

<DIV></DIV>><<

<DIV></DIV>>

<DIV></DIV>>

<DIV></DIV>> DIV></DIV></div><br clear=all><hr>Get your FREE download of MSN Explorer at <a href='http://go.msn.com/bql/hmtag_itl_EN.asp'>http://explorer.msn.com</a><br></html>

©2001 Allan Voiron
Back to top
RE: EDI

Author: Thorp, Ronald

Posted: 2001-07-23 11:39:04   Link

Hi Allen,

New Generation Computing writes an application called Apparel Management

Accounting System (AMAS) this does EDI.

I worked on it a few years ago.

The Web site is www.NGCSoftware.com

I don't know if this will be much help or not.

Ron

>Hello all:

>

>Does anyone know of any VFP functions/programs that interface with EDI.

>

>Thank you

>

©2001 Thorp, Ronald
Back to top
RE: EDI

Author: Desmond Lloyd

Posted: 2001-07-23 13:34:55   Link

EDI is Electronic Data Exchange, a "standardized" set of transactions that

allows one system to

talk to another.

I believe the links referred to below point to some of those standards...

The only "problem" with EDI is the assumption that both parties are using

the same

standards and are set up to receive and send documents of that type.

The problem often is, getting the two parties to talk!

Your company might consider it, assuming that they already have EDI

capabilities....

FWIW

Desmond....

-----Original Message-----

From: Gum, Greg (GEAE, Greenwich) [mailto:greg.gum@ae.ge.com]

Sent: Monday, July 23, 2001 1:23 PM

To: Multiple recipients of ProFox

Subject: RE: EDI

What exactly is EDI? I have heard of it, and one electronics

company in Alaska I worked for used it for incoming order from customers.

Only thing was that we hardly every got any orders over that line, so when

we did, sometimes it would sit for several days before getting acted upon.

Here at my company, we would like to be able to get PO's or Invoices

electronically, and I am wondering if EDI might be able to help us in this

regard. Is it still something that is in use?

Greg

-----Original Message-----

From: A Hilton [mailto:ahilton@usexpr.com]

Sent: Monday, July 23, 2001 10:50 AM

To: Multiple recipients of ProFox

Subject: RE: EDI

Are you looking for the EDI standard for the Garment Industry? X12/EDIFACT

standards? You might want to start with www.disa.org and then get more

detailed with the industry you are wanting to target. There's also a good

mail-list (EDI-L) at http://www.mail-archive.com/edi-l%40listserv.ucop.edu/

for the archives.

Are you wanting to create a Foxpro application to translate/map/app

integrate the EDI? You'll want to get hold of the X12 and/or EDIFACT

document standards (see DISA above) and probably get some commercial

translators/mappers to see how they work. It's not really as big of a deal

as most 'EDI professionals' and consultants will have you believe to make

your own EDI translators/mappers/app integration applications in Foxpro. I

made my first EDI system from Foxpro in 2 months when I was told by

everybody (in the EDI industry) I could never do it and even thought it

would take about a year myself.

Foxpro is a great tool for this type of application. By the way, I provide

programming consultation and training specifically for doing EDI with

Foxpro. Contact me by private email if you are interested.

- AHilton

ahilton@sofnet.com

>>

-----Original Message-----

From: profox@leafe.com [mailto:profox@leafe.com]On Behalf Of Allan Voiron

Sent: Monday, July 23, 2001 10:28 AM

To: Multiple recipients of ProFox

Subject: RE: EDI

Dear AHilton:

Thank you so much for your reply!

I am looking for EDI for the Garment industry to interface with VFP.

The following is needed:

Orders, Order confirmations & Invoices

I appreciate your help.

Allan Voiron

<<

©2001 Desmond Lloyd
Back to top
RE: EDI

Author: David M. Horton

Posted: 2001-07-23 13:53:17   Link

Take a look at Biztalk server http://www.microsoft.com/biztalk/

and www.biztalk.org.

Using XML in a publish/subscribe manner via message queues for business

document interchange looks very interesting in this problem space.

-David

>

What exactly is EDI? I have heard of it, and one electronics

company in Alaska I worked for used it for incoming order from customers.

Only thing was that we hardly every got any orders over that line, so when

we did, sometimes it would sit for several days before getting acted upon.

Here at my company, we would like to be able to get PO's or Invoices

electronically, and I am wondering if EDI might be able to help us in this

regard. Is it still something that is in use?

Greg

<

©2001 David M. Horton
Back to top
RE: EDI

Author: Desmond Lloyd

Posted: 2001-07-23 14:00:29   Link

Ah yes but who will define the new standards for XML, or excuse my

ignorance, will

XML correct that minor little inconvenience... <grin>

Desmond

-----Original Message-----

From: Juergen Wondzinski [mailto:woody@prolib.de]

Sent: Monday, July 23, 2001 1:46 PM

To: Multiple recipients of ProFox

Subject: RE: EDI

Hi Greg,

The bad thing with EDI is that there is NO such thing as a standard. =

EDI is

swamped with a gazillion of different subsets and substandards, =

rendering

the whole concept a big mess. Therefor you will not find one single =

EDI

converter doing all, they are all specialized.

EDI will get replaced by XML based exchange formats, many companies =

already

switched to it. In fact, EDI is the best "worstcase" example why XML is

better suited for exchanging data betwenn different parties.

=A0Servus

=A0=A0=A0 wOOdy

=A0|_/| ---- ProLib - programmers liberty -----

=A0(.. ) Our 5=A0MVPs make the Fox run... See us

=A0 - /=A0 at www.prolib.de or www.AFPages.com

-----Original Message-----

From: profox@leafe.com [mailto:profox@leafe.com]On Behalf Of Desmond

Lloyd

Sent: Monday, July 23, 2001 8:35 PM

To: Multiple recipients of ProFox

Subject: RE: EDI

EDI is Electronic Data Exchange, a "standardized" set of transactions =

that

allows one system to talk to another. I believe the links referred to =

below

point to some of those standards... The only "problem" with EDI is the

assumption that both parties are using the same standards and are set =

up to

receive and send documents of that type. The problem often is, getting =

the

two parties to talk! Your company might consider it, assuming that =

they

already have EDI capabilities....

FWIW

Desmond....

©2001 Desmond Lloyd