In v3.21.13 Can't Trigger Event frxReport1GetValue

edited April 2006 in FastReport 3.0
I use Delphi 7

Still Can't Input Chinese in Edit of Dialog.

if use TfrxADOQuery ocuer an error in frxAdoComponets.pas

procedure TfrxADOQuery.OnChangeSQL(Sender: TObject);
var
i: Integer;
begin
if not FLock then
begin
{ needed to update parameters }
FQuery.SQL.Text := '';
FQuery.SQL.Assign(FStrings);//Throw an error, Mybe FString 'Length = 0
inherited;

{ fill datatype automatically, if possible }
for i := 0 to FQuery.Parameters.Count - 1 do
if (FQuery.Parameters.DataType <> ftUnknown) and
(Params.IndexOf(FQuery.Parameters.Name) <> -1) then
Params[Params.IndexOf(FQuery.Parameters.Name)].DataType := FQuery.Parameters.DataType;
end;
end;

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.