How can I sort records on Master/Detail/Subdetail on Browser Screen

Locked How can I sort records on Master/Detail/Subdetail on Browser Screen

  • Tuesday, August 28, 2012 1:17 AM
     
     

    Hello,

    In my project a have one screen Browser with entity place (Country, State and Cities) likes as below:

    I would like to sort state for short name and cities for name, but a change de Query on project without success.

    Is there any suggestion about this question ?

    PS: The project can access online by address https://e-erp.cloudapp.net/client >> Button: Client >> Button: Localidade.

    Thanks

All Replies

  • Wednesday, August 29, 2012 4:39 PM
     
     Proposed Answer

    hello,

    the html preview is what it is. It contains lot of errors. I think the next release has many fixes.

    To fix your problem, try to create a query instead with sorting. It's better because you can reuse the query in other screens and I think i solves your problem but I'm not sure. maby you have to write a preprocess query.

    Good luck

    Sven


    SE1969

    • Proposed As Answer by Sven Elm Wednesday, August 29, 2012 4:40 PM
    •  
  • Wednesday, August 29, 2012 4:52 PM
    Moderator
     
     

    I second Sven's answer -- in fact, I was literally starting to type out a similar answer when I noticed that he had just replied.  If I remember correctly, we did have a bug (now resolved internally) with screen queries.  So, for this Preview, if you create a query off of an entity's definition (e.g., part of the Server project) and then base the screen off of that derived entity, I think your scenario should work.

  • Wednesday, August 29, 2012 5:01 PM
     
     

    Hello Michael and Sven 

    Thanks for answer !

    I'd rather wait the next release with fixed this bug.

    Teobaldo