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

  1. Steve Meyerson

    Database File

    Reason for NOTAMS out and ALL U.S. scheduled flights grounded yesterday: DAMAGED DATABASE FILE. Sounmd familiar? Steve
  2. Steve Meyerson

    Adding a Procedure to Multiple Objects

    Is there a way I could add a procedure to multiple textboxes (24 in this case) programatically? The textboxes are already created, but now need a Valid event. I know I can easily add the Valid event's procedure individually for each textbox, but I'm looking for a programming shortcut. It's a...
  3. Steve Meyerson

    Error Generating PDF Document

    I updated my app to include all reports (about 40) and their image files in the project instead of on the user's machine. I create pdf's from them by using Object 10 in Foxypreviewer. Example: REPORT FORM Step1 OBJECT TYPE 10 NEXT 1 NOCONSOLE TO FILE 'Step1.pdf' The reports create the pdfs...
  4. Steve Meyerson

    Just an Observation

    Hi, Contributors (& Lurkers), When I google a problem I'm having, I usually find lots of suggestions not solving the problem with extraneous information in writing or video, made by people obviously trying to show off. Haven't we all? I find tons of misinformation on Windows, politics, car...
  5. Steve Meyerson

    Is there an IGNORE button on this s

    Is there an IGNORE button on this site?
  6. Steve Meyerson

    Convert Reports?

    My friend will be converting my app to another language (probably PHP to be accessible on the net). My app currently has over 40 reports to print the forms to pdf. Almost all use existing data. Is there some way to convert my frx/frt files to some other form which can be read or converted so...
  7. Steve Meyerson

    I'm trying to copy a file from my c

    I'm trying to copy a file from my computer to my web host's server using FtpPut.prg (shown below for reference). The debugger with SET STEP ON shows the connection is made ok but the transfer fails at IF FtpPutFile(hftpSession, lcSource,; lcTarget, lnXFerType, 0) = 1 WAIT...
  8. Steve Meyerson

    Request for Help

    To summarize, my friend needs my VFP9 program to be developed and run on the web. Details: A few years ago I built a complex data-intensive app in VFP9 which accesses MySql on a web host. The app creates more than 40 forms based on client input (90 fields) for no-fault divorces in several...
  9. Steve Meyerson

    I Want to Automate the Update

    Three users currently run my Barter.exe. I place an updated version in a common folder. Barter.exe checks for a newer version. If it finds one, the user is notified. Then I want to 1. Quit the exe 2. Overwrite the current exe with the newer one. 3. Restart the new MyApp.exe. There used to be...
  10. Steve Meyerson

    Can Default Scope of Variables be Changed to LOCAL?

    As a convenience, I'd like to avoid having to list all local variables near the top of all my methods. I don't use PRIVATE (default?) or PUBLIC. Instead, I always create properties instead of creating variables which would be declared as PUBLIC or PRIVATE. Thanks. Steve
  11. Steve Meyerson

    SELECT Selects Old Data From Somewhere

    I try to work with cursors as much as possible. The AllClients cursor (downloaded from MySql) contains the main data (about 28,000 records, 60 fields) The user starts with the Clients cursor created with SELECT * FROM AllClients INTO CURSOR Clients READWRITE When the user changes a record in...
  12. Steve Meyerson

    Why is My EXE Dangerous?

    My exe (VFP9S2) worked ok, but only after I turned off my client's Win10 protection. I've updated and built this app at least a dozen times with no problem. The latest exe worked fine on my machine (I use BitDefender with no exclusion for this file or folder), but the file was rejected and...

Part and Inventory Search

Back
Top