Tagged Questions
0
votes
1answer
201 views
SharePoint Item Edit Form (editform.aspx) keeps closing webparts
We have a custom list within MOSS 2007 which sporadically closes the edit forms web part, despite the fact that the web parts property 'allow close' is unticked. The only way to make the form work ...
1
vote
3answers
491 views
Add to Lookup Column Values During Form Lifespan
Has anyone ever successfully added a new item to a list which is used as the source for a lookup column while using an EditForm (or NewForm, same mechanism) and been able to save the form successfully ...
1
vote
0answers
160 views
Approving a task directly from the dispform.aspx
I have a challenging requirement that I am trying to put my head around. I have a SP Designer 2007 workflow for MOSS 2007 that has a series of approval tasks for each approver in the process. Right ...
0
votes
1answer
50 views
Newbie SP2007 Workflow Question
I'm new to SP. I have done tons of reading and am a .Net developer but I'm looking for the best, out of the box, way to do the following (any guidance would be greatly appreciated as I'm always ...
1
vote
1answer
227 views
SharePoint 2007 Form auto submit
I would like to use standard SharePoint form for list (NewForm.aspx), but want to auto submit it after specified time - 60 minutes to list. All fields will be optional. This will be used for quiz for ...
1
vote
2answers
929 views
moss 2007 List Forms - dynamic field logic
I'm using MOSS 2007 for the NewForm.aspx need to implement field logic i.e whether to show certain fields based on the values of preceding fields.
I have implemented a similar solution embedding a ...
1
vote
1answer
147 views
SharePoint list template repackaged, forms now unavailable (“cannot get ghost document”)
I had a SharePoint solution with a number of features packaged inside. I can't list them here, but it looked something like this:
Features (Scope):
(Site) MyDocument Content Type
(Site) Log List ...
0
votes
1answer
697 views
SharePoint List Customization - Are Two Columns Possible?
We have an application by which a user can enter the details of an emergency situation. SharePoint would be our first tool of choice except for one critical requirement: As a user fills out a list ...
1
vote
2answers
743 views
Nested Table in List
I want to create an application form which would allow the user to make multiple entries for the same set of columns (like a table)
e.g.
Name: XYZ
Emp ID: nnnnnnnn
"Shift Worked" ...
1
vote
1answer
769 views
Is it possible to pass a parameter from a form web part to a data view web part?
Is it possible to pass a value from a Form Web Part to a Data View Web Part?
The value from the Form Web Part needs to be passed to a column field in the Data View Web Part for a calculation.
The ...
0
votes
3answers
1k views
Sort dropdown field in list form
I have list form(s) (disp.aspx, edit.aspx, new.aspx) in SharePoint that contain lookup dropdown fields. I'd like to sort the data within the dropdown by descending. Viewing the form code within ...
2
votes
3answers
4k views
Custom List Forms and multiple content types
I've ran into a problem when trying to create custom new item forms for a list that has multiple content types. I've tried inserting a custom list form for a content type (this content type isn't the ...