How get a record from a sub form

Rogerio_FrancischiRogerio_Francischi Member Posts: 5
edited 2007-03-16 in Navision Financials
Hi all,

I have a form and with a subform. Both refer to same table. But with differents filters. I have a button in the main form where I need gets the marked records of subform table.

How can I do that ?

I tried to use :
CurrForm.Subform.FORM.GETRECORD( MyRecord ) ;

But it didn't me bring the marked records.

Comments

  • WaldoWaldo Member Posts: 3,412
    Try to create the function on the subform/subformtable like they do on normal document forms (sales order subform,...)

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • Rogerio_FrancischiRogerio_Francischi Member Posts: 5
    Thansk for reply.
    But , I don't see any document form/subform where they need retrieve only Marked Records from a subform.

    Where can I find this ?
  • WaldoWaldo Member Posts: 3,412
    I'm not talking about "retrieving marked records", but the complete function wherefore you have to do this... .

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
Sign In or Register to comment.