I have a DataWindow which gets the records using select.
What I want to do is to be able to click on any record and open a new Window/DataWindow to display more information about that selected/clicked record.
I am fairly new to PB8 and struggling at the moment with this.
Can you please guide me in the right direction, will really appreciate it.
Cheers.
You want to look at OpenWithParm() or OpenSheetWithParm(), and calling one of those from the Clicked event (I'd recommend DoubleClicked, but it's your design) of the DataWindow control (on the window).
You might also want to look at the Getting Started Manual, which comes on the disk and is also available online.
Good luck,
Terry.