- unexpected bug
Try this from the command window:SELECT 0ox = CREATEOBJECT("grid") && or container, or custom, or... Forms seem towork correctly.? ox.Width && displays 320ox.Width = ox.Width * 1.1? ox.Width && displays 2112Is this behavior really bizarre, or am I losing my marbles?Perhaps it has something to do...
- Unexpected behavior from STRTRAN
I am running the following command:SELECT STRTRAN(STRTRAN(STRTRAN(colA, ' ', ''), '/', ''), '-', '') AS sub_A, colA FROM TableA INTO TABLE TableBto weed out spaces, hyphens and forward slashes from my TableA. So the result of this command should yield me TableB with two columns, ...
- Undoing the changes done in a form and exit
Hi,I'm new to VFP and need to know how to exit from a form after cancelling the changes done in a form. The form contains text boxes, which will be changed. The undo button must cancel the changes done and exit. I found that the method "RELEASE" will exit the form but the changes I'm doing ...
- Underlining commands
I just recently switched from VFP 8 to 9 SP1. When I type a command in the Command Window or in a program, the command is underlined as I type. Is there a way to turn this off? I don't remember this happening in VFP 8.Thanks in advance!...
- Uncommitted changes
Hi everyone.Long time no see. I've got a problem with a piece of code that I certainly debugged many months ago and thought that I would never have any trouble with it. It is just one block, but in fact I have many similar blocks. I am not sure if they are in trouble or not. This particular ...
- uncommitted change
Dear Sir/ Madam,I created a form and press a button with the command to operate the Editmode. While I made amendment on a field (e.g. apple) of one of the recordsfrom the table, says abc.dbf, then when I close the edit mode, its okay;but when I close the form with the button mentioned above, the...