Please enable JavaScript to view this site.

ESL Documentation

The on drophelp response should tell the user what happens if they drop the object they are dragging on the target object.

 

response to PrinterIcon_IR

    on drophelp

if (dragtype = "Customer") then

    copy "DropPrintCustomer" to HelpID_SV

    call HelpDisplayHelpPanel( HelpID_SV )

end if