[users] get control objects in Base form

2007-07-18 Thread Jim Gardner
ng the label and control) but the return is always empty. I'm probably missing something in the application object name. Any help appreciated. Cheers, Jim Gardner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [users] get control objects in Base form

2007-07-19 Thread Jim Gardner
stage (breakpoint set on the line). Any thoughts? Cheers, Jim Gardner Andrew Douglas Pitonyak wrote: Jim Gardner wrote: Hi: First posting. Reasonable experience in VBA and Microsoft Office, now migrating to OOo to avoid those continual upgrade problems with different versions of Access. Bit

Re: [users] get control objects in Base form

2007-07-23 Thread Jim Gardner
obtain the contained shapes. REM You should probably use a recursive routine to REM extract the shapes, because the contained shape REM may be another group shape. For j = 0 To oShape.getCount() -1 o=oShape.getByIndex(j) print o.control.name Next Else print oshape.control.name End If Next Jim Gardn