Home computickets "Variable not defined" error

“Variable not defined” error

Author

Date

Category

When checking below the specified module

TabularSectionRow = elements.NomenclatureList.CurrentData;
TabularSection Row.Price = WorkWith Reference.RetailPrice
(Object.Date, TabularSectionRow.Nomenclature);
WorkWithDocuments.CalculateSum (TabularSectionRow);

The following error appears:
{Document.Service.Form.DocumentForm.Form (24,28)}: Variable is not defined (WorkWithDirectory)
TabularSectionRow.Price = & lt; & gt; Work With Reference.RetailPrice (Check: Thin Client)

Please tell me why this error occurs and how you can solve it.


Answer 1

The error occurs because the variable is not defined. The solution is simple – use only created and known variables.

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions