Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp 5.0 / WP 6.0 Problem
Message
From
30/11/1999 13:24:26
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Vfp 5.0 / WP 6.0 Problem
Miscellaneous
Thread ID:
00296999
Message ID:
00296999
Views:
56
My users are trying to merge a table into our wp application to create labels. They are receiving the error message: OLE Error Code Invalid Class String. It gives them the opportunity to Cancel or Ignore and they have been pressing Ignore but it causes problems after that. Here is the init of the form.

PUBLIC Rn, k
Rn = 0
k = 0
CurVersion = OS()
WAIT WIND 'CURRENT VERSION OF WINDOWS: '+ALLT(CurVersion) TIMEOUT 2
If OS() = 'Windows 4.00'
This.Addobject('OleSession','OleControl','MSMAPI.MapiSession')
This.Addobject('OleMessage','OleControl','MSMAPI.MapiMessages')
Endif
If !g_fax
this.FaxImage.Visible = .f.
endif

Hope someone can help..

TIA

Jeff T.
Thanks in Advance.

J. Turner
Reply
Map
View

Click here to load this message in the networking platform