| bio | website | |
|---|---|---|
| location | Sintra, Portugal | |
| age | 25 | |
| visits | member for | 2 years, 1 month |
| seen | May 30 '12 at 19:09 | |
| stats | profile views | 13 |
.
|
Apr 6 |
awarded | Popular Question |
|
Nov 15 |
awarded | Popular Question |
|
Mar 22 |
asked | xsltlistviewwebpart - view edit delete (ribbon) with filter |
|
Nov 10 |
accepted | Force open/save dialog for all files in a document library (SharePoint 2007) |
|
Nov 9 |
answered | Force open/save dialog for all files in a document library (SharePoint 2007) |
|
Nov 9 |
comment |
Force open/save dialog for all files in a document library (SharePoint 2007) Thanks for the input. |
|
Nov 8 |
comment |
Force open/save dialog for all files in a document library (SharePoint 2007) Nop, i tried but no results. I think it has a slightly different purpose. It can be somehow related with the DispEx javascript function: siolon.com/blog/adding-edit-dialog-to-a-data-form-web-part I'll try to add a dataform to check if the dialog pops-up. |
|
Nov 8 |
comment |
Force open/save dialog for all files in a document library (SharePoint 2007) Yes, i mean prompt the user to save the file, not only office files, but also any type of file, images, pdfs... I also want to affect every document library in the web application. Thanks for the feedback. |
|
Nov 8 |
asked | Force open/save dialog for all files in a document library (SharePoint 2007) |
|
Aug 1 |
awarded | Tumbleweed |
|
Jul 13 |
comment |
Use SPServices.SPRedirectWithID in a custom new form Yes :) Once again thanks. |
|
Jul 13 |
comment |
Use SPServices.SPRedirectWithID in a custom new form Yesterday i solved the problem, it's a little embarrassing. Although JQuery add 1.5.2 inside of the file. It must had been modified. I re-download it from the site, and SPServices is now working ok. Thanks for your support (and time) Marc, i really appreciate it :) |
|
Jul 11 |
awarded | Commentator |
|
Jul 11 |
comment |
Use SPServices.SPRedirectWithID in a custom new form If you prefer i can open a thread on the forum of the project. Yes, it does have, it looks like these: <form name="aspnetForm" method="post" action="NewForm_CST.aspx?List=0a1089a2-45d4-4e57-9ceb-229d84e86a10&RootFolder=%2fdivisaojuridica%2fportal%2fpedidos%2fLists%2fpedidos&Source=h ttp%3a%2f%2fdwtestes.portal.dev%2fdivisaojuridica%2fportal%2fpedidos%2fLists%2fpedidos%2fAllItems.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="aspnetForm"> |
|
Jul 11 |
comment |
Use SPServices.SPRedirectWithID in a custom new form The variable newAction has the following value: h ttp://dwtestes.portal.dev/divisaojuridica/portal/pedidos/Lists/pedidos/NewForm_CST.aspx?List=0a1089a2-45d4-4e57-9ceb-229d84e86a10&RootFolder=/divisaojuridica/portal/pedidos/Lists/pedidos&Source=h ttp://dwtestes.portal.dev/divisaojuridica/portal/pedidos/Lists/pedidos/NewForm_CST.aspx?ID=41%26RealSource=h ttp://dwtestes.portal.dev/divisaojuridica/portal/pedidos/Lists/pedidos/AllItems.aspx |
|
Jul 11 |
comment |
Use SPServices.SPRedirectWithID in a custom new form The query string looks like this after commit: ?List=0a1089a2%2D45d4%2D4e57%2D9ceb%2D229d84e86a10&RootFolder=%2Fdivisaojuridica%2Fportal%2Fpedidos%2FLists%2Fpedidos&Source=http%3A%2F%2Fdwtestes%2Eportal%2Edev%2Fdivisaojuridica%2Fportal%2Fpedidos%2FLists%2Fpedidos%2FAllItems%2Easpx (Thanks, sorry for the delay) |
|
Jul 9 |
comment |
Use SPServices.SPRedirectWithID in a custom new form I'm using JQuery 1.5.2 and SPServices 0.6.2. It doesn't enter in that section, which i assume it should after the user click on the save button. Maybe it's related with the dataform webpart? |
|
Jul 8 |
awarded | Supporter |
|
Jul 8 |
comment |
Use SPServices.SPRedirectWithID in a custom new form Thanks for the feedback. I debugged the function SPRedirectWithID, and my problem is it doesn't enter in the second cycle: As you state in the code: "If this is the load after the item is saved, wait until the new item has been saved (commits are asynchronous), // then do the redirect to redirectUrl with the new lastID, passing along the original Source. " Any idea? |
|
Jul 8 |
accepted | Use SPServices.SPRedirectWithID in a custom new form |