blog-sharepoint.blogspot.com
How to configure a workflow to start at specific time, then loop / repeat periodically (Daily, Weekly) - SharePoint Development & Administration + InfoPath
http://blog-sharepoint.blogspot.com/2010/01/how-to-configure-workflow-to-start-at.html
SharePoint Development and Administration InfoPath. SharePoint 2010, MOSS 2007. InfoPath Form Development and Integration with SharePoint Technologies (InfoPath SharePoint). Monday, January 25, 2010. How to configure a workflow to start at specific time, then loop / repeat periodically (Daily, Weekly). The following method can be used to start a workflow at a specific time, then repeat periodically (each day). Periodic Workflow Processing (send daily email notification or reminder). Calculate sales total...
code-tips.com
Javascript Get the value of the specified Query String Parameter - Code-Tips.com - Web Development, Programming, SEO
http://www.code-tips.com/2011/02/javascript-get-value-of-specified-query.html
Code-Tips.com - Web Development, Programming, SEO. Web Development and Programming in PHP, ASP.NET, XML, VB, .NET Framework, JavaScript and HTML/CSS for Web Applications, Internet Marketing and SEO. Sunday, February 13, 2011. Javascript Get the value of the specified Query String Parameter. This Javascript function checks the address of the current page for the supplied query string parameter. If found, the value of the parameter is used, if the parameter is not found, false is returned. Found = false;.
code-tips.com
Javascript Remove a parameter from the query sring if found in current url - Code-Tips.com - Web Development, Programming, SEO
http://www.code-tips.com/2011/02/javascript-remove-parameter-from-query.html
Code-Tips.com - Web Development, Programming, SEO. Web Development and Programming in PHP, ASP.NET, XML, VB, .NET Framework, JavaScript and HTML/CSS for Web Applications, Internet Marketing and SEO. Sunday, February 13, 2011. Javascript Remove a parameter from the query sring if found in current url. Get Query String from url. FullQString = window.location.search.substring(1);. ParamCount = 0;. Split Query String into separate parameters. ParamArray = fullQString.split("&");. ParamArray.length;i ). Share...
blog-sharepoint.blogspot.com
SharePoint Looping Workflow - How to: Loop through and process all items in a list - SharePoint Development & Administration + InfoPath
http://blog-sharepoint.blogspot.com/2010/01/sharepoint-looping-workflow-how-to-loop.html
SharePoint Development and Administration InfoPath. SharePoint 2010, MOSS 2007. InfoPath Form Development and Integration with SharePoint Technologies (InfoPath SharePoint). Wednesday, January 13, 2010. SharePoint Looping Workflow - How to: Loop through and process all items in a list. To use SharePoint workflows to loop through all items in a list to perform calculations, process and update metadata values, or concatenate the value of a specific column in all list items into a single string. The list to...
blog-sharepoint.blogspot.com
Data View conditional formatting using SharePoint Designer - SharePoint Development & Administration + InfoPath
http://blog-sharepoint.blogspot.com/2009/05/data-view-conditional-formatting-using.html
SharePoint Development and Administration InfoPath. SharePoint 2010, MOSS 2007. InfoPath Form Development and Integration with SharePoint Technologies (InfoPath SharePoint). Friday, May 29, 2009. Data View conditional formatting using SharePoint Designer. This article demonstrates how to use SharePoint Designer 2007 conditional formatting to format items in a SharePoint (MOSS 2007) list based on item metadata. Once the Web Part has been converted into a Data View Web Part, click the “Title” f...Click in ...
blog-sharepoint.blogspot.com
Web Service Response Cache using VB Script (VBS) and SharePoint - SharePoint Development & Administration + InfoPath
http://blog-sharepoint.blogspot.com/2012/07/web-service-response-cache-using-vb.html
SharePoint Development and Administration InfoPath. SharePoint 2010, MOSS 2007. InfoPath Form Development and Integration with SharePoint Technologies (InfoPath SharePoint). Saturday, July 7, 2012. Web Service Response Cache using VB Script (VBS) and SharePoint. I recently wanted to display data from a Web Service on a page in SharePoint using XSL. The Process Broken Down:. Consume the Web Service:. Save the Result to an XML File:. Function saveXML(byval fileName, byval XMLOutput). Publish the XML file t...
blog-sharepoint.blogspot.com
SharePoint Development & Administration + InfoPath
http://blog-sharepoint.blogspot.com/p/affiliates.html
SharePoint Development and Administration InfoPath. SharePoint 2010, MOSS 2007. InfoPath Form Development and Integration with SharePoint Technologies (InfoPath SharePoint). Master-SharePoint.com - SharePoint News, Resources and Events. WebmasterHub.net - Web, Programming, SharePoint, Free SEO. Web-Resource.org - SharePoint, Web Programming, SEO. DevCommunity.info - Web Development, SharePoint. Postcodefinder.co.uk Blog Awards) : Featured SharePoint Blog. Links to this post. Subscribe to: Posts (Atom).
code-tips.com
C# Generate Random String of a Specific Length - Code-Tips.com - Web Development, Programming, SEO
http://www.code-tips.com/2010/08/c-generate-random-string-of-specific.html
Code-Tips.com - Web Development, Programming, SEO. Web Development and Programming in PHP, ASP.NET, XML, VB, .NET Framework, JavaScript and HTML/CSS for Web Applications, Internet Marketing and SEO. Tuesday, August 31, 2010. C# Generate Random String of a Specific Length. Public String generateRandomString(int length) { / Initiate objects and vars. Random random = new Random(); String randomString = " ; int randNumber; / Loop ‘length’ times to generate a random number or character. For (int i = 0; i leng...
code-tips.com
Javascript Check if Query String Parameter Exists in current URL - Code-Tips.com - Web Development, Programming, SEO
http://www.code-tips.com/2011/02/javascript-check-if-query-string.html
Code-Tips.com - Web Development, Programming, SEO. Web Development and Programming in PHP, ASP.NET, XML, VB, .NET Framework, JavaScript and HTML/CSS for Web Applications, Internet Marketing and SEO. Sunday, February 13, 2011. Javascript Check if Query String Parameter Exists in current URL. This Javascript function checks if the parameter supplied exists in the query string. This function returns the value of the parameter if found, and false if it is not found which can be used instead of the. Web Devel...
code-tips.com
VBScript Web Services / SOAP (References) - Code-Tips.com - Web Development, Programming, SEO
http://www.code-tips.com/2012/07/vbscript-web-services-soap-references.html
Code-Tips.com - Web Development, Programming, SEO. Web Development and Programming in PHP, ASP.NET, XML, VB, .NET Framework, JavaScript and HTML/CSS for Web Applications, Internet Marketing and SEO. Thursday, July 5, 2012. VBScript Web Services / SOAP (References). The following is a set of resources to help when working with SOAP Web Services from VBScript. Resources include tutorials, examples and forum threads relating to working with SOAP Web Services via VBScript (VBS). Tutorial providing an introdu...