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...
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...
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...
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...
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...
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...
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...
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.