'BEGIN' Expected
I am receiving a 'BEGIN' Expected error when I have the following code in the code tab while using the Designer Form.
As far as I can tell, this follows the structure that appears in the FastReport 4.6 User's Manual on Page 87. There are 4 articles in this forum regarding this problem. However, the articles either contain obsolete references, are not applicable, or I couldn't understand the answer. None of the demo reports includes and example of how to use the uses clause. Clearly, I am missing something obvious but I just can't see it.
Best Regards,
Al
uses 'translation\gnugettext.pas';
begin
ShowMessage(_('Help'));
end.
As far as I can tell, this follows the structure that appears in the FastReport 4.6 User's Manual on Page 87. There are 4 articles in this forum regarding this problem. However, the articles either contain obsolete references, are not applicable, or I couldn't understand the answer. None of the demo reports includes and example of how to use the uses clause. Clearly, I am missing something obvious but I just can't see it.
Best Regards,
Al
Comments