I'm new to FiveWin. I have a generic routine for browsing files in Clipper. I called it DbBrowse(nRow1, nCol1, nRow2, nCol2, aoColumns, ...). Basically I send the coordinates and the Columns (array) and that's it. How can I implement these using FiveWin ?
How can I implement a report with preview ? I need the simplest example of both (TBrowse & a report) using FiveWin. Thank you.