Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (4 items)
-
-
I built a form to allow employees enter their hours in a bi-weekly time sheet.
The field Date1 contains 1st day of every month, Date2 contains 2nd and so on.... Date15 contains 15th. I'm setting default value of Date1 to say August 1, 2018 and then setting the values of the succeeding dates using addDays(Date1,1), addDays(Date2,1)..... and ...
-
Hi,
I found a simple fix. Use a multi-line text box in your InfoPath form and enable it's height to auto and width to 100%. Upload the below custom CSS file in SharePoint design manager and apply this to the whole site, so that this CSS rule works for any InfoPath form within your SharePoint site.
textarea
{
white-space: pre-wrap ...
-
I've a workaround to address this issue and here's what I did:
1) Created a text box control , say, "Description" with multi-line checked. Created a rich-text box, say, "CopyOfDesc" with wrap-text checked (I will be using this rich text box to copy the content from the "Description" into this once the ...
Page 1 of 1 (4 items)