PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Connector
Connector
Débuté par James Harris, 25 juil. 2008 17:20 - 1 réponse
Posté le 25 juillet 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??
Posté le 31 juillet 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