To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109535





------- Additional comments from m90...@openoffice.org Wed Mar 10 22:58:29 
+0000 2010 -------
I may have jumped to conclusions. The actual code that failed was bound to a 
checkbox control in a sub-form (Item Status Changed event). This is it...

Sub onClickUpdateMeal(Ob as Object)
Dim bStat as Boolean, MenuID as double, sSQL as string
bStat = (Ob.Selected=1)
'Xray Ob
MenuID =Ob.source.model.parent.GetByName("ID").GetCurrentValue
...

This gets the value from the selected row in the subform grid. I have used 
similar code as a quick reference to the form in macros bound to buttons but I 
must be wrong in assuming they suffer the same problem. I have reverted to 
3.1.1 now so can't test further for the time being.

If I uncommented the Xray, "Ob" had no name and gave the same error when 
Xraying the parent property. Looks as if the error is limited to controls 
within a grid control. Sorry if I raised a red herring.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to