{1, {3, {"Standard",1,0,"",""}, {18, {"Control",1,0,"",""}, {0, {"If",0,0,"If","If Then EndIf;"} }, {0, {"IfElse",0,0,"If","If Then Else EndIf;"} }, {0, {"While",0,0,"While","While Do EndDo;"} }, {0, {"For",0,0,"For","For To Do EndDo;"} }, {0, {"For Each",0,0,"For[ Each]","For Each In Do EndDo;"} }, {0, {"Procedure",0,0,"Proc[edure]","Procedure () EndProcedure "} }, {0, {"Procedure (with header)",0,0,"Proc[edure]","// // // Parameters: // - - // // - - // // Procedure () EndProcedure // () "} }, {0, {"Procedure in a form module",0,0,"Proc[edure]","// // // Parameters: // - - // // - - // // & Procedure () EndProcedure // ()"} }, {0, {"Procedure in a command module",0,0,"Proc[edure]","// // // Parameters: // - - // // - - // // & Procedure () EndProcedure // ()"} }, {0, {"Function",0,0,"Func[tion]","Function () EndFunction // () "} }, {0, {"Function (with header)",0,0,"Func[tion]","// // // // Parameters: // - - // // - - // // // Returns: // - // Function () EndFunction // () "} }, {0, {"Function in a form module",0,0,"Func[tion]","// // // // Parameters: // - - // // - - // // // Returns: // - // & Function () EndFunction // ()"} }, {0, {"Function in a command module",0,0,"Func[tion]","// // // // Parameters: // - - // // - - // // // Returns: // - // & Function () EndFunction // () "} }, {0, {"Return",0,0,"","Return;"} }, {0, {"Try",0,0,"Try","Try Except EndTry;"} }, {0, {"Compilation directive",0,0,"Direc[tive]","& "} }, {0, {"Instruction If",0,0,"Instr[ution]","#If Then #EndIf"} }, {0, {"Instruction Region",0,0,"#Reg[ion]","#Region #EndRegion"} } }, {18, {"Applied",1,0,"",""}, {0, {"Enumeration",0,1,"Enum[s]","PredefinedValue(""Enum."")"} }, {2, {"Functional options",1,0,"",""}, {0, {"Get a functional option",0,1,"Func[tional option]","GetFunctionalOption("""")"} }, {0, {"Get an interface functional option",0,1,"Func[tional option]","GetInterfaceFunctionalOption("""")"} } }, {4, {"Common forms",1,0,"",""}, {0, {"Open a common form",0,0,"Open[Form]","OpenForm(""CommonForm."");"} }, {0, {"Open a common form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); OpenForm(""CommonForm."", FormParameters);"} }, {0, {"Get a common form",0,0,"Get[Form]","GetForm(""CommonForm."");"} }, {0, {"Get a common form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); Form = GetForm(""CommonForm.""); "} } }, {5, {"Exchange plans",1,0,"",""}, {0, {"Open an exchange plan form",0,0,"Open[Form]","OpenForm(""ExchangePlan.."");"} }, {0, {"Open an exchange plan form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); OpenForm(""ExchangePlan.."", FormParameters);"} }, {0, {"Get an exchange plan form",0,0,"Get[Form]","GetForm(""ExchangePlan.."");"} }, {0, {"Get an exchange plan form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); Form = GetForm(""ExchangePlan.."", FormParameters); "} }, {0, {"Items traversal",0,0,"","Selection = ExchangePlans..Choose(); While Selection.Next() Do EndDo;"} } }, {3, {"Constants",1,0,"",""}, {0, {"Get/Set",0,0,"Const[ants]","Constants..()"} }, {0, {"Set",0,0,"","Constants..Set();"} }, {0, {"Get",0,0,"","Constants..Get()"} } }, {6, {"Catalogs",1,0,"",""}, {0, {"Open a catalog form",0,0,"Open[Form]","OpenForm(""Catalog.."");"} }, {0, {"Open a catalog form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); OpenForm(""Catalog.."", FormParameters);"} }, {0, {"Get a catalog form",0,0,"Get[Form]","GetForm(""Catalog.."");"} }, {0, {"Get a catalog form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); Form = GetForm(""Catalog.."", FormParameters); "} }, {0, {"Item traversal",0,0,"","Select = Catalogs..Select(); While Select.Next() Do EndDo;"} }, {0, {"Items hierarchical traversal",0,0,"","Select = Catalogs..SelectHierarchicaly(); While Select.Next() Do EndDo;"} } }, {6, {"Documents",1,0,"",""}, {0, {"Open a document form",0,0,"Open[Form]","OpenForm(""Document.."");"} }, {0, {"Open a document form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); OpenForm(""Document.."", FormParameters);"} }, {0, {"Get a document form",0,0,"Get[Form]","GetForm(""Document.."");"} }, {0, {"Get a document form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); Form = GetForm(""Document.."", FormParameters); "} }, {0, {"Document walk-through",0,0,"","Select = Documents..Select(); While Selection.Next() Do EndDo;"} }, {0, {"RegisterRecords",0,0,"","RegisterRecords."} } }, {4, {"Reports",1,0,"",""}, {0, {"Open a report form",0,0,"Open[Form]","OpenForm(""Report.."");"} }, {0, {"Open a report form (with parameters)",0,0,"Open[Form]","FormParameters = New Structure; FormParameters.Insert("""", ); OpenForm(""Report.."", FormParameters);"} }, {0, {"Get a report form",0,0,"Get[Form]","GetForm(""Report.."");"} }, {0, {"Get a report form (with parameters)",0,0,"Get[Form]","FormParameters = New Structure; FormParameters.Insert("""", ); Form = GetForm(""Report.."", FormParameters); "} } }, {4, {"Data processors",1,0,"",""}, {0, {"Open a data processor form",0,0,"Open[Form]","OpenForm(""DataProcessor.."");"} }, {0, {"Open a data processor form (with parameters)",0,0,"Open[Form]","FormParameters = New Structure; FormParameters.Insert("""", ); OpenForm(""DataProcessor.."", FormParameters);"} }, {0, {"Get a data processor form",0,0,"Get[Form]","GetForm(""DataProcessor.."");"} }, {0, {"Get a data processor form (with parameters)",0,0,"Get[Form]","FormParameters = New Structure; FormParameters.Insert("""", ); Form = GetForm(""DataProcessor.."", FormParameters); "} } }, {5, {"Charts of characteristic types",1,0,"",""}, {0, {"Open a chart of characteristic types form",0,0,"Open[Form]","OpenForm(""ChartOfCharacteristicTypes.."");"} }, {0, {"Open a chart of characteristic types form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); OpenForm(""ChartOfCharacteristicTypes.."", FormParameters);"} }, {0, {"Get a chart of characteristic types form",0,0,"Get[Form]","GetForm(""ChartOfCharacteristicTypes.."");"} }, {0, {"Get a chart of characteristic types form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); Form = GetForm(""ChartOfCharacteristicTypes.."", FormParameters); "} }, {0, {"Charts of characteristic types traversal",0,0,"","Selection = ChartOfAccounts..Choose(); While Selection.Next() Do EndDo;"} } }, {5, {"Charts of accounts",1,0,"",""}, {0, {"Open a chart of accounts form",0,0,"Open[Form]","OpenForm(""ChartOfAccounts.."");"} }, {0, {"Open a chart of accounts form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); OpenForm(""ChartOfAccounts.."", FormParameters);"} }, {0, {"Get a chart of accounts form",0,0,"Get[Form]","GetForm(""ChartOfAccounts.."");"} }, {0, {"Get a chart of accounts form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); Form = GetForm(""ChartOfAccounts.."", FormParameters); "} }, {0, {"Find by code",0,0,"","ChartsOfAccounts..FindByCode()"} } }, {5, {"Chart of calculation types",1,0,"",""}, {0, {"Open a chart of calculation types form",0,0,"Open[Form]","OpenForm(""ChartOfCalculationTypes.."");"} }, {0, {"Open a chart of calculation types form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); OpenForm(""ChartOfCalculationTypes.."", FormParameters);"} }, {0, {"Get a chart of calculation types form",0,0,"Get[Form]","GetForm(""ChartOfCalculationTypes.."");"} }, {0, {"Get a chart of calculation types form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); Form = GetForm(""ChartOfCalculationTypes.."", FormParameters); "} }, {0, {"Charts of calculation types traversal",0,0,"","Selection = ChartsOfCalculationTypes..Choose(); While Selection.Next() Do EndDo;"} } }, {5, {"Business processes",1,0,"",""}, {0, {"Open a business process form",0,0,"Open[Form]","OpenForm(""BusinessProcess.."");"} }, {0, {"Open a business process form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); OpenForm(""BusinessProcess.."", FormParameters);"} }, {0, {"Get a business process form",0,0,"Get[Form]","GetForm(""BusinessProcess.."");"} }, {0, {"Get a business process form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); Form = GetForm(""BusinessProcess.."", FormParameters); "} }, {0, {"Business processes traversal",0,0,"","Selection = BusinessProcessы..Choose(); While Selection.Next() Do EndDo;"} } }, {4, {"Tasks",1,0,"",""}, {0, {"Open a task form",0,0,"Open[Form]","OpenForm(""Task.."");"} }, {0, {"Open a task form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); OpenForm(""Task.."", FormParameters);"} }, {0, {"Get a task form",0,0,"Get[Form]","GetForm(""Task.."");"} }, {0, {"Get a task form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); Form = GetForm(""Task.."", FormParameters); "} } }, {6, {"Information registers",1,0,"",""}, {0, {"Open an information register form",0,0,"Open[Form]","OpenForm(""InformationRegister.."");"} }, {0, {"Open an information register form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); OpenForm(""InformationRegister.."", FormParameters);"} }, {0, {"Get an information register form",0,0,"Get[Form]","GetForm(""InformationRegister.."");"} }, {0, {"Get an information register form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); Form = GetForm(""InformationRegister.."", FormParameters); "} }, {0, {"Selection of information register records",0,0,"","Selection = InformationRegister..Choose(); While Selection.Next() Do EndDo;"} }, {0, {"Selection of information register records (by recorder)",0,0,"","Selection = InformationRegister..ВыбратьПоРегистратору(); While Selection.Next() Do EndDo;"} } }, {6, {"Accumulation registers",1,0,"",""}, {0, {"Open an accumulation register form",0,0,"Open[Form]","OpenForm(""AccumulationRegister.."");"} }, {0, {"Open an accumulation register form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); OpenForm(""AccumulationRegister.."", FormParameters);"} }, {0, {"Get an accumulation register form",0,0,"Get[Form]","GetForm(""AccumulationRegister.."");"} }, {0, {"Get an accumulation register form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); Form = GetForm(""AccumulationRegister.."", FormParameters); "} }, {0, {"Selection of accumulation register records",0,0,"","Selection = InformationRegister..Choose(); While Selection.Next() Do EndDo;"} }, {0, {"Selection of accumulation register records (by recorder)",0,0,"","Selection = InformationRegister..ВыбратьПоРегистратору(); While Selection.Next() Do EndDo;"} } }, {6, {"Accounting registers",1,0,"",""}, {0, {"Open an accounting register form",0,0,"Open[Form]","OpenForm(""AccountingRegister.."");"} }, {0, {"Open an accounting register form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); OpenForm(""AccountingRegister.."", FormParameters);"} }, {0, {"Get an accounting register form",0,0,"Get[Form]","GetForm(""AccountingRegister.."");"} }, {0, {"Get an accounting register form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); Form = GetForm(""AccountingRegister.."", FormParameters); "} }, {0, {"Selection of accounting register records",0,0,"","Selection = InformationRegister..Choose(); While Selection.Next() Do EndDo;"} }, {0, {"Selection of accounting register records (by recorder)",0,0,"","Selection = InformationRegister..ВыбратьПоРегистратору(); While Selection.Next() Do EndDo;"} } }, {6, {"Calculation registers",1,0,"",""}, {0, {"Open a calculation register form",0,0,"Open[Form]","OpenForm(""CalculationRegister.."");"} }, {0, {"Open a calculation register form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); OpenForm(""CalculationRegister.."", FormParameters);"} }, {0, {"Get a calculation register form",0,0,"Get[Form]","GetForm(""CalculationRegister.."");"} }, {0, {"Get a calculation register form (with parameters)",0,0,"","FormParameters = New Structure; FormParameters.Insert("""", ); Form = GetForm(""CalculationRegister.."", FormParameters); "} }, {0, {"Selection of calculation register records",0,0,"","Selection = InformationRegister..Choose(); While Selection.Next() Do EndDo;"} }, {0, {"Selection of calculation register records (by recorder)",0,0,"","Selection = InformationRegister..ВыбратьПоРегистратору(); While Selection.Next() Do EndDo;"} } } }, {11, {"Other",1,0,"",""}, {0, {"Message",0,1,"Mes[sage]","Message = New UserMessage; Message.Text = """"; Message.Field = """"; Message.SetData(); Message.Message();"} }, {0, {"DoMessageBox",0,0,"DoMes[sageBox]","DoMessageBox();"} }, {0, {"Format",0,0,"Format","Format(, """")"} }, {0, {"Format string",0,1,"",""""""} }, {0, {"Create a structure",0,0,"Struc[ture]","New Structure("""", )"} }, {0, {"Query",0,0,"","Query = New Query; Query.Text = """"; Result = Query.Execute(); Selection = Result.Choose(); While Selection.Next() Do EndDo; "} }, {0, {"Query with parameter",0,0,"","Query = New Query; Query.Text = """"; Query.SetParameter("""", ); Result = Query.Execute(); Selection = Result.Choose(); While Selection.Next() Do EndDo;"} }, {0, {"Promt",0,0,"DoQuer[yBox]","DoQueryBox("""", )"} }, {0, {"Conditional Prompt",0,0,"DoQuer[yBox]","DoQueryBox("""", ) = "} }, {0, {"Type check",0,0,"","If TypeOf() = Type("""") Then EndIf; "} }, {0, {"TypeDescriptionConstructor",0,0,"",""} } } } }