Alexander Bautz

Forum Replies Created

Viewing 15 posts - 3,721 through 3,735 (of 4,553 total)
  • Author
    Posts
  • in reply to: Choice Menu Radio Buttons #11722
    Alexander Bautz
    Keymaster

    Hi,
    Go to the Misc tab and find “Multiple-choice columns (checkboxes and radio buttons) in multiple columns”.

    Let me know how this works out.

    Alexander

    in reply to: Chart Data Sources #11720
    Alexander Bautz
    Keymaster

    Hi,
    I haven’t tested it with an external list, but think it should work. Do you have any problems connecting to the list?

    Alexander

    in reply to: List URL from external intranet SharePoint #11718
    Alexander Bautz
    Keymaster

    Hi,
    This should work if you use the full URL in the “List base URL” field – have you tested this?

    Alexander

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

    Hi,
    Using the IsDlg=1 attribute will not actually redirect you to a new dialog – it is only a keyword for hiding all other things than the form when using a dialog. You can test this by modifying your URL to include this attribute in a non-dialog page.

    In case you want to use a “&” in an URL query string like this, you must escape it to “%26”.

    Regarding the sTab attribute in the URL – you might need to escape the “?” in the sTab attribute like this:

    $(“#aspnetForm”).attr("action",location.pathname+"?Source="+URL+"%3FsTab="+myTab);

    Alexander

    in reply to: vLookup child list exceeding 5000 #11714
    Alexander Bautz
    Keymaster

    Hi,
    Sorry for the delay. You must index the column you use in your query in the vLookup configuration.

    Let me know how this works out.

    Alexander

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

    Thank you for the feedback – I’m glad it worked.

    Alexander

    in reply to: DFFS Upgrading from the previous version #11672
    Alexander Bautz
    Keymaster

    Hi,
    I have not been consequent with writing which files have changed in the changelog, but in general, new versions of DFFS involve the JS and CSS files for DFFS – and any plugin that is mentioned in the changelog.

    If you have a relatively new DFFS install, you shouldn’t have to change the CEWP codes – only replace the files in the “SPJS/DFFS” folder.

    Hope this helps,
    Alexander

    Alexander Bautz
    Keymaster

    Hi,
    Sorry for the delay.

    Press F12 to bring up the developer tools and go to the “Console”. Do you see any errors there when you load the form?

    Email any error messages to me (or attach them here). If you don’t see any errors, please send me some screenshots of your setup (and the CEWP code) so I can see if I can spot the error.

    Alexander

    in reply to: v5 Setup #11668
    Alexander Bautz
    Keymaster

    I’m glad you got it working.

    Alexander

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

    Sorry for the delay – I’ll try to get it released later tonight.

    Alexander

    in reply to: SPJS Chart v5 – Global formatters #11645
    Alexander Bautz
    Keymaster

    This is fixed in BETA 4, but please note that this will work for columns of data type “Number” only.

    See “Substitute string values in datatable” in the user manual for help formatting columns of data type “String”.

    Alexander

    in reply to: Field Label Display Issue #11630
    Alexander Bautz
    Keymaster

    I’ll fix this in the next revision.

    Alexander

    in reply to: v5 Setup #11619
    Alexander Bautz
    Keymaster

    I guess you have the page in “compatibility mode” – look here and see if you can disable it: https://support.microsoft.com/en-us/kb/2536204

    Alexander

    in reply to: v5 Setup #11606
    Alexander Bautz
    Keymaster

    Unfortunately this is a problem with IE 8 – are you stuck with this old browser?

    Unfortunately these charts will not play very well with IE 8 (IE 9 is OK). Are you able to use another browser?

    Alexander

    in reply to: v5 Setup #11600
    Alexander Bautz
    Keymaster

    Can you try unpacking the file using this tool: http://www.cleancss.com/javascript-beautify/

    Paste the unpacked script in the file and reload the page. This will give us a more informative error.

    Alexander

Viewing 15 posts - 3,721 through 3,735 (of 4,553 total)