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 TouchToneTommy 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: Persmd
  • Content: Threads
  • Order by date
  1. Persmd

    Embedding Fonts in FRX

    I am using VFP 9.0 and have been assigned a seemingly impossible task. We are developing an application where the user must fill in an externally created propietary Adobe PDF form having fillable fields. We of course would like to auto-populate all the fields with data from our application's...
  2. Persmd

    Setting a column constraint

    Hi, I have a SQL 2000 database with a table that I'd like to set a constraint on one of the columns, based on data contained in another column. The column whose data needs to be constrained is a bit type column with a default value of 0. For discussion, I'll call it box_1. The only time I...
  3. Persmd

    Determining Current database

    Is there a stored procedure or system function that returns the name of the database that an object is in? In other words, if I implicitly call a stored procedure that only exists in [mytest]..[mysp], can [mysp] determine that it belongs to the database [mytest]? Thanks, Michael
  4. Persmd

    VFP 9.0 Builder registration table missing

    I've just installed VFP 9.0, and I am porting an 8.0 application into it. So far everything has been flawless, until I decided to inspect my database container. Everything was correct inside the container up to the point where I wanted to verify the referential integrity of a relation between 2...
  5. Persmd

    VFP & WS_FTP Pro Integration?

    Has anyone attempted to integrate WS_FTP Pro into a VFP application? I've created a fairly automated session to an Ftp site, using WS_FTP Pro, and I'd like to have a user interface of that session embedded in a VFP application. I'm using VFP 8.0, and would like to have everything contained...
  6. Persmd

    Progress Bar on a VFP 8.0 Form

    I'm using VFP 8.0, and attempting to use the _therm library for the first time. I have added the library to my project, and wish to hide the _progressbar on certain forms. My application uses Fcreate(), Fopen(), etc. to read and write to low-level files. My goal is to make the _progressbar...
  7. Persmd

    Text Merge (\ or \\)

    I am working on an application, using VFP 8.0 The text merge commands \ and \\ allow the printing or displaying of text from within a program. My problem is that my application uses a dropdown Combo box to list all (including network) printers that are available to the user. I use an array...
  8. Persmd

    How to detect a network drive?

    Does anyone know how to detect the existence of network drives from within VFP 7.0 or 8.0, programatically? What I would like to do is locate any mapped, or unmapped drives that might exist for a client computer from within a FoxPro program. Thanks. Michael
  9. Persmd

    VFP 8.0 Search Path problem

    I've just installed VFP 8.0, and I've gone to "options" on the tool menu, and put in the search path that I want VFP to use. I've selected "Set as Default", clicked on "OK". I've checked, and VFP honors the path that I've selected. I've also checked the...
  10. Persmd

    VFP 8.0 Application on Windows 98?

    I am currently creating an application in VFP 7.0 that was originally intended to run on systems running Windows 98 or higher. The question has been asked about moving the application from VFP 7.0 to VFP 8.0. The minimum (development) system requirements (for VFP 8.0) are for an operating...
  11. Persmd

    VFP 7.0 Database vs SQL Server

    I'm just finishing a standalone application using a database that contains about 200 objects. Word has just come to me about using it on a WAN. The application was written to allow file sharing, so concurrent use of the tables is not a problem. However, no "local views" were...
  12. Persmd

    VFP Report Generator

    I am converting an existing FoxPro 2.6 application to VFP 7.0. It has a number of native foxpro reports, which I have also converted. Some of these reports have 25 user selectable criteria such as SSN, or start and end dates for certain events. Each of the criterion appear as an individual...

Part and Inventory Search

Back
Top