Message 1 of 8
Question about controls on a form.

Not applicable
02-03-2004
10:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I can access the tabindex of the active control,
test = frmCadre.ActiveControl.TabIndex
But I need to access what's written in lets say tabindex(4).
The idea is to fill a title box with what's in a form, only if I scroll
through all controls, well it's all the controls!
Thanks.