Desktop version

Main > Forum > 1C:Enterprise Platform > 1C:Enterprise – Business applications platform > Logical End of Module Source Text Encountered Error

Forum

Search UsersRules
Logical End of Module Source Text Encountered Error
#1
Active user
Points:: 2
Joined:: Sep 16, 2011

Hello! I am trying to make a printed form of my document and received the following error:
{Document.GoodsExpence.Command.Print.CommandModule(8,13)}: Logical end of module source text encountered
EndProcedure<<?>>; (Verification: Server)
Here is the source code:
&AtClient
Procedure CommandProcessing(CommandParameter, CommandExecuteParameters)
   //{{_PRINT_WIZARD(Print)
   Spreadsheet = New SpreadsheetDocument;
   Spreadsheet.Show("PrintedForm");
   //}}
EndProcedure;

&AtServer
Procedure Print(Spreadsheet, CommandParameter)
   Documents.GoodsExpence.Print(Spreadsheet, CommandParameter);
EndProcedure

Profile
#2
Active user
Points:: 1
Joined:: Jul 20, 2011

Remove a semicolon after EndProcedure.

Profile
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)



© 1C LLC. All rights reserved
1C Company respects the privacy of our customers and visitors
to our Web-site.