No announcements
Found 3301474 threads
-
9 Votes
How to set and read value of Yes/No column programmatically?
Below is some example code that shows how to convert the value of a yesno SharePoint field to a bool value, and some code on how to set the value.Answered | 7 Replies | 94410 Views | Created by Lenzar - Monday, May 17, 2010 7:59 PM | Last reply by navyjax2 - Thursday, September 25, 2014 2:01 AM -
0 Votes
Set value of Yes/No column in code
Hi Laxmikant, Try setting the Yes/No type column with the boolean values (true/false) as ...Answered | 1 Replies | 3985 Views | Created by Laxmikant Rathi - Monday, April 30, 2012 6:50 AM | Last reply by Devang Bhavsar - Monday, April 30, 2012 7:46 AM -
2 Votes
Yes/No columns for sharepoint lists
event while retrive also you have to pass 0 or 1 to filter Yes/No column.Answered | 4 Replies | 5249 Views | Created by Shaun Cline - Wednesday, March 21, 2012 2:51 PM | Last reply by Shaun Cline - Wednesday, March 21, 2012 5:12 PM -
0 Votes
How to Set a Content Type Column's Required value Programmatically
I believe you actually need to set it on the SPFieldLink object rather than the SPField object.Answered | 7 Replies | 10480 Views | Created by sdfsda - Tuesday, September 20, 2011 9:38 PM | Last reply by sdfsda - Wednesday, September 21, 2011 11:57 AM -
13 Votes
Unable to set "column settings" of Yes/No (Check Box) values "Required, Optional, Hidden" of content type column
I defaulted the value to be "No" and am using workflow to change the value to "Yes".Answered | 15 Replies | 50521 Views | Created by Fadious - Tuesday, September 28, 2010 7:24 PM | Last reply by DiaGeordie - Tuesday, June 30, 2020 10:35 AM -
0 Votes
How to make the default value of a column as read only?
But when I am going on the column settings, I am not getting any hidden option.Answered | 6 Replies | 5577 Views | Created by Nilesh Ahinave - Tuesday, April 14, 2009 12:02 PM | Last reply by Nilesh Ahinave - Tuesday, April 14, 2009 2:39 PM -
1 Votes
How to programmatically add value in metadata column ?
If the destination column is set to accept only single value, it will throw an error, here is the code for this case.Answered | 14 Replies | 13853 Views | Created by Dipti Chhatrapati - Thursday, June 7, 2012 9:38 AM | Last reply by ShahidAliK - Sunday, March 29, 2015 8:46 AM -
0 Votes
Checkbox Type Column Filter...Yes, No, Empty??
How can this value be empty?Answered | 3 Replies | 7252 Views | Created by ProgrammingNewbie - Wednesday, August 21, 2013 6:14 PM | Last reply by userdl - Friday, March 13, 2015 2:25 PM -
1 Votes
How to set the value of a foreign key field programmatically?
You set the relationship reference, as follows Dim o as ORder = Me.OrdersList.SelectedItem() Dim c as Customer = ...Answered | 2 Replies | 3333 Views | Created by Nasko B - Monday, March 19, 2012 6:01 PM | Last reply by Nasko B - Monday, March 19, 2012 6:58 PM -
0 Votes
how to create rdlc columns programmatically
So, that column generated and data table would be displayed.Answered | 3 Replies | 5287 Views | Created by Sayali99 - Friday, August 14, 2015 12:34 PM | Last reply by Mr. Monkeyboy - Monday, August 17, 2015 7:06 PM -
0 Votes
SSIS Lookup - Set values programmatically
Unfortunately, you will not be able to control it programmatically.Answered | 5 Replies | 5775 Views | Created by Ice_77 - Wednesday, April 28, 2010 5:35 AM | Last reply by Ice_77 - Tuesday, May 18, 2010 6:33 AM -
0 Votes
Unable to set "column settings" of Yes/No (Check Box) values "Required, Optional, Hidden" of content type column
Other column type such as Calculated column, the three options will also be grey out, as this column value is automatically set based ...Answered | 2 Replies | 867 Views | Created by SimhaVL - Tuesday, June 19, 2018 9:19 AM | Last reply by Jerry Zy - Wednesday, June 20, 2018 7:27 AM -
0 Votes
How to set a breakpoint programmatically ?
I am able to set a breakpoint in a project and then attach to a process.Answered | 2 Replies | 7072 Views | Created by Richard Malek - Tuesday, March 31, 2009 2:54 PM | Last reply by Richard Malek - Wednesday, April 15, 2009 10:23 AM -
0 Votes
Iterate/Read items in a multiple valued lookup column programmatically
Hi, See the following link: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spfieldlookupvaluecollection.aspx This should show you ...Answered | 2 Replies | 3471 Views | Created by Ton-Ton Keaton - Monday, May 14, 2012 7:52 AM | Last reply by JPRoelofse - Monday, May 14, 2012 8:15 AM -
0 Votes
Programmatically setting file "detail"
How could this be accomplished?Answered | 2 Replies | 5755 Views | Created by Mike Blake-Knox - Sunday, January 17, 2010 8:44 PM | Last reply by Yaron H - Wednesday, January 6, 2016 10:01 AM -
3 Votes
How to Read a Specific Column of Excel and Update Related Values
= null) if (array[i, j].ToString() == "pAge") { for (int m = i+1; m < rowNo; m++) ...Answered | 4 Replies | 27740 Views | Created by Behseini - Wednesday, May 30, 2012 6:01 PM | Last reply by Siddharth Rout - Saturday, June 2, 2012 4:07 AM -
0 Votes
How to set FieldRef attributes programmatically?
I posted sample code here, and you can get more in-depth information onAnswered | 9 Replies | 11317 Views | Created by Kiram - Friday, November 26, 2010 1:35 PM | Last reply by JoshKorn - Friday, November 4, 2011 1:25 PM -
0 Votes
Calculate Count of Yes in List Column
Thanks for the tip but I am using choice columns because the choices are Yes, No, TBD, NA and I only need to show the count of Yes for each column.Answered | 11 Replies | 1460 Views | Created by SharePointYoshi - Thursday, February 21, 2019 3:24 AM | Last reply by SharePointYoshi - Friday, March 1, 2019 9:19 AM -
1 Votes
How do you set Grid.Row and Grid.Column programmatically
Either: Grid.SetRow(elementToSetOn, ...Answered | 3 Replies | 7855 Views | Created by Wilsof - Saturday, December 31, 2011 9:13 PM | Last reply by Morten Nielsen - Sunday, January 1, 2012 12:48 AM -
11 Votes
Search Access Database for Yes / No value
Both evaluate to the same thing when using Jet SQL and is the "true" value that is stored in an Access Yes/No column.Answered | 20 Replies | 6084 Views | Created by goodhealthit - Friday, October 9, 2009 5:19 AM | Last reply by goodhealthit - Wednesday, October 28, 2009 1:59 AM - Items 1 to 20 of 3301474 Next ›
No announcements