>Die property definition als read/write würde dann ca. so aussehen:
>
>Public property let brett(x,y,newValue)
>       p_brett(x,y)=newValue
>End property
>Public property get brett(x,y)
>       brett = p_brett(x,y)
>End property

ich hab nun der Element-Klasse eine weitere
Sub ".Display" hinzugefügt:

public sub Display()
   response.write text
end sub

Das funktioniert auch wunderbar, d.h.

Frm.elements("Feld1").Display()
liefert andere Werte als
Frm.elements("Feld2").Display()

nur woher weiß "Display()" überhaupt
exakt, welches Feld ich möchte?
Es scheint mit dem Dictionary zusammenzuhängen,
soviel ist klar, aber wie das genau
abläuft verstehe ich nicht :(

Gruss

Alex

~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~
Ein flexibles CMS für lau?
ATTACK! Download Intrexx CRM-Studio Now!   http://www.intrexx.com
_______________________________________________
Advanced.asp mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/advanced.asp

Antwort per Email an