Question:
We went from Version 6.2 to 7.2 about a year and one feature that every misses is being able to pull up a crystal report from a button on a form. In 6.2 it was easy to create an object which was linked to a particular crystal report.
Is there a simple way to recreate this function in 7.2 SP2 ?
Answer:
It is still very easy to do - use Application.BasicFunctions.DoInvoke "CrystalReportPreview","Family:NameOfReport" - you can add this to a button, script wherever you need it.