Alexander Bautz

Forum Replies Created

Viewing 15 posts - 4,651 through 4,665 (of 4,758 total)
  • Author
    Posts
  • in reply to: vLookup in List View #6682
    Alexander Bautz
    Keymaster

      Hi,
      Finally published v2.003 of the frontend vLookup script. This fixes the bug with space in the list name (in the URL). You find the link to the updated file under “Download and install” here: https://spjsblog.com/vlookup-for-sharepoint/

      Alexander

      in reply to: vLookup Set up not functioning #6677
      Alexander Bautz
      Keymaster

        Hi,
        It looks like the scripts are wrapped in

        <!-- a comment tag -->

        The comment tag is there in the example code, but you must move the vLookup script out of this comment tag to “activate” it when you have fixed the src.

        Alexander

        in reply to: Child rows using vLookup on list views #6676
        Alexander Bautz
        Keymaster

          Hi,
          Sorry, but this is not possible without using javascript to hide the lines. This is because the vLookup childres are not stored on the parent list item – they are retrieved on the fly when you load the list view.

          Alexander

          in reply to: vLookup in List View #6673
          Alexander Bautz
          Keymaster

            Thank you for the feedback – and for the “beer”. I’ll publish an “official” update later tonight.

            Best regards,
            Alexander

            in reply to: vLookup in List View #6668
            Alexander Bautz
            Keymaster

              Hi,
              It is the space in the list name that causes this problem. Can you verify that this patched version works: https://files.spjsworks.com/files/vLookupForSharePoint/SP2010%20and%20SP2013/DEBUG/vLookup_frontend_BETA.js

              If it does, I’ll update the official release with the fix.

              Thank you all for the feedback,
              Alexander

              in reply to: vLookup in List View #6652
              Alexander Bautz
              Keymaster

                I have rigged a new DEBUG version of vLookup frontend. Get it here: https://files.spjsworks.com/?dir=files%2FvLookupForSharePoint%2FSP2010+and+SP2013%2FDEBUG%2F

                Post the output in a new comment in this topic.

                Alexander

                in reply to: AutoComplete #6650
                Alexander Bautz
                Keymaster

                  Sorry for the delay – still the same error means that it complain about the “Title” field still? – or is it now complaining about the new field?

                  Alexander

                  in reply to: Validating pre-filled PeopePicker fields #6649
                  Alexander Bautz
                  Keymaster

                    Sorry, but the autocomplete does not trigger when you set the value by a rule in DFFS.

                    You should be able to do this using “Set field value” in a DFFS rule using this in the “Value” field:

                    {currentUser:Name}

                    How is it you are filling the fields when you must hit the validate button?

                    Alexander

                    in reply to: Save Message Dialog Box #6648
                    Alexander Bautz
                    Keymaster

                      Add this code to the Custom JS section:

                      function dffs_PreSaveAction(){
                      	if(!confirm("Save the form?")){
                      		return false;
                      	}
                      }

                      Alexander

                      in reply to: vLookup in List View #6647
                      Alexander Bautz
                      Keymaster

                        Hi,
                        I had completely forgotten that I had rigged some basic debug alerts in the vLookup frontend – try adding this to the URL:

                        .../AllItems.aspx?vLookupDebug=1

                        This should produce three alerts for each vLookup column in the view (blob, query and itemcount).

                        Let me know if someone of you can test this, and If you get NO alerts I’ll rig a new debug version that does it more thoroughly.

                        Thanks for the patience,
                        Alexander

                        in reply to: Version 4.101 backend not showing up #6640
                        Alexander Bautz
                        Keymaster

                          Hi,
                          I suspect you have the wrong URL to one or more of the files required for the backend, or that you have hidden the CEWP in the web part configuration.

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

                          Also, you should update to the latest version (currently v4.200).

                          Alexander

                          in reply to: vLookup in List View #6631
                          Alexander Bautz
                          Keymaster

                            Hi,
                            I’m struggling to recreate this. Is it possible for me to access a site where I can see this problem “live”?

                            If some of you can give me access, please email me – you find my email in the “About me” tab in the top of this page.

                            Alexander

                            in reply to: vLookup in List View #6625
                            Alexander Bautz
                            Keymaster

                              OK, I have a suspicion as to what the cause could be. Can you help me verify it by adding this code to the CEWP that you use in the list view:

                              <script type="text/javascript">
                              setTimeout(function(){
                              	spjs.vLookup.init();
                              },1000);
                              </script>

                              You should add it just below this line:

                              <script type="text/javascript" src="/[your path to the file]/vLookup_frontend_min.js"></script>

                              This will initiate the vLookup script “manually” after 1000 milliseconds.

                              Let me know if this works and I’ll look into a fix.

                              Alexander

                              in reply to: vLookup in List View #6623
                              Alexander Bautz
                              Keymaster

                                Hi,
                                I cannot recreate this error, can you confirm that the list view actually works with v1.7x of vLookup?

                                Alexander

                                in reply to: AutoComplete #6613
                                Alexander Bautz
                                Keymaster

                                  Your setup looks OK. Can you try using another single line of text field than the Title field?

                                  If you are using SP 2013 you might have to delay the function call by wrapping it like this:

                                  setTimeout(function(){
                                  // add function call here
                                  },500);

                                  Alexander

                                Viewing 15 posts - 4,651 through 4,665 (of 4,758 total)