Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Really all you would need to do is within your data source, in the BuildSelectCommand, in the QueryInfo.QueryType is SELECT_TOP, just ignore this and take another action. That would be the only place that you would need to change this. The BrowseDialog uses the QueryInformation class for all query requests, so it should make changing this farily simple and straight forward.
|