Alexander Bautz

Forum Replies Created

Viewing 15 posts - 4,111 through 4,125 (of 4,560 total)
  • Author
    Posts
  • in reply to: Edit button Bug on Display form #8669
    Alexander Bautz
    Keymaster

    The edit item bug is related to v4.355 FRONTEND, but I had forgot to add to the change log that I had fixed the error (I have added it now).

    You should have v4.357 FRONTEND to fix the problem.

    Sorry for the inconvenience,
    Alexander

    in reply to: Edit button Bug on Display form #8666
    Alexander Bautz
    Keymaster

    Hi,
    Can you verify that you have the latest version of DFFS frontend (October 6)? – I had a bug in one of the latest versions related to a fix for an edit button issue in SP2010.

    Alexander

    in reply to: Cascading Drop Down when more than 5000 items? #8662
    Alexander Bautz
    Keymaster

    Could you bring up the developer console (hit F12) and look at the “Network” tab. Double click the “lists.asmx” line with status 500 (or the red one) – can you send me the details from the “Request header” and “Response header”?

    Also, can you double check the spjs-utilty.js version by bringing up the developer console and select the “Console” tab. Enter this by the cursor and hit enter:

    spjs.utility.version

    Whet does the version number read?

    Alexander

    in reply to: Accordian Headings – Front end version 4.200 #8658
    Alexander Bautz
    Keymaster

    Hi,
    I’ll look into this to see if I can change it so a HTML section can be included in an accordion. As it is now, the accordions span only the fields between two headers.

    The required field that show initially sounds like a bug – I’ll look into it.

    Alexander

    in reply to: Hide save item button #8656
    Alexander Bautz
    Keymaster

    I’m glad it worked out.

    Alexander

    in reply to: DFFS Rules Causing Major Slowdown SP2010 – IE8 #8655
    Alexander Bautz
    Keymaster

    No problem – thanks for the feedback.

    Alexander

    in reply to: Filter Additional Charts #8654
    Alexander Bautz
    Keymaster

    I’m glad you figured it out!

    Alexander

    in reply to: DFFS Rules Causing Major Slowdown SP2010 – IE8 #8648
    Alexander Bautz
    Keymaster

    I suspect that the problem here is the slow javascript performance of IE 8. Did it behave better with a lookup type field?

    If you don’t like the lookup field, you can try the “autocomplete” plugin to DFFS.

    Alexander

    in reply to: Use setFieldValue with Cascading dropdowns #8647
    Alexander Bautz
    Keymaster

    Hi,
    Sorry for the delay. I’m afraid this will not work with this solution as it is based on plain text multiline fields. This means that even if you managed to put the links in, list views would just display them as plain text – revealing the HTML code as text.

    Alexander

    in reply to: Hide save item button #8639
    Alexander Bautz
    Keymaster

    If I understood you right, this is addressed – see change log:

    “Hidden headings or elements”: You can use a classname to identify the item you want to hide. See help icon for details. Here is an example of hiding the View or Edit button for a vLookup column named “vLookupTasks”:

    // View button
    .vLookupViewBtn_vLookupTasks
    // Edit button
    .vLookupEditBtn_vLookupTasks

    Alexander

    in reply to: Mask Plugin in DFFS Field #8620
    Alexander Bautz
    Keymaster

    Hi,
    I have tested this by loading the mask plugin and addressing the Title field like this:

    $("#dffs_Title").find("input").mask("(99) 99999-9999");

    Change Title to your fields FieldInternalName.

    Alexander

    in reply to: Workflow Help #8619
    Alexander Bautz
    Keymaster

    Hi,
    The value in the _vLookupID column is generated by the vLookup script so you cannot use this directly. You can however build this in the WF as the “ID” can be any unique string.

    The format can be all alphanumeric characters, and must have this format:

    xx:xx

    The length of the parts left and right of the colon is not important, but you must ensure this “ID” will be unique within the list.

    Hope this helps,
    Alexander

    in reply to: DFFS Rules Causing Major Slowdown SP2010 – IE8 #8617
    Alexander Bautz
    Keymaster

    Hi,
    I have tried to create a simple NewForm with two tabs, where a boolean field show a tab and sets 10 fields as mandatory, but this executed without delay. Can you add some screenshots so I can recreate your form exactly?

    If you prefer to email it to me, you find my email in the “About me” tab above.

    Alexander

    in reply to: Info button/label #8614
    Alexander Bautz
    Keymaster

    Hi,
    This is done in the “Field tooltip” tab in DFFS backend.

    Alexander

    in reply to: DFFS Rules Causing Major Slowdown SP2010 – IE8 #8611
    Alexander Bautz
    Keymaster

    Thanks, I’ll see if I can recreate it and find a fix.

    Alexander

Viewing 15 posts - 4,111 through 4,125 (of 4,560 total)