Jump to content

ksawebsoft

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by ksawebsoft

  1. Hi,

     

    Sorry, for what purpose do you need it? I think you need to change the logic

     

    Best regards,

     

    I need to monitor a group of users and their actions. There are several environment variables that are being set and loaded into a clientdataset to display on the grid

    I need to monitor a group of users and their actions. There are several environment variables that are being set and loaded into a clientdataset to display on the grid

  2. I have a UniDBTreegrid that your dataset is updated every second in a UniTimer.

    My problem is that UniDBTreegrid is blinking and I would like to know if I can avoid this with some configuration or if I have how to change the registry by javascript.

     

    I noticed that the UniDBTreegrid is blinking when there is a dataSet.Post of multiple records.

  3. I used this:

     

    ......

    function functionName: Tuniframe; //result your frame
     
    implementation
     
    function functionName: Tuniframe;
    begin
      Result := Tuniframe(UniMainModule.GetFormInstance(Tuniframe));
    end;
     
     
     
    I don't knot if this will work for you...
  4. How can I can to paint an entire line in UniDBTreeGrid?

    I have the following records:

     

     

    Columns:    Type                 |   Name

    Record   1:   +Manager       |   A

    Record   2:     +Group         |   B

    Record   3:       operator      |   C

    Record   4:       operator      |   D

    Record   5:       operator      |   E

    Record   6:   +Manager       |   F

    Record   7:     +Group         |   G

    Record   8:       operator      |   H

    Record   9:       operator      |   I

    Record 10:       operator      |   J

     

    I would like to paint like this:

     

     

    Columns:    Type                 |   Name

    Record   1:   +Manager       |   A - (red)

    Record   2:     +Group         |   B - (blue)

    Record   3:       operator      |   C

    Record   4:       operator      |   D

    Record   5:       operator      |   E

    Record   6:   +Manager       |   F - (red)

    Record   7:     +Group         |   G - (blue)

    Record   8:       operator      |   H

    Record   9:       operator      |   I

    Record 10:       operator      |   J

     

     

    Someone can help me?

     

×
×
  • Create New...