Alexander Bautz

Forum Replies Created

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

      Hi,
      Sorry, but this error does not sound like it originates from vLookup. It may cause vLookup to not function, but I cannot see that it is the source of the error.

      Anything else that might give me a clue as to what could be wrong?

      Alexander

      in reply to: vLookup In URL Row #6609
      Alexander Bautz
      Keymaster

        There are no issues thet I’m aware of. Do you get any errors in the developer console (hit F12 > Console)?

        Alexander

        in reply to: Email Alerts #6600
        Alexander Bautz
        Keymaster

          Not that I know of, sorry.

          Alexander

          in reply to: Document sets? #6599
          Alexander Bautz
          Keymaster

            I have not tested it with document sets (and I have no experience with document sets either). Do you have the solution set up and working in another list or library to ensure you have the setup correctly?

            Alexander

            in reply to: Orphan Field Tab & Attachment Column #6598
            Alexander Bautz
            Keymaster

              I’ll look at this in the next release. The orphans tab is intended used when setting up the solution to let the person building the form know what columns that is not used. I recommend turning this off for “production”.

              Alexander

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

                Sorry for the delay, do you get any errors in the developer console (hit F12 > Console)?

                Alexander

                in reply to: Error in DFFS, when open form on mobile devices #6596
                Alexander Bautz
                Keymaster

                  The save item bug was fixed in BETA 1 – now BETA 2 is the most recent: https://spjsblog.com/dffs/dffs-change-log/

                  Alexander

                  in reply to: Print to PDF #6588
                  Alexander Bautz
                  Keymaster

                    You will need a third party plugin like bullzip (free) to “print” to a PDF-file on your computer. If you want to use a workflow, you can look at for example muhimbi (starting at $1499)

                    Alexander

                    in reply to: Error in DFFS, when open form on mobile devices #6576
                    Alexander Bautz
                    Keymaster

                      Can you check v4.200 BETA and report back? If it initially does not behave better, look at the Misc tab and try setting e.g. 500 in the field “Defer loading of DFFS”.

                      Change log: https://spjsblog.com/dffs/dffs-change-log/

                      Any better?

                      Alexander

                      in reply to: Conditional Highlighting #6560
                      Alexander Bautz
                      Keymaster

                        Hi,
                        Add this code to the Custom JS section:

                        (function colorMyField(){
                        	var val = getFieldValue("MyNumberField"), color = "#ffffff";
                        	if(parseInt(val,10) > 10){
                        		color = "#00ff00";
                        	}
                        	$(spjs.dffs.fields["MyNumberField"]).css("background-color",color);
                        })();
                        
                        
                        $(spjs.dffs.fields["MyNumberField"]).find("input").change(function(){
                        	colorMyField();
                        });

                        Change “MyNumberField” to match your field.

                        Alexander

                        in reply to: Error in DFFS, when open form on mobile devices #6559
                        Alexander Bautz
                        Keymaster

                          Hi,
                          What is the trigger you use to set the fields as read only?

                          Alexander

                          in reply to: Hide idAttachmentsRow on tabs #6558
                          Alexander Bautz
                          Keymaster

                            Hi,
                            By default, the attachment field will be present in all tabs when it is not explicitly added to one or more tabs.

                            This means that you can add the attachment field to a dedicated tab, and it will no longer show on all the other tabs.

                            Alexander

                            in reply to: Using an href in a heading #6544
                            Alexander Bautz
                            Keymaster

                              It looks like the double quotes around the href attribute are wrong – try rewriting them.

                              Alexander

                              in reply to: Using an href in a heading #6538
                              Alexander Bautz
                              Keymaster

                                I must see the URL – to insert the code, wrap it “code tags” from the ribbon above the text field.

                                Alexander

                                in reply to: VLookup work in Project Server 2010 SharePoint Sites? #6532
                                Alexander Bautz
                                Keymaster

                                  Hi,
                                  Sorry for the delay. If you have not already figured it out, please look at the “SPJS-vLookupSettings” list and see if the value in the Title field is in this format “LibraryUrlName:vLookupFieldName”.

                                  When it comes to Project server I have no experience so I cannot tell if this affects the functionality of vLookup.

                                  Alexander

                                Viewing 15 posts - 4,666 through 4,680 (of 4,758 total)