Ian Patrick

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • in reply to: Chart V7 attachSPJSChartsSelectHandler #36210
    Ian Patrick
    Participant

      Hi Alex, Thank you. That worked very well. Brilliant as always.
      Kind regards
      Ian

      in reply to: Chart V7 Custom Data Source #36132
      Ian Patrick
      Participant

        Hi Alex,

        Sorry to have bothered you. For anyone else I wrote this function:

        function getChartCustomData() {
        var deferred = jQuery.Deferred();
        jQuery.get(‘https://ourServer/data/getdata.php?ACTION=Test’,data = {}).done(function(data){
        deferred.resolve(data);
        });
        return deferred.promise();

        All works great now
        Cheers

        in reply to: V6 Charts Stopped Working in IE11 #28609
        Ian Patrick
        Participant

          Thank you Alexander for getting back to me. I’ve tried the Compatibility settings with not luck. all users are experiencing the same issue so it does look like something that has been deployed recently. Graphs work fine for all users in Chrome, Edge or Firefox.
          Kind regards
          Ian

          in reply to: Editing in JS Custom Area #20777
          Ian Patrick
          Participant

            Hi, This works great.
            Thank you.
            Ian

            in reply to: Editing in JS Custom Area #20724
            Ian Patrick
            Participant

              P.S It does work in Chrome but I don’t always have access to that.

              Thanks

              in reply to: SPJS Chart v6 .1.0 : colorByLabel #16577
              Ian Patrick
              Participant

                Hi Alexander,

                I’ve resolved the issue. My fault I was using the Field Name in the colorByLabel option instead of the Label Name!!

                Kind regards
                Ian

                in reply to: SPJS Chart v6 .1.0 : colorByLabel #16574
                Ian Patrick
                Participant

                  Hi Alexander,

                  I’m getting random colors using colorByLabel. I’m using version 6.1.5.5 but still no luck. See attachment for option format. Is there a fix?

                  kind regards

                  Ian

                  Attachments:
                  in reply to: Show the value from this field above the tabs #13685
                  Ian Patrick
                  Participant

                    Hi Alexander,

                    This solution works fine. Thanks for the solution.

                    Kind regards
                    Ian

                    in reply to: Show the value from this field above the tabs #13677
                    Ian Patrick
                    Participant

                      Hi Alexander,

                      Not sure if this is a similar issue. I’m using a field name in a Heading and it only updates the Heading value when the item is saved. Would there be a similar fix for this issue.
                      Many thanks

                      Ian

                      in reply to: Preset Cascading Value from JS on Form Load #11695
                      Ian Patrick
                      Participant

                        Alexander, I’ve read other items in the forum now that suggest this approach won’t work. I’ve used an alternative solution that seems to work Ok for me. I prefill the text fields using SPServices then open the list item this prepopulates the Cascade field as I want and all seems to work fine.

                        Thanks

                        Ian

                        in reply to: Rules Stopped Working #9626
                        Ian Patrick
                        Participant

                          Hi Alexander,

                          This is a clear case of not being able to the wood for the trees!
                          The function that was in error was called from a rule that had previously been disabled. When I used the ‘bypass’ for some debugging then removed the bypass id it enabled all rules thus cause the error I hadn’t expected.

                          Many thanks for your help alexander.

                          Kind regards

                          Ian

                          in reply to: Rules Stopped Working #9620
                          Ian Patrick
                          Participant

                            Hi Alexander,

                            Yes, this is the bypassed on the Misc tab.
                            It defaults to the Overlay (something I forgot to mention). I get this error on opening the form or reloading it (see error1 attached).

                            I’ve attached the Edit Form Blob.

                            Thanks
                            Ian

                            Attachments:
                            Ian Patrick
                            Participant

                              Hi Alexander, thank you for the rapid response. The issue appears to have resolved itself. I recreated the NewForm itself from another list and edited the ListIDs put the CEWPs back in and it started working. I guess there was some problem with the NewForm I had that I couldn’t see any issue with the CEWPs and used the same ones as on the previous NewForm. Thank you very much for your response…. By the way I love the new functionality in this version. I’ll send you another beer.. or 2
                              Kind regards

                              Ian

                              Ian Patrick
                              Participant

                                Hi Alexander,
                                I’ve started to get the DFFS ‘Missing ID’ error as above on the New Form in my list since loading a new DFFS version published Oct 06 2015 04:01:58pm (Frontend V4.357, CSS 4.10, JQuery 1.11.3, SPJS-Utilities 1.252). It is for a list not a library as above. The Edit form works fine on this list. I’ve tried deleting the configuration for the Newform and I’ve cleared out the browser cache as suggested above. Also, this version works fine on other Newforms on other lists. Any help greatly appreciated.
                                Kind regards

                                Ian

                                in reply to: Header Attached to Read Only Field #8438
                                Ian Patrick
                                Participant

                                  Thanks Alexander for taking a look at this. I’ve attached a screen shot of the tab setup. Some further information; After some experimenting I think it’s not to do with the fact it was a read only field but that it is a People field that I’ve attached the header to. IS a header on a people field permitted?

                                  Attachments:
                                Viewing 15 posts - 1 through 15 (of 17 total)