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 strongm 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: *

  1. ontsjc

    Acessing files and directories on sharepoint

    Thanks Olaf. I figured it was something like that. I tride accessing it via more traditional ftp as well with no luck. I've also tried temporarily mapping to a drive letter. That didn't work either. Guess I'll keep digging. Thanks!
  2. ontsjc

    Acessing files and directories on sharepoint

    Hi all, I have a project where I need to have a user select a sharepoint directory, then copy the contents of that directory (which will be just a series of text files) down to a local harddrive. I was hoping to use some varient of GETDIR and DIR to select the directory and then read it to copy...
  3. ontsjc

    Invalid Path error when copying cursor to text file for graphing with MS Graph

    Thanks everyone, using the sys(2015) seems to have done the trick. I also added the ADDBS() just for good measure. This is just a little prg file for my own personal use, so it never ends up in a shared environement. It still is strange however. I've used this for years and never had this issue...
  4. ontsjc

    Invalid Path error when copying cursor to text file for graphing with MS Graph

    Hello All, A program I have run for several years now has suddenly developed a strange error. I'm running FoxPro 9 on a windows 7 machine. I've been using MS Graph to run several hundred graphs a quarter for a few years now and have had no problems. All of a sudden I'm receiving and Invalid...
  5. ontsjc

    Running Foxpro on Sharepoint

    Great Thanks! That was a concern too that performance would be a killer. Especially since the main users will be at one of our field sites. I have no idea what their connection speeds are.
  6. ontsjc

    Running Foxpro on Sharepoint

    Hello, I've recently been tasked with running some code against files that will be located on a Sharepoint server. I thought I'd check in for some basic advice before I started this project. My main questions are, is it possible to host the application on and run it from Sharepoint, and how are...
  7. ontsjc

    Automation of Office 365

    Hello All, I just saw that Microsoft has relesased Office 365. I do a lot of automation of Excel in my day to day life from FoxPro. Does anyone know if this new version of Office still supports traditional automation? I haven't played with it yet. Thanks, as always, for all the help this...
  8. ontsjc

    Access Report form to FRX?

    Very interesting. I use automation all the time to manipulate excel, but for some reason hadn't thought about doing it with access. Thanks for the memory jog, I'll look into it.
  9. ontsjc

    Access Report form to FRX?

    Thanks for the response. I thought that would be the answer, but hope springs eternial!
  10. ontsjc

    Access Report form to FRX?

    I think I know the answer to this, however, I'll ask anyway. I've been given a project that is currently in MS Acess. I would very much like to port this over to FoxPro, however there are numerious reports already designed that the client likes the way they look. I would really like to make...
  11. ontsjc

    VFP on Win8

    Thank you very much for this. I was wondering the same thing and now I know!
  12. ontsjc

    Store values for Table of Contents while a report prints

    You guys are great! Just for the record I took Mike Lewis's approach (not to discount the others) it worked like a charm. I can't tell you how happy this makes me. Thank you so much for your responses and ideas.
  13. ontsjc

    Store values for Table of Contents while a report prints

    Hi, I'm creating what was suppose to be a fairly standard report with the report writer until I was asked to make a table of contents as well. I'm printing out a list of conentration values for chemicals found in a local environmental investigation. What I would like to do is each time a new...
  14. ontsjc

    Updating data over very slow WAN connection

    Very cool! Thank you for your help. I'll check it out.
  15. ontsjc

    Updating data over very slow WAN connection

    Thanks! Yes I would like more information on using TCP!
  16. ontsjc

    Updating data over very slow WAN connection

    Thanks for the response. Looks like an interesting solution. However, I'm wondering if this was to be served through IIS or other webserver. If that's the case then our IT security department won't approve it.
  17. ontsjc

    Updating data over very slow WAN connection

    Hi, I've been tasked to write a program that will allow project managers to track progress on projects through mannually inputed status updates. This isn't a huge problem. The issues is not all users are in the same location and our WAN connections between offices are very slow. I'm curious...
  18. ontsjc

    Determine Field types when using SQLSTRINGCONNECT and Excel

    Well after all your great advice and suggestions, I finally came back to this task and went an entirely differnt way. It probably isn't pretty but it seems to work well for my purposes. I though I'd post it here, not sure why, just because I guess: PROCEDURE SaveDBF *Saves an excel sheet as a...
  19. ontsjc

    Determine Field types when using SQLSTRINGCONNECT and Excel

    Wow thanks for the interest. I'll explain my needs a little more (this might be a little long winded, sorry). I'm dealing with environmental chemistry data. My data sets come to me in a variety of different excel formats. Previously I would just manually make the first row after the column...
  20. ontsjc

    Determine Field types when using SQLSTRINGCONNECT and Excel

    Thanks danfreeman. I appreciate the response.

Part and Inventory Search

Back
Top