Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
As Ivan said, check out the samples. SF provides several tools to help manage some common ways to manage data. The BrowseDialog provides a way to allow users to select a set of specific records, so only those records are loaded from the database. The ChildFormDialog provides a way to manage child records, via a separate form. It manages the FK to the parent on the child forms and also manages saving the parent and children all at once. There are many other ways to manage records, most of which pretty easy to manage and all of which can be wired in to an application via the use of base forms, user controls, base BOs etc. So take a look at the samples and help files, get an idea of what the BrowseDialog and ChildFormDialogs can do. At that point you'll likely have a better idea of what specific questions you might have and we'll be better able to help you at that point.
|