dafi
September 12th, 2001, 07:24 AM
I have a WEB page with a
set obj = createobject("mscomdlg.commondialog")
thing on it
the problem is that when I try to open
obj.showopen
it doesn't work
I have w2k server
on w98 it works
it also works on both w2k and w98 in VB6
it says that
"The common dialog function failed during initialisation. This error often occurs when insufficient memory is available"
???
I have 256 MB on w2k machine and only 128MB on w98
can anybody tell me what is the real problem ?
I also tried to set the web to accept max 10 users but is the same thing...
set obj = createobject("mscomdlg.commondialog")
thing on it
the problem is that when I try to open
obj.showopen
it doesn't work
I have w2k server
on w98 it works
it also works on both w2k and w98 in VB6
it says that
"The common dialog function failed during initialisation. This error often occurs when insufficient memory is available"
???
I have 256 MB on w2k machine and only 128MB on w98
can anybody tell me what is the real problem ?
I also tried to set the web to accept max 10 users but is the same thing...