Alexander Bautz

Forum Replies Created

Viewing 15 posts - 3,736 through 3,750 (of 4,553 total)
  • Author
    Posts
  • in reply to: v5 Setup #11595
    Alexander Bautz
    Keymaster

    Try clicking the link on the error message to show where in the code the error originates from.

    Alexander

    in reply to: v5 Setup #11589
    Alexander Bautz
    Keymaster

    Did you use the latest version (BETA 3)?

    Alexander

    in reply to: String – merge duplicates #11584
    Alexander Bautz
    Keymaster

    This is caused by using “Sum” and not “Number” as type – I have just released a new BETA and the “Sum” option have been removed (relic from v4).

    Alexander

    in reply to: v5 Setup #11582
    Alexander Bautz
    Keymaster

    Do you see any errors in the developer console in the browser (hit F12 > Console)?

    PS: I just posted a new BETA: https://spjsblog.com/2016/05/17/charts-for-sharepoint-v5-beta-3/ – you should update.

    Alexander

    in reply to: Add new SharePoint Button #11556
    Alexander Bautz
    Keymaster

    Hi,
    If you are using DFFS you can set a rule on “the form is saved” to set the values you need to set. If you are not using DFFS, or you want to insert a new button you can use this method: https://spjsblog.com/forums/topic/save-message-dialog-box/#post-6714

    Alexander

    in reply to: Sum multiple vLookup Total columns #11550
    Alexander Bautz
    Keymaster

    I’m glad you got it working.

    Alexander

    in reply to: SPJS Chart v5 colorByLabel and Zero Value Items #11548
    Alexander Bautz
    Keymaster

    Thank you for the feedback – I’ll look into it.

    Alexander

    in reply to: Edit form on one list causing error on load #11546
    Alexander Bautz
    Keymaster

    Hi,
    It could be that some users didn’t have access to view members in the group the PP was targeting.

    I’ll add a try-catch in the script to ensure it won’t error out in these cases. This revision of SPSJ-Utility.js will be posted with the next revision of DFFS over the weekend.

    Alexander

    in reply to: Need to remove tabs from NewForm.aspx #11544
    Alexander Bautz
    Keymaster

    Sorry about the typo – I’m glad you figured out to put it in Custom CSS and not Custom JS.

    Alexander

    in reply to: DFFS for Mobile – IOS & Android #11541
    Alexander Bautz
    Keymaster

    Hi,
    If you mean the default SharePoint mobile form, the answer is at the moment no because this form does not support JSLink (to load the DFFS scripts).

    When it comes to the default forms in “Desktop-mode”, I’ll look into making these responsive in the next version (5.x), but the release date for this version is not not yet set.

    Alexander

    in reply to: Filter results – Autocomplete #11539
    Alexander Bautz
    Keymaster

    Hi,
    I have looked at it, and will post an updated version over the weekend that lets you set a “filterCAML” in the argument object to pre-filter the list. I have not set it up so you can pull the CAML directly from a list view as this would require an additional query to be run on form load.

    Alexander

    in reply to: List Base URL dynamic #11534
    Alexander Bautz
    Keymaster

    In case anyone else has the same issue: we found the problem, and it will be fixed in the next revision.

    Alexander

    in reply to: Tabs in Dynamic Forms (Remembering last tab) #11526
    Alexander Bautz
    Keymaster

    Hi,
    The “Use cookie to remember selected tab” functionality in the Misc tab doesn’t currently apply to NewForm, but you can set your redirect url with the paramenter “sTab=[tabIndex]” – like this:

    /Lists/DFFS_TestList/NewForm.aspx?sTab=2

    The current selected tab can be obtained from this variable:

    spjs.dffs.data.selectedTab

    Hope this helps,
    Alexnader

    in reply to: Need to remove tabs from NewForm.aspx #11520
    Alexander Bautz
    Keymaster

    If you have only one tab in your NewForm and want to hide the tab “button” – add this code to the Custom CSS:

    #tabWrapper, div.dffsTabRow{
     	display:none; 
    }

    Alexander

    • This reply was modified 7 years, 11 months ago by Alexander Bautz. Reason: fixed wrong instruction
    in reply to: Installation with DFFS? #11512
    Alexander Bautz
    Keymaster

    Hi,
    You most likely have it in your “/SPJS/DFFS/plugins” folder already, but it must be included (using a <script> tag) in the CEWP code for both frontend and backend in “/SPJS/DFFS/CEWP” – or if you use the JSLink option in SP 2013, included by checking the option in the JSLink setup page.

    Alexander

Viewing 15 posts - 3,736 through 3,750 (of 4,553 total)