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
0
Comments
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]
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
In the form "Post Codes" we can add record at the runtime.
N.Sridhar
I have set the PopulateAllFields property to Yes. Now its working.
Thanks & Regards,
N.Sridhar
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!