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 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...
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?
I need to make a dynamically positioned image 'rollover" with a mouseover. The second image is to be in the exact same place as the first. The images may be anywhere on the page at any given time depending on the coordinates.
Is this possible? ...any suggestions?
I put some flash on one of my websites (first time for me)and it works great on some browsers but on some it doesn't work. Does anyone know why and what I can do?
Here is the code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"...
I have a simple script that layers some text in a certain spot. I load it with "...body ...onload=..." For some reason, Mac users cannot use it. Here is the script:
<SCRIPT LANGUAGE="javascript">
function ShowIt()
{
document.body.insertAdjacentHTML('BeforeEnd', '<DIV...
I have a client that needs an FTP application but needs it to be "secure". It is my understanding that their is a protocol called "FTPS"? similar to HTTPS? Does anyone know anything about this? - how would I get started?
I have programs that run small DOS batch files and/or small VB scripts and I need to wait for these to finish before the VFP script continues. I can put times to wait but the problem is that each script takes a different amount of time (some alot of time). Is there any way I can let the VFP...
Sorry for the elementary question, but I am racking my brain trying to figure out the best way to search for a particular character (or string) columnn by column in a table, regardless of where it might be in the cell.
Can anyone help me?
Does anyone know if it would be possible to make a phone dialer (client side) on a web page? For instance, to be able to automatically dial a phone number (through a modem) when the record comes up in the database.
Does anyone know of anything you can put in a web-page that will trigger that "Send Page by Email" box to come up and let the user simply fill in the email address then send it. This would be easier than trying to explain how to use the browser feature.
I have 5 static ip addresses. One I have connected up to a linksys router and a bunch of computers (with dynamic addresses). Two other static ip addresses are used by two web servers directly on the Internet. 2 are not used.
The servers are connected BEFORE the router. Both the servers and...
Does anyone know if would be possible to run a VFP program in the systray and monitor a database on a web server. The idea would be that if a certain condition is met, a little window would "pop-up", similar to what happens when these virus program update or find a virus...
How would I do...
How do I configure Win2k server to automatically connect to shared drives upon reboot by itself WITHOUT any user logging in. Programs need to use this drive.
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.