Peter Giesselink

Forum Replies Created

Viewing 11 posts - 16 through 26 (of 26 total)
  • Author
    Posts
  • in reply to: spjs.dffs.formatDate #23585
    Peter Giesselink
    Participant

    Testing the Training/Conference example I’ve encountered more problems is it okay to make a new topic?

    in reply to: spjs.dffs.formatDate #23583
    Peter Giesselink
    Participant

    I’ve checked this and it’s not the problem. the first line is exact the same code as used in the Training/Conference example you provide on this site. It is used in the Autocomplete fields.

    I’ve not used the split function which is used in the original version and that solves the problem.

    function parseDateFunc(a){
    // Set the desired format in the variable “f”
    var f = “dd/MM/yyyy HH:mm” , d = new Date(a);
    f = spjs.dffs.formatDate(d, f);
    return f.split(/ |:/);
    }

    in reply to: General DFFS enhancement suggestions #23575
    Peter Giesselink
    Participant

    I currently exploring DFFS by using the Training application example from this site. An enhancement could be the procedure to install the DFFS_Email list.
    In order to get the full functionality I have to use SharePoint Designer to create the workflows in this list. But the policy of our organisation is: “Use of SharePoint Designer is not allowed and therefor disabled”. I make use of SharePoint 2013 server.
    I know that workflows can be created by using SharePoint 2013 Workflow Services JS API. See: https://www.codeproject.com/Articles/607127/Using-SharePoint-2013-Workflow-Services-JS-API
    Is this possible to implement?

    in reply to: V7 bugs? #23229
    Peter Giesselink
    Participant

    Sorry, I didn’t realize is was that strickt.
    I read about it and thought it applied ony for a part of the functionality.
    Ever contemplated the user of D3 as presentation layer?

    Buy anyway: thanks for you prompt and accurate responses to my questions.

    in reply to: V7 bugs? #23208
    Peter Giesselink
    Participant

    I’ve found two error I’ve made.

    We are behind a firewall with no access to the internet.

    Downloaded the loader.je file from Google.

    And during the weekend our farm moved from an http to an https address. So the link to jquery was not correct.

    But now I’m stuck in the popup menu for creating an new graph. The ok button doesn’t respond.

    I’ve added the listing after pressing F12 to the screenshots in the zipped file.

    in reply to: V7 bugs? #23194
    Peter Giesselink
    Participant

    Hi,

    In a previous reply (December 15, 2018 at 15:35) I’ve enclosed 5 screenshots in a zip file. I think there is nothing more to show unless you give me more details of what specific kind of information you need.

    in reply to: V7 bugs? #23167
    Peter Giesselink
    Participant

    I think now that the diplayed message has nothing to do with the fact Graph doesn’t show up in a SharePoint site page.
    By following ‘test link’ a normal webpage is opened and try’s to run the javascript and because that is not a SharePoint page it throws the message.
    In the SharePoint site pages the variable _spPageContectInfo is available.

    Leaves me with the problem of the Graph not showing up with no clue how to solve.

    in reply to: V7 bugs? #23150
    Peter Giesselink
    Participant

    I’ve attached 5 zipped pictures. After clicking ok and saving the page I get an empty page.

    By the way: DFFS is installed and the configurator works perfect.

    in reply to: V7 bugs? #23126
    Peter Giesselink
    Participant

    I’ve tried both: Webpartpage and wikipage

    in reply to: V7 bugs? #23122
    Peter Giesselink
    Participant

    Same accounts for V6. Now a popup window displays the same message as above.
    I’m using Internet Explorer. No alternative available in our environment.

    in reply to: V7 bugs? #23120
    Peter Giesselink
    Participant

    I’ve followed the instructions for installing V7 but after saving the webpartpage the ellipsis does’t appear.
    If I click on ‘test link’in the CEWP I get the following respons:
    SPJS Charts for SharePoint v7
    It looks like you are using SP 2007, and this version is not compatible with your current SharePoint version. Please use SPJS Charts for SharePoint v6.

    but I’m pretty sure that we have the SP2013 server version.

Viewing 11 posts - 16 through 26 (of 26 total)