SpreadsheetDocument.ShowHeaders WEB Client

This forum is intended for cases when a problem can not be solved due to restrictions of the platform: a bug or lack of functionality.

#1
People who like this:0Yes/0No
Just came
1C:Professional
Rating: 1
Joined: Mar 7, 2016
Company: 4b-software UG

Hi!

While editing SpreadsheetDocument I try to toggle the ShowHeaders attribute:

Code
&AtClient
Procedure ToggleHeader(Command)
   
    Items.SpreadsheetDocument.ShowHeaders = Not Items.SpreadsheetDocument.ShowHeaders;
   
EndProcedure


This works fine on Thin and Thick Client, but NOT on WEB Client.

I'm using 1C:Enterprise 8.3 (8.3.10.2168)

Any idea?

Thanks
Michael

 
#2
People who like this:0Yes/0No
Active user
Rating: 7
Joined: Nov 3, 2011
Company: 1C Company

Michael,

it is a limitation of the web client. So far this property does not work in the web client (you can assign a value to it, though). This will be fixed in the future versions of 1C:Enterprise. I'm sorry for the inconvenience.

 
#3
People who like this:0Yes/0No
Just came
1C:Professional
Rating: 1
Joined: Mar 7, 2016
Company: 4b-software UG

Thanks for this information, Yulia.

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.