Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntax for a copy command
Message
 
 
To
05/03/2008 11:18:33
Brian O'Donovan
Crescent Computers
Cork, Ireland
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01298923
Message ID:
01298955
Views:
27
>Yeah i used the following command to run a method from an activex control
>
>lnImageHeight = 100
> lnImageWidth = 200
> .SaveToFile(lcBmpFileName, 0, lnImageHeight, lnImageWidth)
>Brian

If you're doing it directly from ActiveX put

this.SaveToFile...

otherwise give a whole reference to this ActiveX such as

thisform.myActiveX.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform