Loading...

Anonymous

Anonymous

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 2,745 total)
  • Author
    Posts
  • in reply to: Secure Store Service Application database encription #7221
    Anonymous
    Anonymous
    Participant

    OK – thanks! 

    n

    n

    Regards,

    n

    in reply to: Secure Store Service Application database encription #7220
    Anonymous
    Anonymous
    Participant

    Hi ,

    n

    QuickApps does not use sharepoint secure store service.

    n

    Thanks,

    n

    in reply to: Menus running under List View. #7219
    Anonymous
    Anonymous
    Participant

    Hi ,

    What’s the QuickApps version you currently using? Please give me the version number and the build number in the about dialog of the QuickApps web part.

    I cannot see your issue on v6.5:

    Thanks,

    in reply to: RE: qListView Conditional field background color #7217
    Anonymous
    Anonymous
    Participant

    If I have a field called, "Due Date" and I want it to show red if that date is in the past, do I put Due Date in the Field Value field?  Do I put 0-[today] in the Field Value Range?  <[today]? No square brackets?

    in reply to: RE: qListView Conditional field background color #7218
    Anonymous
    Anonymous
    Participant

    Hello,

    n

     

    n

    qListView doesn’t support this feature. It just support the number range, or the fix value. Does not support the [today] expression.

    n

     

    n

    in reply to: People Editor Mask #7216
    Anonymous
    Anonymous
    Participant

    Hello,

    n

     

    n

    qListForm cannot support this case, the People/Group field in SharePoint just can support ‘People Only’ and ‘People and Groups’, that may a good idea to let qListForm support search from groups only.

    n

     

    n

    in reply to: qList Form Performance #7215
    Anonymous
    Anonymous
    Participant

    Hi ,

    n

     

    n

    Well, this is a very technical case. You’d better to request a support ticket to let the team to do more research. And you’d better provide the below information:

    n

      n

    1. Which SharePoint version you are using? SP2010? SP2013?
    2. n

    3. what kind of the fields you are configuration in the qListForm?
    4. n

    5. The template of the qListForm;
    6. n

    7. I think you may upgrade from another QASP version, which version you are upgrade from?
    8. n

    n

     

    n

     

    n

    Anonymous
    Anonymous
    Participant

    Hi ,

    Thank you for your reply. This is precisely what I am looking for. If you can share the script would be great.

    Just to reiterate I have a pages that use multiple pListView webparts and I would like to use some script/css to hide the ‘Edit’ column from all of those during printing. Please review the attached image for a sample webpart.

    Thanks,

    Mandeep

    Anonymous
    Anonymous
    Participant

    Hello,

    n

     

    n

    Why not just use the native SharePoint feature to do that? You can click into this field setting, these has the ‘Column Validation’ setting.

    n

     

    n

    Anonymous
    Anonymous
    Participant

    Hi Mandeep,

    n

     

    n

    qListView uses a script function to print the page, so you need to modify this function to hide the button. Firstly, you need to navigate to the script file, the default path is: C:\Program Files\Common Files\microsoft shared\Web Server Extensions\wpresources\WA.DataViewer. but if you deployed the QuickApps to the farm, you need to modify this file in all the servers. Open this file, locate to this fuction: GeneratePrintContent(webPartID, cssFiles, titleOfPrint), add below code into this function:

    n

     

    n

    htmlContent += '<script src="/_layouts/15/QuestSoftware/JQuery/jquery-1.8.2.min.js"></script>';

    n

    htmlContent += '<script>$(document).ready(function(){var eidtButtons = $("img[src$=\'edititem.gif\']"); $.each(eidtButtons, function(index, btn){$(btn).css("display","none");})})</script>';

    n

     

    n

    I assume you are using SP2013, so the jQuery path is under the ‘15’, if you are using SP2010, please remove the ‘15’ section. These code is using the CSS to hide all the buttons in the page.

    n

     

    n

    Anonymous
    Anonymous
    Participant

    Hi

    n

    n

    Thank you so much for your response, it makes things a bit clearer. 

    n

    n

    Regards,

    n

    Thomas

    Anonymous
    Anonymous
    Participant

    Hello,

    n

     

    n

    Do you mean hide the edit buttons in the print page? if yes, it should have the chance to use the script hide them before you print. If you need the sample, please let me know.

    n

     

    n

    in reply to: How to change error messages language #7209
    Anonymous
    Anonymous
    Participant

    We figured this one out: you need to change your Regional Configuration to English (UK / USA).

    n

    So now we're seeing the resources and modifying them, but after recompiling, registering with gacutil and restarting IIS there are no changes whatsoever.

    n

    We did set our browser language to the one we translated the resources, restarted it, changed the regional configuration back to the native one and so on, but still, no changes regarding this resources (we modified the obvious non repeated ones in order to see them change and not wonder if we modified the right one)

    n

    What are we missing?

    n

    Thanks!

    in reply to: Toolbar Extra Final Separator #7206
    Anonymous
    Anonymous
    Participant

    , thx for the response.

    n

    I figured some JS would've done the trick, but thought I was doing something wrong

    n

    Thx again

    in reply to: How to change error messages language #7208
    Anonymous
    Anonymous
    Participant

    Hello,

    n

     

    n

    I am not sure what is going on in your lab, all the resources should be list in the left panel after your create the new project, can you provide your detail steps about how you create the new version of the resource?

    n

     

    n

Viewing 15 posts - 16 through 30 (of 2,745 total)