|
-
Feb 17th, 2001, 02:08 PM
#1
Thread Starter
Hyperactive Member
Dear all,
I am trying to save a text file as an OLE object. I am using the OLE container control for this. My code is
OLE1.CreateEmbed("Name of text file")
F1=FreeFile
Open "New file" for Binary Access Write as F1
OLE1.SaveToFile (F1)
F1.Close
This code works fine on NT workstation.
However when I run it on NT server the CreateEmbed method fails and it gives me an error as
Error number 50003 with the message
Unexpected error. Any ideas/suggestions.
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
|