Re: Simple Question
- From: "Frank Hickman [MVP]" <fhickman3_NOSP@xxxxxxxxxxxxxxx>
- Date: Thu, 17 Nov 2005 17:52:31 -0500
"Farrel" <farrelribeiro@xxxxxxxxxxx> wrote in message
news:1132260241.574839.307660@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>I have a program in VB6 with various forms.
> I Have a form that the user enters all the initial info about a test,
> on the next form I have a bunch of codes on form load, and on that same
> form I have a BACK button, on that button I use:
>
> Test.Hide
> Initform.Show
>
> That goes back to the initial form (dah !!)
> If I make the any changes on that form and hit NEXT, the form doesn't
> run the codes again
> the previous information stays on the Test form
>
> I tried Unload, Close (closes all the forms), so I need something that
> will close just the test form and keep the info on the Initial form
>
> Thanks in advance
Instead of using hide do this...
Initform.Show
Unload Me
--
============
Frank Hickman
Microsoft MVP
NobleSoft, Inc.
============
Replace the _nosp@m_ with @ to reply.
.
- Follow-Ups:
- Re: Simple Question
- From: Farrel
- Re: Simple Question
- References:
- Simple Question
- From: Farrel
- Simple Question
- Prev by Date: Simple Question
- Next by Date: Re: error trying a date field
- Previous by thread: Simple Question
- Next by thread: Re: Simple Question
- Index(es):