Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Error compiling, variable of the Type TppDataType?

edited June 2003 in General
I wander when compiling,

Undeclared identifier TppDataType. That is happening when I want to use the
evendo OnFormat of the ppDBText where has variable DataType of the type
TppDataType. What to do?

procedure TForm1.ppDBText1Format(Sender: TObject; DisplayFormat: String;
DataType: TppDataType; Value: Variant; var Text: String);
begin

end;


Ivan

Comments

  • edited June 2003
    Hi Ivan,

    add 'ppTypes' to your uses clause.

    regards,
    Chris Ueberall;
This discussion has been closed.