PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → Connector
Connector
Iniciado por James Harris, jul., 25 2008 5:20 PM - 1 resposta
Publicado em julho, 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??
Publicado em julho, 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