FrmGetObjectIndex / POSE

2002-02-20 Thread Terry Dennis
According to the documentation, FrmGetObjectIndex ... Returns the index of the specified object (the index of the first object is 0), or frmInvalidObjectId if the supplied object ID is invalid. Works great. Except that, in POSE (3.4, not sure about others), anytime the Object corresponding to

Re: FrmGetObjectIndex / POSE

2002-02-20 Thread Keith Rollin
At 4:28 AM -0700 2/20/02, Terry Dennis wrote: According to the documentation, FrmGetObjectIndex ... Returns the index of the specified object (the index of the first object is 0), or frmInvalidObjectId if the supplied object ID is invalid. Works great. Except that, in POSE (3.4, not sure about

Re: FrmGetObjectIndex / POSE

2002-02-20 Thread Terry Dennis
re: Can you instead iterate over all the form objects, get their IDs, and discover that way which items are in your form? Doh !! You could at least have made the quick-fix solution a little tougher, you know, so it wouldn't look like I was TOTALLY out to lunch. [gg] re: I'll look into this