The data-form-web-part tag has no wiki summary.
1
vote
0answers
15 views
Connect form web part to DVWP to allow searching
Have an .aspx page with a DVWP that is connected to a list containing 700+ records. I would like to drop a search on this page (HTML Form webpart?) to allow keyword/freeform search criteria that would ...
1
vote
0answers
46 views
SharePoint dataformwebpart get document path without document name and folder url
I have a dataformwebpart that queries multiple document libraries. I need to open the document properties in a modal window. I have used the below
<a>
<xsl:attribute ...
0
votes
0answers
46 views
Updating Webpart programmatically
I have a custom EDIT/NEW/View forms for a content type.
i need to change the properties programmatically since i have over 1000sites using these forms
static void Main(string[] args)
{
...
0
votes
1answer
54 views
Data View Web Part: Hide or show fields dynamically based on input
I have a list that I build and a data form web part that will allow users to add to the list. How can I make various parts of the form hide or show based on the values of other fields in the form as ...
0
votes
1answer
406 views
Dynamically Change the ListID in DFWP
I have a custom application page that I have created a heavily customized DFWP (using jQuery and Kendo UI) but I would like to reuse it across 4 different lists. How can I dynamically change the ...
0
votes
0answers
63 views
SPD List Form vs Custom List form - Version append and style issues
I'm forced to use a custom list form because my ID= querystring sometimes does not work with a regular List form - which is odd enough.
With a custom list form (DataFormWebPart), I can set my ...
0
votes
1answer
1k views
dataform webpart button redirect new ID after saving
Can anyone please provide a hint for the following problem:
I have two DataFormWebparts on a page, one for creating new objects, one to edit them.
The Webpart that creates them has this button :
...
0
votes
1answer
260 views
Task list field database location changed from 2007 to 2010
What I've witnessed
I've just noticed something rather annoying with SharePoint following an upgrade from 2007 to 2010.
The task list schema in SharePoint 2007 had the 'Assigned To' field first. ...
0
votes
0answers
97 views
Crosslist DFWP showing non-admins double items for one part of linked data source
I have a crosslist Data Form Web Part whose data source is a linked source. For non-site admins with any level of permissions on the page, the data form displays doubles of items from one of the ...
0
votes
0answers
118 views
When using a SQL database connection with stored procedures is it possible to use an output parameter
I'm kind of new to attempting this sort of thing and I have some unique restrictions, so please bear with me.
I am attempting to connect to data in a SQL database through stored procedures in my ...
1
vote
2answers
530 views
Constructing a link in a dataform webpart
I've setup a DataFormWebPart which aggregates tasks from subsites. The user doesn't only want to view the tasks, there should be an option to edit / open them as well. So I need a way to at least ...
0
votes
0answers
132 views
xslt : Update different list items on single button click
I need to update 2 different list items on single button click.
Eg : On page load, using query string parameter i am filtering items in 2 different dataformwebpart from 2 different list (say A & ...
0
votes
1answer
175 views
Display ManagedMeta using xslt
I am showing the results of query against a document library within a dataformwebpart. The managed meta data field is named 'Tags'. The output to the page of this column looks like 3;#test;#2;tos ...
0
votes
1answer
396 views
How to filter items by user in data form web part
We created a customized data form web part, and there are some items don't want user with specified permission level (or group) to view.
Could give some help on how to do this, or whether we could ...
0
votes
1answer
77 views
Moving WPProperties into different categories in custom WebPart
I'm working on a web part that thematically makes sense to have the XSL Link property in a custom category I created Visual Settings that provides new WPProperties for things like the CSS page and ...
1
vote
2answers
2k views
Lists.asmx returning 401 Unauthorized
I extended the DataFormWebPart to use a SoapDataSource and get the data from the lists.asmx webservice
it works fine as long as i access data from the same webapplication but as soon as i try to get ...
0
votes
0answers
232 views
Filter on Person with Lists.asmx and DataFormWebPart. 'This column type cannot be filtered'. (In 2010)
In SharePoint 2010 I want to display a document library view from a record-centre in another site collection and the best option seems to be Lists.asmx GetListItems and a DataFormWebPart.
I want to ...
0
votes
2answers
1k views
Handle the event generated by ddwrt:GenFireServerEvent('__name')
I have a custom DataFormWebPart that renders some content based on an XSLT. Inside the XSLT I have a button that does a postback like so:
<input type="button" value="..." name="..."
...
1
vote
1answer
320 views
Deploying a DataFormWebPart
I have a page with a DataFormWebPart setup to display some data from a subweb. The page is setup ok, the webpart is working. In my solution, I need to create the subweb (that's already working ok) and ...
2
votes
2answers
821 views
DataFormWebpart WebUrl Dynamic DefaultValue
I'm trying to dynamically generate the WebUrl for a DataFormWebPart so that it uses the parent URL instead of a hardcoded value.
<WebPartPages:DataFormParameter Name="WebURL" ParameterKey="WebURL" ...
3
votes
2answers
544 views
Data Form Web Part doesn't show data from Linked Data Source
I have Data Form Web Part with Linked Data Source which consists of three SOAP data sources to different libraries on different sites (one parent site collection with two subsites). All was ...
2
votes
2answers
264 views
SoapDataSource SelectURL needs full server name
I'm using a DataFormWebPart with an embedded SoapDataSource.
The problem is that SoapDataSource needs to have the full url of the site (http://server/_vti_bin/Myservice.asmx) to work.
This makes ...
5
votes
1answer
174 views
SharePoint Designer Menu for Filtering Joined Views
In SharePoint Designer, is there an easy interface for filtering joined views (either parent or child)?
Currently I go to code view to type the filters directly in xslt. There must be an easier way!
0
votes
1answer
2k views
Edit or Add ListItem to List in ApplicationPage with ListFormWebPart or DataFormWebpart, but how?
I wanna do this programmatically base on the ListId and ListItemId(for Editing) so, if i wanna use DataFormWebPart i have to set the XSL Property in design mode and i don't know how to reach the XSL ...
0
votes
1answer
285 views
How to implement a cascading lookup on a dataview new form connected to an external database
I have a requirement to develop a new entry form for a database that drives a reporting services report. I set up SSO and created a new item dataview webpart with a table on the database as the ...
0
votes
1answer
361 views
Customize a web part's Miscellaneous tab
I've got a Data Form Web Part in SharePoint 2010 Designer that I'd like to customize so users can filter it on one of the columns. In other words, they'd be able to drop the web part in, then choose ...
1
vote
1answer
2k views
Filter a Data Form Web Part in SP2010 using querystring?
I have a Data Form Web Part (DFWP) in SP2010 and need to filter one of the columns ("Department") on a value using the querystring. How do you do this?
6
votes
1answer
474 views
On default.aspx, how can I properly control the Ribbon with OOB webparts?
In a team site, I have put two DataFormWebPart (in new mode) that allow users to directly push data to two SP lists.
The two webpart are saving data as expected, but the ribbon is weird when having ...
1
vote
1answer
442 views
How to reset paging in a dataformwebpart?
In SPD 2010 I created a datasource which produces XML, based on the requests you send to it. The datasource works correctly, because when I put it on a page, it shows me the results I expect. Because ...
2
votes
1answer
342 views
aggregate data source and pseudo join?
Is it possible to use the aggregatedatasource to show all "parents" and theirs "children" where at least one "children" is created by the current user ?
To be more clear, imagine the following :
...
1
vote
2answers
785 views
using SPD, in a parent dispform, can I add a new item form for its child?
Let's say we have a SP list : "Parents" and a SP list "Children". The later have a lookup field to the former.
In the dispform of the parent, I want to have :
the detail of the parent (OOB)
the ...
2
votes
1answer
450 views
Adding custom XSLT extension methods for Data Form Web Parts
I'm trying to figure out how to add my own XSLT extensions to be used in the DataFormWebPart on MOSS 2007, kind of like a custom ddwrt library.
A comment on this post seemed to say that I could ...
0
votes
1answer
239 views
Find a DFWP Control on an edit page
2007
Hi,
I've created a new Edit Page for a document library, I've used a Custom List form to generate it and added a 'FileUpload' to it.
I've create a dll that overloads the page, so that on a ...
3
votes
3answers
2k views
Enabling attachments with DataFormWebPart on a Blog template
As most of you probably know, once you customize a form and use DataFormWebPart you lose the attachments functionality.
After spending several hours investigating this subject, I've installed Hotfix ...