
alecpojidaev.wordpress.com
Alec Pojidaev's InfoPath Blog | Stuff published for no reason (cool codeless infopath solutions mostly)Stuff published for no reason (cool codeless infopath solutions mostly)
http://alecpojidaev.wordpress.com/
Stuff published for no reason (cool codeless infopath solutions mostly)
http://alecpojidaev.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
2 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
3
SSL
EXTERNAL LINKS
24
SITE IP
192.0.78.13
LOAD TIME
1.973 sec
SCORE
6.2
Alec Pojidaev's InfoPath Blog | Stuff published for no reason (cool codeless infopath solutions mostly) | alecpojidaev.wordpress.com Reviews
https://alecpojidaev.wordpress.com
Stuff published for no reason (cool codeless infopath solutions mostly)
Multiple value control | Alec Pojidaev's InfoPath Blog
https://alecpojidaev.wordpress.com/2011/08/03/multiple-value-control
Alec Pojidaev's InfoPath Blog. Stuff published for no reason (cool codeless infopath solutions mostly). Thanks to Ranjit Batra who chalenged me to create a control similar to what is exist in Lotus Notes. Emulates multiple choice control that is not available in InfoPath. Enjoy! 5 Responses to “Multiple value control”. November 7, 2011 at 3:45 pm. November 7, 2011 at 6:03 pm. Just replace regular separator with variable containing new line symbols. November 7, 2011 at 9:27 pm. Thanks, that was the proble...
How to promote InfoPath field to the SharePoint link type field | Alec Pojidaev's InfoPath Blog
https://alecpojidaev.wordpress.com/2010/02/05/how-to-promote-infopath-field-to-the-sharepoint-link-type-field
Alec Pojidaev's InfoPath Blog. Stuff published for no reason (cool codeless infopath solutions mostly). How to promote InfoPath field to the SharePoint link type field. Special thanks: Karl D. Swartzendruber: cruelest boss of all. My users might fail to distinguish one type of announcement from another”. That means it’s a hack time! 1 In InfoPath create richtext type field “MyIcon”. The value of the “MyIcon” field should look like:. Note these spaces from both sides of the comma. Enter your comment here.
Combining two datasources in XPath | Alec Pojidaev's InfoPath Blog
https://alecpojidaev.wordpress.com/2012/02/10/combining-two-datasources-in-xpath
Alec Pojidaev's InfoPath Blog. Stuff published for no reason (cool codeless infopath solutions mostly). Combining two datasources in XPath. This post is a result of solving real life problem for one of my coworkers. The task was to make a multiple choice from secondary datasource and then present this choice on the summary page as a concatenated string. Not too complex, right? There are two key elements of these formulas:. 2) You have to start XPath for the multiple selection repeating field from xdXDocu...
TOTAL PAGES IN THIS WEBSITE
3
Ptrck's 'Don't Forget How To' Blog: February 2010
http://howtoptrck.blogspot.com/2010_02_01_archive.html
Ptrck's 'Don't Forget How To' Blog. Tuesday, February 23, 2010. Filtered cascading drop-downs in InfoPath browser forms using SharePoint lists and WSS owssvr.dll. REF: Biz Support Online .NET. By SYM. Wong-A-Ton. Learn how you can use Windows SharePoint Services' (WSS) owssvr.dll and InfoPath's FileQueryConnection to write code that filters SharePoint list data displayed in dependent or cascading drop-down list boxes on an InfoPath browser form in SharePoint. REF: Biz Support Online .NET. Links to this p...
Ptrck's 'Don't Forget How To' Blog: December 2010
http://howtoptrck.blogspot.com/2010_12_01_archive.html
Ptrck's 'Don't Forget How To' Blog. Wednesday, December 22, 2010. Create Batch File to Start or End Window Services. The important commands are the following:. NET START – starts the service. NET STOP – ends the service. NET STOP "Error Reporting Service". Output: The Error Reporting Service service was stopped successfully. Knowing the commands, one can now easily create batch files called something like beforegame.bat and aftergame.bat. A sample of the before.bat file might look something like this:.
Ptrck's 'Don't Forget How To' Blog: May 2012
http://howtoptrck.blogspot.com/2012_05_01_archive.html
Ptrck's 'Don't Forget How To' Blog. Tuesday, May 1, 2012. Errors encountered if the connection factory is not XA enabled. Errors encountered if the connection factory is not XA enabled Problem(Abstract)Only WebLogic environments are affected. Resolving the problemProblem Description: After setting up the MEA, if the connection factory is not XA enabled, you will see the following error:. Http:/ www-01.ibm.com/support/docview.wss? Links to this post. Subscribe to: Posts (Atom). Training and How Tos. Examp...
Ptrck's 'Don't Forget How To' Blog: automatically redirect HTTP traffic to HTTPS if SSL encryption
http://howtoptrck.blogspot.com/2012/02/automatically-redirect-http-traffic-to.html
Ptrck's 'Don't Forget How To' Blog. Monday, February 6, 2012. Automatically redirect HTTP traffic to HTTPS if SSL encryption. What can you do? Well, there are two ways of going about it, and both of them are hacks, but they do the job just fine. I prefer method 2 myself. Remove the first two and last two (") above. this page kept redirecting b/c of the code. Yes, there is. Once you’re done editing the file, save it to the root level of your site, or to the root level of IIS (c: inetpub wwwroot )...
Ptrck's 'Don't Forget How To' Blog: Errors encountered if the connection factory is not XA enabled
http://howtoptrck.blogspot.com/2012/05/errors-encountered-if-connection.html
Ptrck's 'Don't Forget How To' Blog. Tuesday, May 1, 2012. Errors encountered if the connection factory is not XA enabled. Errors encountered if the connection factory is not XA enabled Problem(Abstract)Only WebLogic environments are affected. Resolving the problemProblem Description: After setting up the MEA, if the connection factory is not XA enabled, you will see the following error:. Http:/ www-01.ibm.com/support/docview.wss? Subscribe to: Post Comments (Atom). Training and How Tos. SP - Tutorials 01.
Ptrck's 'Don't Forget How To' Blog: Restart Remote server from CMD
http://howtoptrck.blogspot.com/2011/11/restart-remote-server-from-cmd.html
Ptrck's 'Don't Forget How To' Blog. Tuesday, November 29, 2011. Restart Remote server from CMD. You must have same rights on the machine you are running this from. Shutdown /r /m severname. December 20, 2011 at 8:46 AM. Yes, you can simply use shutdown.exe command. But do not use -i switch, its not necessary :) (displays GUI during reboot process). Just use this simple syntax on server. Shutdown /r /f /m ServerName /t 00. Or on client machine. Shutdown -r -f -m ServerName -t 00. M - machine to reboot.
Ptrck's 'Don't Forget How To' Blog: April 2010
http://howtoptrck.blogspot.com/2010_04_01_archive.html
Ptrck's 'Don't Forget How To' Blog. Friday, April 9, 2010. How to "Unlock" a data source schema (.xsd). REF: http:/ www.infopathdev.com/blogs/hilary/archive/2009/03/13/locked-schema-got-you-down.aspx. Locked Schema Got You Down? Sometimes we want to create a new template off an existing schema. Microsoft has a great article Here. And at the bottom of the Data Source Task Pane, Add a Field or Group is grayed out. If you read the article I've linked in the first paragraph, it says:. So there you have it...
Ptrck's 'Don't Forget How To' Blog: May 2010
http://howtoptrck.blogspot.com/2010_05_01_archive.html
Ptrck's 'Don't Forget How To' Blog. Friday, May 14, 2010. Filtering a List by Workflow Status Column. REF: http:/ mossipqueen.wordpress.com/2010/01/25/filtering-a-list-by-spd-workflow-status/. Links to this post. Create a minimal master page. REF: http:/ msdn.microsoft.com/en-us/library/aa660698.aspx. How to: Create a Minimal Master Page. Edit Html to view code or follow the link above. Links to this post. Friday, May 7, 2010. Create a Link to Launch New Form or Item. Use this temp to create the link.
Ptrck's 'Don't Forget How To' Blog: February 2012
http://howtoptrck.blogspot.com/2012_02_01_archive.html
Ptrck's 'Don't Forget How To' Blog. Monday, February 6, 2012. Automatically redirect HTTP traffic to HTTPS if SSL encryption. What can you do? Well, there are two ways of going about it, and both of them are hacks, but they do the job just fine. I prefer method 2 myself. Remove the first two and last two (") above. this page kept redirecting b/c of the code. Yes, there is. Once you’re done editing the file, save it to the root level of your site, or to the root level of IIS (c: inetpub wwwroot )...
TOTAL LINKS TO THIS WEBSITE
24
My Site
This is my site description. Powered by InstantPage® from GoDaddy.com. Want one?
alecplz (Chrissy) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Home of the RANDOM loving peepz! Deviant for 6 Years. Home of the RANDOM loving peepz! All OC's are welcome :3. Feel My Bones Ignite! My Disney...
Home - www.alecpmcleod.com
Welcome to www.alecpmcleod.com! About www.alecpmcleod.com. ALEC IS COOL AND THE CFO OF CAPITALQUEST GROUP. This page has been viewed.
alecpogi (alec calvo) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Digital Art / Hobbyist. Deviant for 3 Years. This deviant's full pageview. Last Visit: 10 hours ago. By moving, adding and personalizing widgets.
Coming soon page | Register your own domain at GKG.NET
This domain is currently parked. The domain alecpointer.com. Has been registered but currently does not have a website. If you are interested in purchasing this domain from the owner you may email 651e704d29917f1a13c92db2adbeda9bc3256171@whois.gkg.net. Want your very own domain? It's easier and cheaper than you might think! Get your website up and running in minutes! Our packages start at just a few dollars a month. Contact Silentium Designs today for a free quote — Click Here.
Alec Pojidaev's InfoPath Blog | Stuff published for no reason (cool codeless infopath solutions mostly)
Alec Pojidaev's InfoPath Blog. Stuff published for no reason (cool codeless infopath solutions mostly). Combining two datasources in XPath. This post is a result of solving real life problem for one of my coworkers. The task was to make a multiple choice from secondary datasource and then present this choice on the summary page as a concatenated string. Not too complex, right? There are two key elements of these formulas:. 2) You have to start XPath for the multiple selection repeating field from xdXDocu...
Blog de Alecpolaak - Blog de Alecpolaak - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Moi sest Alec polaak. Mise à jour :. Abonne-toi à mon blog! Ajouter cette vidéo à mon blog. Comment me trouver vous. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.114) si quelqu'un porte plainte. Ou poster avec :. Posté le mardi 27 juillet 2010 19:58. Modifié le jeudi 29 juillet 2010 19:59. Poster sur mon blog.
Alec Pollard ID
Alecpolo's Blog | Aventuras, temas, opiniones de estos tiempos digitales
Aventuras, temas, opiniones de estos tiempos digitales. La presencia de nuestros políticos en Internet. Mayo 4, 2010. La presencia de nuestros políticos en Internet. De los políticos que tenemos en Internet están creando adecuadamente su IDENTIDAD DIGITAL y son ellos quienes realmente escriben todo lo que aparece en sus perfiles de facebook, twitter,etc? Si no lo conocemos bien (que en su mayoría de veces es así) con lo que se vea será lo que se crea o no de ellos. A veces con el propósito de conocer a a...
Grand Funk Railroad 2014
Grand Funk Railroad 2014. 60 Days, 15 Countries, 25 Cities, 1 Adventure. Page 1 of 2. Older Posts →. Hello to all still following the out of date exploits of Alec and Pari. This is just a quick update to let everyone know, who doesn't ». Amsterdin, is a beautiful city, networked by sprawling cannals and broad cobble-stoned boulevards. At least it would have been if it didn't rain the entire time ». I can see the Eiffel Tower. There isn't enough cerveza in the world. Page 1 of 2. Older Posts →.
Alec Powell