logo

Warning: The forum is now for consultation only. Please use GitHub Discussions to post any questions or comments.


Welcome Guest ! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Oanh  
#1 Posted : Tuesday, August 20, 2019 2:44:32 PM(UTC)
Oanh

Rank: Newbie

Groups: Registered
Joined: 7/31/2019(UTC)
Posts: 2
Viet Nam

Thanks: 1 times
Please help me!
I want to set only one choice 'Equals' for the combobox. And set the total on the top of the list. How can I do that? Thank you!
epf  
#2 Posted : Wednesday, August 21, 2019 12:32:05 PM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 205 time(s) in 198 post(s)
Click on your restriction, expand the Advanced properties group, there is a property 'Can Change Operator' you can set to false...

Setting the total on the top of the list is not possible with the current option (could be a feature request ?), you can always edit 'Data Table' view template and change the HTML table generation:jjust cut the code between the <tfoot></tfoot> html tags (line 89-99), and insert it before <thead> (line 69), it seems to work fine.

Good luck


thanks 1 user thanked epf for this useful post.
Oanh on 8/26/2019(UTC)
Oanh  
#3 Posted : Monday, August 26, 2019 2:32:17 AM(UTC)
Oanh

Rank: Newbie

Groups: Registered
Joined: 7/31/2019(UTC)
Posts: 2
Viet Nam

Thanks: 1 times
Thank Rank for your help, I have another question that is
I want to put the name of objects in comboboxes and their values in the listbox
How I can do that?
Example: The object is "Days of the week" and their value are: sunday, monday, tuesday, .... not and hide "Equals, between, is null, is not null, blah blah"
Please help me!
epf  
#4 Posted : Monday, August 26, 2019 10:04:36 AM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 205 time(s) in 198 post(s)
there are several samples of this in Northwind.
check also https://sealreport.org/Sources#lineEnums
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.