Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extracting an OLE Word Document from a General Field
Message
 
To
14/05/1998 02:49:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00081929
Message ID:
00099343
Views:
65
>>When I don't have the Debug window running the problem occurs, with it running it is not there any more. Seems as though VFP is calling MS Word 'too fast' or something. When slowed down it works fine.
>
>Yes, i have this problem too, and it can reely get crazy results in MS Word. For me it seems like MS Word just skip some command from time to time when VFP send them to fast. Is there anything to do about it. Putting in some delay command is not to good I think. It feels wrong...
>
>/Mårten

Hi Mårten,

I found this out yesterday and so far it seems as though it works OK as long as the THISFORM.OleBoundControl.Object is "loaded", ie before I start using this object I run the following code:
*-- Load OLE object to memory
lcNothing = TYPE("THISFORM.OleBoundControl.Object")
This seems to work as I do not execute many commands to the object this way. If you find some better way to make this connection work better I'll be happy to know how...
(using VFP 3.0 for Win & Mac)
Previous
Reply
Map
View

Click here to load this message in the networking platform