|
-
Feb 9th, 2000, 05:23 AM
#1
Thread Starter
New Member
I have a main form that first checks if a "ini" file exists...if it doesnt it creates a child form and asks a question and then takes the answer and puts it in a "ini".
The problem is it won't return back to the parent without and error once it gets the value and makes the "ini" file from within the child form.
I tried changing the focus back to form1 but no good.
I called the child form with this command: Form2.Show vbModal, Form1
if i do a 'form1.show' from within form2 (child) command it shows the parent (form1) form but it just sits there till i click on it and then after i do it gives me an error!
any help would be greatly appreciated. i only have a few strands of hair left =)
- Sergio
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|