Seite 5 von 5

Zeilennummerierung in Tabellen

Verfasst: 14.05.2013, 12:21
von armine
Hallo Krumbi,

tut
[font=courier new] form1.#pageSet[0].MP1.Kompetenz::exit - (JavaScript, client)

for (var T = 0; T < Inhalt.Tabelle.instanceManager.count; T++) {
    for (var Z = 0; Z < xfa.resolveNode("Inhalt.Tabelle[" + T + "]").Zeile.instanceManager.count; Z++) {
        if (this.rawValue == "4") {
            xfa.resolveNode("Inhalt.Tabelle[" + T + "].Zeile[" + Z + "]").presence = "visible"
        } else {    
            xfa.resolveNode("Inhalt.Tabelle[" + T + "].Zeile[" + Z + "]").presence = ["hidden","visible"][xfa.resolveNode("Inhalt.Tabelle[" + T + "].Zeile[" + Z + "].KK[" + this.rawValue + "]").rawValue]
        }
    }
}[/font]
das, was du bezweckst?

vg armine

Zeilennummerierung in Tabellen

Verfasst: 14.05.2013, 19:19
von Krumbi
Hallo Armine,

das sieht nicht nur sehr sehr gut aus. Es macht genau das was ich mir vorgestellt habe. 

Also nochmals vielen Dank

Krumbi