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 Chriss Miller 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: ontsjc
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. ontsjc

    Determine Field types when using SQLSTRINGCONNECT and Excel

    Hello All, I'm using SQLSTRINGCONNECT and SQLEXEC to query data from an Excel Sheet. Everything is going fine with the exception that I'm never sure what datatypes I will get from the excel sheet. I would like to return everything as a character or a memo field into the cursor. Significant...
  9. ontsjc

    Displaying Non-standard characters in a Grid

    Hi, I'm trying to display greek characters in a record in a grid. I'm using FoxPro Version 9 SP2 with xp. Here's the issue. I have a dbf as a recordsource for a grid on a form. This dbf lists a series of default values and their descriptions for some statistical model inputs. I would like...
  10. ontsjc

    How to keep values from not being filled with .NULL.?

    Hello all, This is probably pretty simple but I can't seem to find the answer. When I run the following select statement, fields from the parties.dbf that don't have a corresponding record in Case.dbf fill in with .NULL. Is there anyway to just have them empty? Neither dbf structure supports...
  11. ontsjc

    Changing permissions for Normal.dot In Word Automation

    Hello, I have a program that automates some simple data input in MS Word. The problem I have is, depending on the configuration of the users machine, when I have the document saved out it asks the user to save the normal.dot template, then says it is already in use. If the permissions are...
  12. ontsjc

    What to do when an Active X command is invalid in FoxPro

    Hello, I'm using a charting Active X control (ChartFX) in a foxpro form. One of the things you can automate is the the division of the major and minor tic marks on the y-axis. The problem is that the property to set in the active x control to set the major tick marks is entitled STEP, the...
  13. ontsjc

    Deploying a FoxISAPI Application

    Hello, I wrote a small web app using FoxISAPI with VFP 9 SP1. On my XP development Machine it works great. When I try to deploy it to the windows 2003 server, I can't get it to run. I've set my directory and virtual directory structure the same on both machines. Just as a starting point, I...
  14. ontsjc

    Getting behind the Scenes when mdb automatically opens a form

    Hello, I've inhertited an Access mdb that I need to get access to the actual tables. My problem is that when ever I open the mdb file, it automatically runs a form and I can't seem to get to the tables and coding behind the form. Obviously I'm not that experienced with Access and I figure...
  15. ontsjc

    Error adding data to dbf with POST through FoxISAPI

    Hello, I'm writing a small web app (mainly to learn the use of FoxISAPI) that will display pictures on a website, let people vote for a picture and log that vote in a dbf. Just for test purposes, I have placed all the files in one directory and given it full permssions. Everything works fine...
  16. ontsjc

    Deciphering Compiled EXE Error message

    Hello again experts. I have an older program that was built in VFP 6 and then later revisions in VFP 7 that my client after six years wants to move from his network to a laptop. He has lost the original install disk I had made (and unfortunately so had I) so I built a new install in VFP 7 and...
  17. ontsjc

    Grid Header Caption Black

    I have a strange situation. I have a grid with 14 columns. The caption for the header on column 12 is black. I've defined each header caption individually. The caption for this header is "Skills and Other Organizations". I have wraptext = .T. and I've sized out the column so that it should...
  18. ontsjc

    Word Automation works when oWord.visible = .t., but not with .f.

    Hello, I have a pretty simple method that takes some rich text entered in an rtf control on a form and pastes it into a Word table. The method builds the Word table from scratch each time and when I'm debugging the method I've set the visible property to .T. so I can watch what's going on...
  19. ontsjc

    Creating a Small Scale Video Conference System

    Hello Again. I'm considering taking on a job for a small company that I've done some programing for in the past. They are four people, not in the same location, they have no official office, to communicate, they want a video conference system. Not very elaborate, just real time video and...
  20. ontsjc

    Restoring a DBF after an ill advised replace command

    I realize this will most likely elicit gales of laughter, but I'll ask anyway. Is there anyway to restore/undo the results of a replace command when entered on an unbuffered table from the command window. I think I know the answer, but I'm hoping I'm wrong.

Part and Inventory Search

Back
Top