BUG: Error message gives wrong information
I have run into a little error.
When having a DataSource field "Analysis.No" and type it wrong as e.g. "[Analysis.Na]" into a textbox I get this error:
Translated e.g.
Which is wrong. 'Analysis' is part of the current context, but 'Na' is not part of the 'Analysis' context.
I am using the .net Framework 4.0 demo of FastReport.
Samser
When having a DataSource field "Analysis.No" and type it wrong as e.g. "[Analysis.Na]" into a textbox I get this error:
Text1: Error CS0103: Der Name 'Analysis' ist im aktuellen Kontext nicht vorhanden.
Translated e.g.
Text1: Error CS0103: The Name 'Analysis' is not part of the current context.
Which is wrong. 'Analysis' is part of the current context, but 'Na' is not part of the 'Analysis' context.
I am using the .net Framework 4.0 demo of FastReport.
Samser
Comments
If there is an error in the script, compiler generates error "..... is not part of the current context."
and textBox1.Text contains :