Kristoffer Bertsch

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: DFFS Offline Forms #8562
    Kristoffer Bertsch
    Participant

      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!
      -Kris

      in reply to: DFFS Offline Forms #8560
      Kristoffer Bertsch
      Participant

        Not 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.

        in reply to: Display a calculated column display value in edit form? #8352
        Kristoffer Bertsch
        Participant

          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 1

          This 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!

          in reply to: Display a calculated column display value in edit form? #8329
          Kristoffer Bertsch
          Participant

            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 1

            This 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!

            in reply to: Display a calculated column display value in edit form? #8326
            Kristoffer Bertsch
            Participant

              Awesome..thank you!

              in reply to: Display a calculated column display value in edit form? #8322
              Kristoffer Bertsch
              Participant

                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,
                -Kris

                in reply to: How to bold column names #8321
                Kristoffer Bertsch
                Participant

                  Thank you!

                  in reply to: Can the form show column numbering? #8017
                  Kristoffer Bertsch
                  Participant

                    Great! Thank you and thanks for sharing the link, it will come in very usefull!

                    in reply to: Can the form show column numbering? #7968
                    Kristoffer Bertsch
                    Participant

                      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.

                      in reply to: Can the form show column numbering? #7966
                      Kristoffer Bertsch
                      Participant

                        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

                        in reply to: Can the form show column numbering? #7963
                        Kristoffer Bertsch
                        Participant

                          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

                          in reply to: Change field color on change #7798
                          Kristoffer Bertsch
                          Participant

                            Thank you sir!! Much appreciated!!

                            in reply to: Form Password #7062
                            Kristoffer Bertsch
                            Participant

                              Thank you very much!!

                              in reply to: White Space in DFFS #6727
                              Kristoffer Bertsch
                              Participant

                                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?

                              Viewing 14 posts - 1 through 14 (of 14 total)