group

  1. A

    Android Question [SOLVED] Easier way for multiple entries per panel in CLV

    Hi All, I have a problem with clv that I solved with a not so good approach, so I am aiming someone can guide me how to prolerly use clv in this scenario. Basically I have jRDC2 data reflected, this data contains user number for example 7,8,9 as an example user 7 can have amount of 200 for...
  2. R

    Android Code Snippet Group and count Recordset (or list or array etc.)

    Needed a fast way to take a recordset and group and count a specified column, so that is get the unique items of that column and count the occurrences of all those unique items. This the best I could come up with: Sub GroupAndCountRS(RS1 As ResultSet, iColumn As Int) As Map Dim i As Int Dim...
  3. Alexander Stolte

    Android Question NB6 group notifications

    Hello, how can i group notifications with NB6? For example WhatsApp:
  4. Xandoca

    B4J Question Authenticate user and getting groups from MSAD

    Hi, I need to build a very simple document repository app (users can download and upload files). The point here is how to integrate B4J app with MSAD (Microsoft Activity Directory) to authenticate users and get the groups the user belong? Only authenticated users from a group X can...
Top