Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Permission denied !

Status
Not open for further replies.

Bart9140

Programmer
Aug 1, 2001
8
0
0
NL
Hy,

I'm trying to fill a combo-box from within my DCOM object wich is running on the server. I'm passing the combo-box as a parameter :

client : call Fill(combo1)
server : sub Fill(Destination as object)

As soon as the server object does a

destination.clear

the client gets an error "permission denied".

Please is there someone who can help a desperate programmer !!!

p.s. : If I run the stuff using COM (on my local pc) everything just works fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top