No announcements
Found 1189042 threads
-
0 Votes
Multi-Valued String - How to read full contents
I found workaround for the limit of 1500 values that can be retrieved for a multi-valued ...Answered | 3 Replies | 4045 Views | Created by CBS3 - Wednesday, September 12, 2012 9:39 PM | Last reply by CBS3 - Thursday, September 13, 2012 9:56 PM -
3 Votes
Can't send a SMTP email with a multi line string in the content
Hi, I'm having real difficulty sending an smtp email with a multi line string using powershell.Answered | 3 Replies | 15558 Views | Created by John Grenfell - Monday, November 1, 2010 2:55 PM | Last reply by John Grenfell - Monday, November 1, 2010 8:10 PM -
2 Votes
Read .xaml contents to multi-line string
My solution does not alter the content.Answered | 5 Replies | 535 Views | Created by natpalmer1776 - Thursday, May 17, 2018 3:49 PM | Last reply by jrv - Thursday, May 17, 2018 4:45 PM -
0 Votes
read line by line and search for multiple strings
Hi Jrv, Thanks it is working however please can u let me know how insert the values in new line rather than appending in same ...Answered | 12 Replies | 704 Views | Created by Umeed4u - Friday, December 23, 2016 9:49 AM | Last reply by Umeed4u - Monday, December 26, 2016 5:40 AM -
1 Votes
XSL stylesheet not displaying all content in multi-line column
Bernard, I suggest you create a new multiple lines of text column in SharePoint 2013 and check in SPD 2013 to see whether you can reproduce the issue.Answered | 2 Replies | 823 Views | Created by Boxer Dad - Wednesday, March 23, 2016 12:10 PM | Last reply by Boxer Dad - Friday, September 2, 2016 12:38 PM -
0 Votes
Multi Line Input with SDK
QIK doesn't expose a multi-line textbox for input.Answered | 3 Replies | 12423 Views | Created by Sharon_A - Tuesday, July 5, 2011 9:05 AM | Last reply by Robert_Hearn - Friday, July 8, 2011 4:54 PM -
5 Votes
Read text file and return read lines after certain string is found
$TheStart = (Select-String -Path text.txt -Pattern 'Start here').lineNumber $TheEnd = (Select-String -Path text.txt -Pattern 'End here').lineNumber (Get-Content ...Answered | 32 Replies | 8825 Views | Created by Champs League - Friday, November 11, 2016 11:44 PM | Last reply by - Tuesday, November 15, 2016 5:22 AM -
3 Votes
Multi line fields in datasheet view appear to be read only with Office 2007
Thanks, that's really useful - unfortunately, we want to use hyperlinks in some of these multi line fields so they really could do with being enhanced text but it's a really good ...Answered | 3 Replies | 11222 Views | Created by Geof H - Wednesday, March 4, 2009 4:34 PM | Last reply by Deepthi1 - Tuesday, March 12, 2013 5:25 PM -
1 Votes
Get-Content read last line and action
Get-Content .Answered | 5 Replies | 36312 Views | Created by EnricoS - Lavoro - Thursday, January 28, 2016 3:56 PM | Last reply by Mike Laughlin - Thursday, January 28, 2016 4:24 PM -
0 Votes
Read log file from specified line if string matches
$lines=(Get-Content -Path c:\input.txt |Measure-Object -line).Lines Get-Content -Path c:\input.txt | Select-String ...Answered | 3 Replies | 754 Views | Created by Saksham Niranjan - Saturday, May 14, 2016 3:34 AM | Last reply by tompaps - Saturday, May 14, 2016 2:44 PM -
0 Votes
Multi-line text field length
Since the multiline field contains a textarea AND an iframe, I inspected the iFrame contents and believe I found what I need.Answered | 6 Replies | 3196 Views | Created by Clem_FRB - Friday, February 28, 2014 9:55 PM | Last reply by Clem_FRB - Monday, March 10, 2014 3:41 PM -
0 Votes
Read text file line by line
$SearchString = Get-Content "C:\Look_for_this.txt" $TargetDir = "C:\Found_Files" $SearchDir = ...Answered | 4 Replies | 5307 Views | Created by avi9992 - Wednesday, January 6, 2016 11:03 AM | Last reply by GL004 - Thursday, January 7, 2016 8:04 PM -
0 Votes
Content Query webpart doesn't display multi line of text column
Save the xsl file and select the newly created style in the presentation property of the content query web part.Answered | 12 Replies | 19944 Views | Created by JOTdude - Wednesday, March 26, 2008 4:57 AM | Last reply by Nivas_68 - Monday, September 14, 2009 7:27 AM -
1 Votes
Change title to multi-line type?
I suggest the hide the Title column from the list and create the new column of question with multi-line option.Answered | 4 Replies | 7004 Views | Created by run4it - Monday, May 19, 2014 11:08 PM | Last reply by Rashid Muhammad - Tuesday, May 27, 2014 5:19 AM -
0 Votes
SQLCMD throwing error with multi-line queries
This can be beneficial to other community members reading the thread.Answered | 4 Replies | 11144 Views | Created by Brandon L - Tuesday, August 7, 2012 8:27 PM | Last reply by Microsoft BI Developer - Friday, August 1, 2014 7:02 PM -
1 Votes
Unable to create the flatfile with multi header and lines and body
Duplicate thread, please follow here:Answered | 2 Replies | 923 Views | Created by BizTalk1234 - Thursday, December 31, 2015 6:01 AM | Last reply by Johns-305 - Thursday, December 31, 2015 2:50 PM -
1 Votes
Reading Text File and Spliting Based on String..
Read a bit about Captured regex group..Answered | 3 Replies | 11237 Views | Created by Shaun_Wells - Monday, June 18, 2012 1:58 PM | Last reply by zx38 - Tuesday, June 19, 2012 3:14 PM -
0 Votes
What is best approach - Need direction to Multi-lists, Multi-Line boxes
https://whitepages.unlimitedviz.com/2018/01/using-power-bi-to-report-on-multi-value-sharepoint-fields/ The time consuming of the Access Link method We can't accurately ...Answered | 1 Replies | 463 Views | Created by TxSteve - Thursday, April 11, 2019 12:28 PM | Last reply by Itch Sun - Friday, April 12, 2019 9:30 AM -
5 Votes
reading text from database instead of reading string
A string is a collection of characters.Answered | 5 Replies | 894 Views | Created by cacciu - Saturday, July 26, 2014 3:12 PM | Last reply by pituach - Tuesday, August 5, 2014 6:39 AM -
4 Votes
Read-Host Multiple lines
$file = "C:\mydrive\tomail.txt" While($i -ne "quit") { If ($i -ne $NULL) { $i.Trim() | Out-File $file -append } $i = ...Answered | 3 Replies | 11889 Views | Created by Powershell-Admin - Tuesday, March 24, 2015 8:40 AM | Last reply by jrv - Tuesday, March 24, 2015 10:30 AM - Items 1 to 20 of 1189042 Next ›
No announcements