DDEDisconnect

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > PDMSystem >

DDEDisconnect

Description

Close a connection previously opened with server <server name>

Syntax

call DBWShell("DDEDisconnect")

See also

DDEConnect command
DDESend command

DDE syntax and parameters for DBWorks StandAlone users

Example

DBWShell("DDEConnect DdeExec DrawRect")

if okDBW = true then
        DBWShell("DDESend " & replace("[pen(red)][line(0,0,50,50)]"," ","|") )
        DBWShell("DDEDisconnect")
end if