|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > PDMSystem > DDEDisconnect |
Close a connection previously opened with server <server name>
call DBWShell("DDEDisconnect")
DDEConnect command
DDESend command
DDE syntax and parameters for DBWorks StandAlone users
DBWShell("DDEConnect DdeExec DrawRect")
if okDBW = true then
DBWShell("DDESend " & replace("[pen(red)][line(0,0,50,50)]"," ","|") )
DBWShell("DDEDisconnect")
end if