I'm creating an extension application that patches into the cmd bar menu to add 
an extra function when in a field. This all works fine on some applications 
like memo but on others (calander) when I try to access the field I get a reset 
and the following message:

Field68k.c, line: 247 Form object (field not found).

When my application is invoked from the cmd bar menu I store the field pointer 
(obtained by FrmGetActiveField(), FrmGetFocus()/FrmGetObjectPtr() or 
TblGetCurrentField()) in feature memory and then retrieve it later (globals not 
being available).

I know the pointer to the field structure is not a null and that the field 
pointer was valid at the time the menu option was selected, but by the time I 
have display my form and then try to access the field something has happened to 
it. Does anyone have any idea what the problem is? Or know how I can validate a 
field pointer?

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to