Does anyone have an idea of about how many applications worldwide are still running in FoxPro or VFP? My user group is getting restless and I need some facts to throw at them.
Just to be clear. JRB-Bldr was falsely accusing me of not Searching prior posts before I asked a question. I realize that it is very annoying to have visitors ask the same question over and over again. That is why I ALYWAY perform a Search of this site before posting a question. I have been...
Of course I already used the Search tool and read both of those posts before asking the original question, but never mind I figured out another way to find the DLL that I was looking for. Not sure if I want to share the answer with the slightly rude JRB-Bldr.
I haven't tried anything yet except trying to figure out how to do the encoding myself which seems pretty complex based on the information at the USPS website. Basically it takes information from these 5 pieces of data:
Barcode ID
Special Services
Mailer ID
Serial Number
Delivery Point Zip...
I see a few years back some posted a question about how to implement a DLL that was used to encode postal mailing information into the new USPS Intelligent Mail Barcode sequence.
I would like to find that or a similar way to create the encoding.
Thanks Emma
Thanks guys. Yes I am searching VFP tables. The table I am searching has about 150 fields and it only becomes a big problem when the number of records gets up around 50,000.
My application requires a huge amount of data for each record so I have broken it up into multiple tables of 150...
I have noticed and also received many questions from my clients about the variance in time to produce results from a SELECT SQL query over a network. What I observe is that the first time you perform a non-optimized query that the results may take several minutes. However the same query run a...
I have noticed with VFP8 using ADIR() to create a list of file names in a specified folder produces an error 31 if there are more than around 13,000 files. In VFP9 I don't get that error. Is there a way to increase the number of files ADIR() can count in VFP8?
I tried the DIMENSION function...
Is there a way to add images to a grid? I have a table with these fields: includeimage, imagefilename. I want to display a grid with a check box in column1 and the image for each record in the column2. Then let the user check which images they want to use.
I know how to add a checkbox and...
Actually I am not sure if it is 3rd party software. I thought it came from Microsoft, but it was too long ago to remember. I do remember that I got new files when I upgraded from VFP6 to VFP8.
There are 3 files LABELS.DBF, LABELS.FPT and LABELS.REG. They must be registered with this RUN...
Olaf,
That does affect some of the report functions but does not work to fix my problem.
I still get the message "No Label Layouts Fould" But if I open VFP8 and type the same command it opens the screen to select the Avery formats??
In VFP6-8 I was able to use labels.reg along with labels.dbf/fpt to register default Avery label layouts. Then when I issue the command "Modify Label MyNewLabel" a window would open that allowed me to select from the registered list of Avery labels.
This doesn't seem to be an option with VFP9...
Hi Imaginecorp,
I would be very interested in how you highlight every instance of the searched word in the results screen memo field. I have been able to highlight the first occurrence using a combination of the AT() function and KEYBOARD "{RIGHTARROW}" and KEYBOARD "{SHIFT+RIGHTARROW}" but it...
Hello all. I just wanted to let you know that I have been trying many of your suggestions to see which will work best for my app. Unlike a Google search my clients will know right away if the query results aren't completely accurate. As I thought, there is much to consider. Thanks for all the...
I want to search for exact matching text in a character or memo field. Is there a way to do that in VFP. For example I want to create an SQL statement that will select all records from a table with the word "cart" in the field text1. But I DON'T want the results to include records with...
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.