Randomblink
The Irreverent Reverend
- Local time
- Today, 16:43
- Joined
- Jul 23, 2001
- Messages
- 279
I had a couple questions for whomever can help...
I am trying to setup my buttons to do the following:
1) You are in a form
2) You click OPEN FORM XYZ Button
3) The Current Form is Me.visible = False
4) The XYZ FORM Opens
Once done with XYZ FORM...
1) Click CLOSE XYZ Button
2) Grab the Index of XYZ
3) Close FORM XYZ
4) Make Form(one index lower than XYZ).Visible = True
Does that make sense?
However, it ONLY works if as a form is opened it is assigned an Index number one greater than the last opened form...
Help if you can...
- How would I get the Index of the Current Form
- Is is true that as I open a Form it is assigned an Index Number ONE greater than the last opened form?
I am trying to setup my buttons to do the following:
1) You are in a form
2) You click OPEN FORM XYZ Button
3) The Current Form is Me.visible = False
4) The XYZ FORM Opens
Once done with XYZ FORM...
1) Click CLOSE XYZ Button
2) Grab the Index of XYZ
3) Close FORM XYZ
4) Make Form(one index lower than XYZ).Visible = True
Does that make sense?
However, it ONLY works if as a form is opened it is assigned an Index number one greater than the last opened form...
Help if you can...