What is the best way to exchange data between two running FWH programs?
Thanks in advance,
Otto
exchange data
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: exchange data
A file? TCP/IP (look at sockcli.prg and sockserv.prg)?
EMG
EMG
Hello Enrico,
I have a billing software and a customer administration software.
If I need a new customer in the billing software I have up to now a function inside the billing software to add a new customer.
But I think it would be easier to call the administration software and add there the new customer and then to have the data inside the billing software.
Regards,
Otto
I have a billing software and a customer administration software.
If I need a new customer in the billing software I have up to now a function inside the billing software to add a new customer.
But I think it would be easier to call the administration software and add there the new customer and then to have the data inside the billing software.
Regards,
Otto
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Otto,
>But I think it would be easier to call the administration software and add there the new customer and then to have the data inside the billing software
Why not just compile the add customer routines from the customer software into the billing software? Then you can add a customer from inside either program.
James
>But I think it would be easier to call the administration software and add there the new customer and then to have the data inside the billing software
Why not just compile the add customer routines from the customer software into the billing software? Then you can add a customer from inside either program.
James