Question:
How do you open a pdf from the onclick event of a button??? SalesLogix LAN verion 7.2.2
Answer:
In the onclick event of a button, you can put in………Application.BasicFunctions.DoInvoke “Open”, “C:Document.pdf”
C:Document.pdf= the path of your document



