Adding new row in the list form

sridharsridhar Member Posts: 171
Dear Friends,

I have a Card Form "Studend Card", where in a button "Add Students". In the OnPush trigger of the "Add Students" button I have wriiten code to open a List Form "Student List".

frmStudentList.RUN;

But here in the List form if I tabbed out the No. field the No. series is generated at the back end but I am not able to view in the list form.
The cursor is again going back to the first record.

What I have to do to view in the added records?

Regards,

N.Sridhar

Comments

  • krikikriki Member, Moderator Posts: 9,118
    I am not sure I understood well.
    In general, new records are created in the card-form. Not in the list-form. If there is a list form, it is meant as an overview of all records. This list-form is not editable and all the editing is done in the card-form. (see e.g. customer card+list)
    If it is something else you want to do, please give some more information.[/code]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • sridharsridhar Member Posts: 171
    Hi Kriki,

    In the form "Post Codes" we can add record at the runtime.

    N.Sridhar
  • sridharsridhar Member Posts: 171
    Hi Friends,

    I have set the PopulateAllFields property to Yes. Now its working.

    Thanks & Regards,

    N.Sridhar
  • krikikriki Member, Moderator Posts: 9,118
    sridhar wrote:
    Hi Kriki,

    In the form "Post Codes" we can add record at the runtime.

    N.Sridhar
    Yes, but that one has no card because there are so few fields.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.