use this event ...
public int Repeated1_onBeforeRowDisplayEvent(CSpDataDrivenVisualEvent event)
{
return (PROCEED);
}
and do a setDisplayFieldValue("*txtMyStaticText", new CSpString("blah")); in that
event to set a value...
event.getRowIndex() let's you know what row you're on
~dm
[EMAIL PROTECTED] wrote:
>Hi everybody,
>
>normaly an item (i.e. a CSpStaticText) in a Repeated is bound to
>a DataField of a DataObject.
>
>My problem now is, that I get my data not from a database. So I
>don't have a DataObject which I could bind to my CSpStaticText!
>
>I suppose that I have to create objects of a CSpDataObject and
>CSpDataFields, populate them and bind these fields manually
>to the CSpStaticTexts in my CSpRepeated.
>BUT I don't know how!
>
>Has anyone done something like that. (Some code would be great.)
>
>Thanks for any help.
>Harry Lamer
>
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]