Manual SQL statement & selection criteria
Hi,
Was just wondering what ideas people have in the situation where you need to
create an SQL statement manually due to its complication within the data
definition. In this case you lose the ability for users to enter their own
filtering. Any way to encompass both? V6.03
Thanks
Alex
Was just wondering what ideas people have in the situation where you need to
create an SQL statement manually due to its complication within the data
definition. In this case you lose the ability for users to enter their own
filtering. Any way to encompass both? V6.03
Thanks
Alex
This discussion has been closed.
Comments
Update to RB 9...
1. Use the new Report.OnInitializeParameters event to programmatically
create AutoSearchFields.
2. Use the new Report.BeforeOpenDataPipeline or the
Report.OnGetAutoSearchFieldValue event to apply the values entered by the
user to the SQL.
3. Use the new TdaSQLBuilder class to modify the SQL associated with the
datapipeline.
All of the above can be accomplished using RAP code or Delphi code.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Thanks
Alex
Correct.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
longer term plan.
Cheers