hi,
i have 2 forms, and i need to select some records from form A and click on a display menu item for form B to open. at the same time i need to pass those selected records to form B. for the display menu item i wrote a onclicked event handler and accessed the records. In the form init method of form B, i'm fetching the passed records.
the problem is that, the init method is being called before the onclicked event handler which is resulting in the selected record not being passed to form B
*This post is locked for comments