Zeilennummerierung in Tabellen
Verfasst: 14.05.2013, 12:21
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
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