How can I show the deleted records in Ors ?
FWCONNECT oCn HOST cServer USER cUser PASSWORD cPassword DATABASE cDatabase
if oCn == nil
? "Failed to connect"
return nil
endif
oRs := oCn:RowSet( "SELECT * FROM ploegen" )This set a filter correct
ACTION (oRs:SetFilter( "ploeg2017 = ?", { ::cCaption } )
But I also want a button that shows de deleted records? I have SET DELETED ON on top of the program.
Using: FWH 23.08 with Harbour