Refresh TfrxDataset
Hello,
How can I assign the new property sql.text and refresh TfrxDataset?
Regards, Evariste
How can I assign the new property sql.text and refresh TfrxDataset?
Regards, Evariste
Comments
Why don't you use TfrxADOQuery that has SQL property as TWideStrings with 'text' method ready to use?
If you don't want to create your Component (based on TfrxDataSet) you may use query.Close and then query.Open to get a Refresh efect.
Regards
Mick