Issue 119234 - Form events are not called as expected
Summary: Form events are not called as expected
Status: UNCONFIRMED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: OOO330m20
Hardware: PC Windows 7
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-16 10:04 UTC by ptoye
Modified: 2013-01-29 21:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ptoye 2012-04-16 10:04:32 UTC
The events attached to a form do not appear to be called as the help file leads one to expect.

1) The "loading" events do not get called at all. How can one initialise data when there is no "first appearance" event?

2) Record action events do not always happen as described. I'm still compiling a list of all the issues, but in particular, when a form has a subform, changing a field in the subform (which displays a selection of the fields in the main form which is based on a non-updatable query), no record action event occurs when changing the record, although the data is written back automatically to the database. Would you like more information on the precise activities and their results? It might be long!