The 1C:Enterprise developers forum

#1
People who like this: 0 Yes / 0 No
Active user
Rating: 7
Joined: Jul 28, 2015
Company:

Hi everyone, I need to hide some formdatacollectionitems. Is that possible how can I do that?

I mean I need to hide row of tabular section on document form. How can I do that?

Edited: Mehmet Tuğrul SARIÇİÇEK - Nov 09, 2015 04:19 AM
 
#2
People who like this: 0 Yes / 0 No
Timofey Bugaevsky
Guest

Joined:
Company:

Hello, Mehmet Tuğrul SARIÇİÇEK.

You can use a table attribute to display data to the user and before writing the document assemble this data and place into the tabular section.

 
#3
People who like this: 0 Yes / 0 No
Active user
Rating: 7
Joined: Jul 28, 2015
Company:

Thank you Timofey Bugaevsky,

I can't told you. For example I want to hide this row as programmatically. How can I do that? This row shouldn't delete, just should be hide.

 
#4
People who like this: 0 Yes / 0 No
Interested
Rating: 27
Joined: Apr 5, 2012
Company: 1TÇ Şirketi - Merv Bilgi İşlem Otomasyonu Yazılım Ltd. Şti.

Mehmet Tuğrul SARIÇİÇEK,
There is no hiding function.

I think you should for what aim you want to hide it?

According to answer suit solution may change.

 
#5
People who like this: 0 Yes / 0 No
Just came
Rating: 0
Joined: May 28, 2014
Company:

If such rows are identified by some custom attribute (e.g. 'IsHidden'), then you can use (un)switchable filter IsHidden = False.

Items.Goods.RowFilter...

Edited: Aleksei Antipin - Nov 09, 2015 03:18 PM
 
#6
People who like this: 0 Yes / 0 No
Active user
Rating: 7
Joined: Jul 28, 2015
Company:

Murat Yazlıyev,

I have to some datas which related to different objects. F.e I have to store 2 or 3 equip list we can not know how is it on a tabular section. One equip list related a one catalog object, other related other. And I want to show list which is related selected catalog object. Could I explain?

 
#7
People who like this: 0 Yes / 0 No
Timofey Bugaevsky
Guest

Joined:
Company:

Hello, Mehmet Tuğrul SARIÇİÇEK.

You can change the Visible property of form items of your lists. For example in the OnCreateAtServer event handler.

 
#8
People who like this: 0 Yes / 0 No
Active user
Rating: 7
Joined: Jul 28, 2015
Company:

Timofey Bugaevsky,

I want to hide row not form item sir

 
#9
People who like this: 0 Yes / 0 No
Timofey Bugaevsky
Guest

Joined:
Company:

You can create different lists with filters that depend on some settings. And change visibility of those lists.

Unfortunately I'm not sure that I understand correctly the case where you want to use hiding of rows. Because it can lead to misunderstanding for users as well.

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