
Question:
When creating a button, if I go to the Script for "onbuttonclick", what do I need to add?
Answer:
Sub OpenFile(strFile)
Dim objShell
Set objShell = CreateObject("Shell.Application")
objShell.ShellExecute strFile, "", "", "open", 1
Set objShell = Nothing
End SubOpenFile "C:1!.xls"
Subscribe To Our Newsletter
Join our mailing list to receive the latest Infor CRM (Saleslogix) and Creatio (bpm'online) news and product updates!
You have Successfully Subscribed!