|
-
Jan 29th, 2007, 09:26 PM
#1
Thread Starter
Lively Member
problems with form 2.0
for those who have use form 2.0 control in your application. what problems have u encounter?
for me, my problem is that when i use the form 2.0 control, when i run my apps, there an error and the vb studio have to close.
what other problems are there?
-
Jan 29th, 2007, 09:36 PM
#2
Re: problems with form 2.0
 Originally Posted by fang_eve
...for me, my problem is that when i use the form 2.0 control, when i run my apps, there an error and the vb studio have to close....
Isn't that enough to be concerned? Or you're waiting until it shuts down the Windows?
Or shall we ask MS to issue a big messagebox stating
"DO NOT USE FORMS 2.0 LIBRARY! IT IS NOT DESIGNED FOR VB6!".
-
Jan 29th, 2007, 10:07 PM
#3
Thread Starter
Lively Member
Re: problems with form 2.0
i wanted to know if it is form2.0 problem, or is my pc problem.
because i need to handle unicode, that why im trying out to use form 2.0, i know that it is not design for vb6.
but it like kind of unstable.
-
Jan 30th, 2007, 12:43 AM
#4
Lively Member
Re: problems with form 2.0
i use form 2 also and never face any problem. i think you need to redownload the fm20.dll file and replace the old one. download the file from the link below...
http://www.dll-files.com/dllindex/dll-files.shtml?fm20
-
Jan 30th, 2007, 03:49 AM
#5
Thread Starter
Lively Member
Re: problems with form 2.0
hi nerd man,
if i download and replace the form20.dll, will it affect my ms office? since form 20.dll is part of the ms office component, will i have any problem when i replace the .dll?
i have many doubts on using form 2.0, hope u could help me with it.
how do you handle/have you encounter the following problem:
1) when using the frame, when u draw textbox or others, they will be behind the frame, what's ur solution?
2) if u have many frames and the frames are labelled using index, do u have any problem with it?
3) i have many form2.0 components in a frame, and i use tabindex to specific the starting component, but it is like not working at all. The starting component seems to be the textbox.
Last edited by fang_eve; Jan 30th, 2007 at 04:51 AM.
-
Jan 30th, 2007, 05:13 AM
#6
Lively Member
Re: problems with form 2.0
ah, its not a problem with your dll file so you dont need to replace the file. the problem is because they didn't made the component the way you want. this problem cannot be fixed and you will always have these problems. i believe there is no one who can fix that problem except. at form 2 you cannot bring the compt. front or send back by rightclicking on the components. but i like to know why you using form 2. is it because the listbox counter dont overflow when loading more then 32,767 lines? i only use form 2 just to over come the listbox counter overflow problem when loading more then 32 thousand entires.. but if you want to put a text box on the frame, then select the frame and then draw the text box on the frame. by that way you can make a textbox visible infront of the frame.
-
Jan 30th, 2007, 08:04 PM
#7
Thread Starter
Lively Member
Re: problems with form 2.0
im usin form 2 as it can support unicode characters. i am displaying chinese and jap characters.
 Originally Posted by Nerd-Man
but if you want to put a text box on the frame, then select the frame and then draw the text box on the frame. by that way you can make a textbox visible infront of the frame.
how to do that? i select the frame and i draw the textbox, but it is still behind the frame.
how do u make a textbox visible infront of the frame?
thanks
-
Jan 30th, 2007, 08:34 PM
#8
Re: problems with form 2.0
 Originally Posted by fang_eve
i wanted to know if it is form2.0 problem, or is my pc problem.
because i need to handle unicode, that why im trying out to use form 2.0, i know that it is not design for vb6.
but it like kind of unstable.
Assuming that you can fix all your problems and that your app works perfectly for you, are you planning on other people using it?
-
Jan 30th, 2007, 10:33 PM
#9
Thread Starter
Lively Member
Re: problems with form 2.0
this application is develop for other company usage. so i need to research on the stability of the components.
-
Jan 30th, 2007, 10:47 PM
#10
Thread Starter
Lively Member
Re: problems with form 2.0
nerd-man,
i dont know if u have use form 2.0 frame. i have encounter this "bug/error"..
my scenario:
page1:a normal frame as a outer border. within the frame, i have 3 form2.0 Frame.
Page2:the frames are use as in page 1.
when i 1st enter the page, everything look ok, i click "next" to go to next page, everything is fine also. BUT when i click "previous" to go back to page 1. the outer frame(the normal frame), will have a caption displayed.
I did not set any caption for the outer frame. The caption will be there only if i click the "previous". and it only happens on the 1st page.
-
Jan 31st, 2007, 03:28 AM
#11
Lively Member
Re: problems with form 2.0
opps i apologize for my msitake. i just check the app where i use form2 and i found that i use frame from form2 but the textbox was not form2 textbox. i am not sure why you having the problem of caption when goto previous. but if you can post a screen shot of the problem then maybe someone from this forum can locate the problem. i did use form2 in one app. because the listbox counter dont overflow and the frame is cool too. anyway, please take some screen shot of the problem and post here. and also what code you use to goto previous frame? use Frame1.Visible = True and Frame2.Visible = False if both frames are in same form.
-
Jan 31st, 2007, 04:00 AM
#12
Thread Starter
Lively Member
Re: problems with form 2.0
ok sure, but how do i attach the screen shot? haha, new to this forum also.
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
|