|
-
May 23rd, 2001, 09:52 PM
#4
Thread Starter
Lively Member
Today, I tried to narrow down the problem what's really going on with my code and found out something interesting as follow:
In the clsB there is a function called AddNew.
public sub AddNew(byval objG as G.clsG)
dim str as string
str = objG.someproperty
end sub
On the client site, when it calls this function which is located on MTS server, the error will be occured here. Once, I took the line which consist of objG out, the program just got through it. Any ideas what's going on around here? Thanks for all opinion and helps.
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
|