I am using the following code to save an automatically generated pie chart in a general field in Excel:
.ActiveChart.Location(2,oSheet.Name)
I actually want to save it as an embedded object instead of a sheet. I have tried xlLocationAsObject instead of the "2" but it does not recognize this...
..I hate to keep bothering you with this but...
I accessed the chart. Now it says that "the item with the specified name cannot be found". In the debugger, the name of the chart definately says "Chart 1". This is the major problem I was having with this all night.
Here is my code...
Mike,
I've tried every variation of this code I can think of but it doesn't work for some reason. Sometimes I have problems converting VBA to VFP because it isn't EXACTLY the same.
Maybe you could give me a small sample of how to resize a chart in VFP code? My main goal is to resize the...
I am having a heck of a time trying to size a simple pie chart in Excel using VFP. This should be simple but I think it is a case of not knowing the proper VFP commands. Here is what the excel macro gives:
ActiveSheet.ChartObjects("Chart 1").Activate
ActiveChart.ChartArea.Select...
Is it possible to automatically (macros) crop an excel chart? The white space around the edges of the chart are giving me problems after I append it to a VPF general field and then try to use them in the report. With multiple graphs they end up (what appears to be) too far apart.
Any...
I've successfully created some excel charts using OLE and appended them back into VFP into general fields. The problem now is that there is alot of white space around the chart and I can't fit two on one page in the spot I need them because they overlap. I need to crop them or somehow make the...
I am a novice foxpro scripter dealing with my first .dll. This script works fine in db but in vfp I get "
can't find entry point"
Here is the vb code that works:
Dim QP As iSED.QuickPDF
Set QP = CreateObject("iSED.QuickPDF")
Call QP.UnlockKey("type your license key here")
Call...
Thanks, I think I am getting somewhere by looking at all these examples etc.
Now it says that that it cannot find the entry point LoadFromFile in the DLL what does this mean?
Here is the code I am using:
DECLARE LONG LoadFromFile in iSED.dll STRING filename
=...
I think that is the problem. How do I "call" the functions? I have just been running this code just like it is - nothing happens. I don't know how to check for error message responses from the program.
I am a novice VFP scripter. I am trying to use a little .dll that overlays data on PDF's but I cannot get it to work - I have searched tirelessly through the posts on this site.
Here is the code I am using:
DECLARE LONG UnlockKey in iSED.dll STRING @ RegKey
DECLARE LONG LoadFromFile in...
We have a room set up with 10 PCs running WinXP (all connected). Is it possible to run one application (i.e. a powerpoint presentation) and view it on all the PC's at the same time?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.