Options

Page Repeaters for Temporary Records

sabzamsabzam Member Posts: 1,149
edited 2011-06-20 in NAV Three Tier
Dear All,

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?

Regards,

Sabzam

Comments

  • Options
    deV.chdeV.ch Member Posts: 543
    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>);
  • Options
    Ravi_ThakkarRavi_Thakkar Member Posts: 392
    "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>); ???

    Please, suggest;
    Ravi_Thakkar
    Ahmedabad, Gujarat, India
    E Mail : ravi.thakkar@hotmail.com
Sign In or Register to comment.