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
Zeilennummerierung in Tabellen
Hallo Armine,
das sieht nicht nur sehr sehr gut aus. Es macht genau das was ich mir vorgestellt habe.
Also nochmals vielen Dank
Krumbi
das sieht nicht nur sehr sehr gut aus. Es macht genau das was ich mir vorgestellt habe.
Also nochmals vielen Dank
Krumbi