Re: [fpc-pascal] scope error? duplicate identifier property andparameter

2006-03-12 Thread L505
> I am getting an error compiling with fpc 2.1.1 under lazarus with duplicate identifier > that seems to be a scope error. Under lazarus all you have to do is add > any dataset and add an onposterror event handler. > it doesn't like that "Action" is both a property of an object and a parameter of

[fpc-pascal] scope error? duplicate identifier property and parameter

2006-03-12 Thread Dale Welch
I am getting an error compiling with fpc 2.1.1 under lazarus with duplicate identifier that seems to be a scope error. Under lazarus all you have to do is add any dataset and add an onposterror event handler. it doesn't like that "Action" is both a property of an object and a parameter of a pro