PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Connector
Connector
Started by James Harris, Jul., 25 2008 5:20 PM - 1 reply
Posted on July, 25 2008 - 5:20 PM
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??
Posted on July, 31 2008 - 5:56 PM
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