Discussion:
Illegal Function Call
(too old to reply)
Ragzy
2007-03-23 09:34:00 UTC
Permalink
Hi There,
This is regarding VB3's Illegal Function Call Error, this error appears
intermitently. Can you tell me the cause or workaround to this.
Sometimes this happens twice or thrice, then application shutdown. Later
when i restart application and work it doesnt appear at all.
Stange.... Please help me!

regs,
MikeD
2007-03-24 16:43:30 UTC
Permalink
Post by Ragzy
Hi There,
This is regarding VB3's Illegal Function Call Error, this error appears
intermitently. Can you tell me the cause or workaround to this.
Sometimes this happens twice or thrice, then application shutdown. Later
when i restart application and work it doesnt appear at all.
Stange.... Please help me!
That's rather a generic error. You 're gonna have to provide a lot more
information, such as the line of code which causes the error.
--
Mike
Microsoft MVP Visual Basic
Ragzy
2007-03-28 00:58:26 UTC
Permalink
Post by MikeD
Post by Ragzy
Hi There,
This is regarding VB3's Illegal Function Call Error, this error appears
intermitently. Can you tell me the cause or workaround to this.
Sometimes this happens twice or thrice, then application shutdown. Later
when i restart application and work it doesnt appear at all.
Stange.... Please help me!
That's rather a generic error. You 're gonna have to provide a lot more
information, such as the line of code which causes the error.
--
Mike
Microsoft MVP Visual Basic
Hi Mike,
I tried to debug and debug but couldnt simulate it, but when I execute the
Executable this happens, I tired with the same data but still couldnt
simulate it.
I dont even get Runtime Error Code. It simply says Illegal function call on
Messagebox and once the OK button is pressed Application disappears.
MikeD
2007-03-28 01:13:00 UTC
Permalink
Post by Ragzy
Post by MikeD
Post by Ragzy
Hi There,
This is regarding VB3's Illegal Function Call Error, this error appears
intermitently. Can you tell me the cause or workaround to this.
Sometimes this happens twice or thrice, then application shutdown. Later
when i restart application and work it doesnt appear at all.
Stange.... Please help me!
That's rather a generic error. You 're gonna have to provide a lot more
information, such as the line of code which causes the error.
--
Mike
Microsoft MVP Visual Basic
Hi Mike,
I tried to debug and debug but couldnt simulate it, but when I execute the
Executable this happens, I tired with the same data but still couldnt
simulate it.
I dont even get Runtime Error Code. It simply says Illegal function call on
Messagebox and once the OK button is pressed Application disappears.
Sounds to me like there's no error handling routine. Write one.
--
Mike
Microsoft MVP Visual Basic
Loading...