I am trying to create a list page i.e. using a repeater for a number of temporary records. How should I configure the repeater to read from the temporary records?
Set SourceTableTemporary Propertie to Yes and if you already have your set of records in a temp record variable then do a call of : Rec.Copy(<YourTempRec>);
"Set SourceTableTemporary Propertie to Yes and if you already have your set of records in a temp record variable then do a call of : Rec.Copy(<YourTempRec>);"
Where to use the code Rec.Copy(<YourTempRec>); ???
Comments
Where to use the code Rec.Copy(<YourTempRec>); ???
Please, suggest;
Ahmedabad, Gujarat, India
E Mail : ravi.thakkar@hotmail.com