|
Iniciado por james, 25,jul. 2008 17:20 - 1 respuesta |
| |
| | | |
|
| |
Publicado el 25,julio 2008 - 17:20 |
How does WebDev go connecting to exchange via a connector. Syncing contacts, appointments etc. Does it to it natively or is a 3rd party product required. Is one available?? |
| |
| |
| | | |
|
| | |
| |
Publicado el 31,julio 2008 - 17:56 |
Hi,
WINDEV exchanges with a connector via the serial port (COM port). For doing this, U need an ActiveX called Oncom already exist in WEBDEV.
Then, U send and receive messages by this ActiveX.
Here is an example :
//Define the port oComm>>CommPort = 4
//Open the port oComm>>PortOpen = Vrai
//To send a message oComm>>Output(txtMessage + Caract(26) + CR)
Good luck.
Serge Thierry thierry.tsitoara@dev-soft.net DEVSOFT |
| |
| |
| | | |
|
| | | | |
| | |
|