Hi,
If I want to use ..
procedure ppDBText74Format(Sender: TObject; DisplayFormat: String;
DataType: TppDataType; Value: Variant; var Text: String);
I get error:
[Erreur] MDMEtatsEtude.pas(294): Identifier not declared : 'TppDataType'
IS it normal ?
J-L
Comments
add 'ppTypes' to your uses clause.
regards,
Chris Ueberall;