Mega Search
23.2 Million


Sign Up

Make a donation  
Fast Report Dynamic SQL ???  
News Group: embarcadero.public.delphi.reporting-charting

I am using the Fast Report to build a report but I need send the sql statement dynamicly (like a param). Anyone knows if it is possible?
Tks.

Vote for best question.
Score: 0  # Vote:  0
Date Posted: 27-Jun-2014, at 11:04 AM EST
From: =?Utf-8?Q?Jo=C3=A3o_Cassella?=
 
Re: Fast Report Dynamic SQL ???  
News Group: embarcadero.public.delphi.reporting-charting
> {quote:title=João Cassella wrote:}{quote}
> I am using the Fast Report to build a report but I need send the sql statement dynamicly (like a param). Anyone knows if it is possible?
> Tks.
Try TfrxADOQuery(frxReport1.FindObject('ADOQuery1')).SQL.AddStrings(...);

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 2-Oct-2014, at 9:37 PM EST
From: Paul Gursky