Forum Replies Created
-
AuthorPosts
-
A follow up..I didn’t want to post a new thread.
How can I stop the form from jumping to the top of the tabbed page when a rule is ran?
Thanks and you rock man!
-KrisNot a problem! Let’s say I have someone who would need to use a DFFS form however there is no internet connection where they are at. Can DFFS work “offline”?
I have a backup option to fill in a spread sheet and enter data manauly but was curious if you had any tricks.
September 4, 2015 at 13:42 in reply to: Display a calculated column display value in edit form? #8352So..I’m not having any luck. I am getting an error..something to do with the “split”
SCRIPT5007: Unable to get value of the property ‘split’: object is null or undefined
EditForm.aspx?ID=65&IsDlg=1, line 1 character 1This is what my HTML field looks like:
<h2>WeightedDocumentVolume: <span class=”WeightedDocumentVolume” /></h2>This is my JS:
var qRes = spjs.utility.getItemByID(
{
“listName”:_spPageContextInfo.pageListId,
“id”:spjs.dffs.data.thisItemID,
“viewFields”:[“WeightedDocumentVolume”]
}
);
$(“span.WeightedDocumentVolume”).html(qRes[“WeightedDocumentVolume”].split(“;#”)[1]);I appreciate the help!
So..I’m not having any luck. I am getting an error..something to do with the “split”
SCRIPT5007: Unable to get value of the property ‘split’: object is null or undefined
EditForm.aspx?ID=65&IsDlg=1, line 1 character 1This is what my HTML field looks like:
<h2>WeightedDocumentVolume: <span class=”WeightedDocumentVolume” /></h2>This is my JS:
var qRes = spjs.utility.getItemByID(
{
“listName”:_spPageContextInfo.pageListId,
“id”:spjs.dffs.data.thisItemID,
“viewFields”:[“WeightedDocumentVolume”]
}
);
$(“span.WeightedDocumentVolume”).html(qRes[“WeightedDocumentVolume”].split(“;#”)[1]);I appreciate the help!
Awesome..thank you!
Hi. This is a newb question..where is the HTML Heading field to add the string?
My calculated field is named Weighted Document Volme. Is the string correct below for when I add it?
<h2>WeightedDocumentVolume: <span class=”WeightedDocumentVolume” /></h2>
Thank you,
-KrisThank you!
Great! Thank you and thanks for sharing the link, it will come in very usefull!
I like the separate column idea, could you help with a custome CSS? For example if using a number field have it fit to the width of the text in the column so that it will align next to the question.
Hey John,
If I am thinking of the same Unique ID you are, that would keep counting and wouldn’t align once a test has been completed. Are you referring to an ID in the DFFS backend that can be made visible?
-Kris
Hi John,
I don’t like the 2nd option only because it kind of makes the form look sloppy. Also, I would need to incorporate some type of CSS to make the new number columns widths fit to the object in the column, which I am not good at.
The 1st option, are you referring to the SharePoint unique ID? Or the ID field in the backend for each column?
-Kris
Thank you sir!! Much appreciated!!
Thank you very much!!
Thanks for responding so fast.
SP 2010 and IE 9.Also, I am using v3.335. You know I did notice once when I used a date picker that a differnt box popped up saying “true” in it.
Do you know how I could fix it?
-
AuthorPosts