Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: greggb
  • Content: Threads
  • Order by date
  1. greggb

    activechart.location codes?

    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...
  2. greggb

    Problems sizing chart area

    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...
  3. greggb

    Automatically crop an excel chart

    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...
  4. greggb

    Can you crop an excel chart in a general field?

    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...
  5. greggb

    Where is the Entry Point

    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...
  6. greggb

    .dll doesn't seem to work; what am I doing wrong?

    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...
  7. greggb

    Share Feed to all monitors?

    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?
  8. greggb

    Mouseover a dynamically positioned image

    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?
  9. greggb

    Flash doesn't work on some browsers...

    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"...
  10. greggb

    Script doesn't work on Mac!?!?

    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...
  11. greggb

    SECURE FTP?

    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?
  12. greggb

    How do you WAIT for a program or script to finish

    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...
  13. greggb

    Search for Character

    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?
  14. greggb

    Phone Dialer

    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.
  15. greggb

    Can you make &quot;Send Page by Email&quot; to popup?

    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.
  16. greggb

    Router Config with 2 servers

    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...
  17. greggb

    Running a tray-app; monitor Internet

    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...
  18. greggb

    Connect to shares at startup

    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.

Part and Inventory Search

Back
Top