Re: [gx-l] Level 1 transaction as grid

Hi,

You have to make a new transaction.

If your Transaction is:

Trn1 {
  Trn1Atributte1 *
  Trn1Atributte2
  Trn1Atributte3
  Level 1 {
    Trn1Level1Atributte1*
    Trn1Level1Atributte2
    Trn1Level1Atributte3
    ...
  }
}

You declare a new transaction:

Trn1Level1 {
  Trn1Atributte1 *
  Trn1Level1Atributte1*
  Trn1Level1Atributte2
  Trn1Level1Atributte3
  ...
}

This new transaction won't mean a new table, just a new form that uses the same tables.
Then you can call this transaction in insert, update or delete mode to work with the lines of Trn1.

Regards,
Pablo Moleri


From: "Roni Balthazar" <ronibalthazar@gmail.com>
To: gx-l@gxtech.com.uy
Sent: Lunes, 19 de Diciembre 2011 12:55:53
Subject: [gx-l] Level 1 transaction as grid

Hi there,

Using C#/Win7 64/MySQL.

I have a 2 levels transaction (general and a related level 1) and
there are lots of fields in the level 1 transaction. It will be better
to use a tabular mode, but even if I change to tabular, it always
shows as a grid.
How do I configure Genexus to display Level 1 transactions as tabular
instead of grid?

Regards

Roni

-----------------------------------------
Para Suscribirse/Desuscribirse:
http://www.gxtechnical.com/cgi-bin/hforum.exe?2,3,30,1
Por consultas owner-gx-l@gxtech.com.uy

0 Response to "Re: [gx-l] Level 1 transaction as grid"

Publicar un comentario