How can I show the deleted records in Ors ?
- Code: Select all Expand view
- 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.