Tagged Questions
The lookupfield tag has no wiki summary.
1
vote
1answer
2k views
Programmatically generated Lookup Field causes “System.ArgumentException: Value does not fall within the expected range” when creating new item
I created a content type TypeA that has a lookup field to basic ListB. Then I create a ListA that uses TypeA. Everything is created programmatically.
An exception is thrown when ListA's 'add new ...
1
vote
4answers
348 views
MS Access 07 - Q re lookup column vs many-to-many; Q re checkboxes in many-to-many forms
I'm creating a database with Access. This is just a test database, similar to my requirements, so I can get my skills up before creating one for work. I've created a database for a fictional school as ...
1
vote
0answers
141 views
Problem with a custom content type
I've made a custom content type based on the "Page publishing".
In this content type, I've also made a lookup field that lists all items in a list (nothing special with that list though)
When I use ...
1
vote
0answers
246 views
Can a SharePoint lookup field be pointed to anything other than a text field?
A lookup field declared in a feature and using the ShowField attribute to point to a numeric column in the target list (Type="Number") doesn't persist the user's selection. Changing the target field ...
1
vote
1answer
383 views
Maximum lookup fields in a list
In SharePoint 2007, is there a limit to the number of lookup-fields that you can have in a list?
1
vote
1answer
1k views
what is RowOrdinal property in Sharepoint FieldType Definition
In Sharepoint it is not possible to add more than 16 Lookup-Fields to a single list.
This limit is explained here: http://support.microsoft.com/?scid=kb%3Ben-us%3B823555&x=6&y=5
I found a ...
0
votes
1answer
364 views
Problem with Sharepoint ContentTypeBinding and Lookup field
I have a problem with ContentTypeBinding when creating a new site. I have custom site template definition where I have referenced Publishing Server Feature, so list Pages is automatically created on ...
0
votes
0answers
156 views
how to use lookup key looking up contact's email?
I'm currently writing a application that allows to show the contacts's name and email on the ListView. But I want to use lookup key looking up contacts's names & emails, I use the CursorAdapter ...
0
votes
0answers
131 views
SharePoint2010 LookupField remove hyperlink in display mode
So I'm using a SharePointWebControls:LookupField which is working great in edit mode. It's linked to a list which allows the user to select the appropriate value from a drop down list. However, when ...
0
votes
1answer
1k views
How can I programmatically get Approval Status in SharePoint?
I wanted to programmatically get SharePoint Page Approval Status, I tried as below
public string GetApprovalStatus(string url, string listName, string fileref)
{
string result = ...
0
votes
2answers
734 views
How to create LookUp fields in DataGridView?
In my DataGridView I'am displaying a buch of columns from one table. In this table I have a column which points to item in another table. As you may already guessed, I want to display in the grid in ...