Via thread184-1829365
I got excellent help from here how to have access from VFP to Foxit-Reader.
Many thanks, with that I can now switch between VFP and Foxit-Reader-pdf-files, have also now control over meanwhile 24 magazines each about 75 pages, can look everything what has been mentioned in...
Inexplicable behavior when I call up a form
Up until now, a program worked well, it was called "start.prg"
- it only contained the code:
Do form start
Form Start is a form with many buttons from which I can
start various programs.
For a few days now, however, the above form does not appear...
You can use a shellexec function to open any website.
But can you use a similar function to close the website again if, for example, you only want to look at the website for a moment. (e.g. wait window 5) ???
Of course you can manually click on the cross in the top right of the website with...
I created a form with lots of command buttons on it and then I added an option group to this form.
Later, a few more command buttons were added. If I want to change the code for a command button,
I can see this command button with all the other objects in a list when I click on a...
I have a directory in which a text file is added every week.
It will look like that:
2401.txt
2402.txt
2403.txt etc.
I would like to automatically transfer this information vertically into a column of the Mydir (c) field with the file names of the *.txt files in a VFP file (mydbf.dbf).
So...
I have a file in which the field (table of contents) contains the company name and a page number.
I would like to have these two terms separated into 2 extra columns
in the same file.
For me this is not a problem with the page numbers.
because they are always on the far right.
How do I isolate...
I receive a lot of PDF-files and want to search in them by using VFP.
Example: page 13 of xyp.pdf is to make visible.
Is that possible?
Thanks
Klaus
Peace worldwide - it starts here...
I would like to fill a list box with as many companies as possible that are listed on the world's stock exchanges.
Unfortunately, I haven't found any sources on the internet that would make it as easy as possible to fill a VFP file.
The name of the company would be good -. if the securities...
Remark:
The following question has already been asked in thread 184-1829008 - but I was recommended to ask this question in a separate thread - so that other members of this forum can also follow this discussion better:
I have created a *.dbf file (corplook1.dbf) which has a character-field...
I haven't worked with memo fields in VFP for a very long time.
Every week I get a magazine with stock market information, and
before I throw them away after having read them, I can save their text-contents in a memo field.
Such a memo field can then hold the text of around 150 pages per...
I wanted to see square roots without decimals (=all decimals are zero) in a range of 1 to 2000
as I did not find a routine I coded this
*Calcmem.prg
*Calculate and show square numbers within range 1 to 2000
Clea
Set Decimals To 0
? "Number............SQRT"
For i = 1 To 2000
_Calcmem = i...
The table looks like this
The columns from left to right are
product, price, date of input, vendor
The list is sorted by product and their date of input
I would like to find in this sample
only the products with their last input (the youngest input by product)
In this sample it would be...
I have a grid on a form like this
the backcolor of the grid is yellow as you can see.
In the column Daysleft there are some negative values (which means the time has passed.
My question:
Is it possibel that for lines with negative values (they can differ in their number)- that the backcolor...
I added a text in MS Word and a table structure afterwards.
I am attaching a small example-file
which looks like this
My question:
How can I make it a VFP file?
I know to create a structure for the VFP-File before - that is no problem.
If I understand it correctly, there are no delimiters in...
What is a quick way to add one year to a date?
Example:
In a table the date-field "Datum" contains 08.06.2023 (german dd-mm-yyyy)
I want to replace all fields in a table containing 2023 into 2024
So for the example the data should be 08.06.2024 then.
It is a table with birthdays.
I know that a...
I have a form with a search-list (incremental search).
Works fine.
I only have to type 1 to 3 letters - and I'm already on the right line - and with one click a browse window opens and shows me detailed results from a table.
This is of course easier to represent than to a GRID on the form.
You...
I found this nice code written by Craigsboyd in 2003.
After I changed it a little bit (no randomized filling, but using my own .dbf as source) the program still works well and very fast.
Then I tried to look in the help-file of VFP9 what "DoCreate" (see below in yellow) means, but did not find...
I have a Vfp-Table - its name = "Mypics"
500 records.
Structure:
Field.. Field-type
Nummer... character
Titel ... character
Bild ... General
Beside that I have a file with 500 pictures. File-name = "mypictures"
Now I want to fill the field "Bild" in table "mypics" with the...
I read in
How do I view code behind a form 7
thread184-812643 which was closed in 2004.
I did not understand the suggestion there given by Koen Piller
In order to see what SCCTEXT.prg does
I used both commands the same way - having SCCTEXT.prg and an scx-file in the same directory - but...
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.