delphi

How to assign dataset dynamically to Fast report?

Hi all, I have created a report using Fast Report Designer and calling this using Delphi 6. But datasets for the master databad and the fields are not assinged at design time. Iwant to set these properties at runtime depends on the selected dataset. How can I do that. How can I access the dataset property of the master band in Delphi be...

Hyperlinks on Grid

Hi there, I'm just wondering if anyone has implemented hyperlinks in grids. I got a grid with several columns i.e. Customers, Products, Contacts, Invoice etc etc. And I want to pop up a screen depends on which cell it clicked on. I don't want to simply trap on the OnCellClick event but only when text is clicked, like a url\hyperlink...