Running VFP 9 SP 2 on Win 11 and I think I have discovered a bug.
When the current work area/local DBF is empty (no records) and you try to update data in another work area that has records the update does not happen.
Simple program example below, let's say we have two tables order_temp and...
I have a simple input text box with an 85 character maxlength set, with the control source set to a field in the database that allows 100 characters. No other settings format, input format etc. When you are typing and reach the limit instead of simply stopping it jumps to the beginning of the...
Olaf,
There is probably a difference in the way ODBC reacts on Windows 10 because it works across the board on all other versions of Windows including Win 10 from an upgrade. There are no buffered or pending changes in the test data we are using. The requery command is returning a -1, no...
Ok so it is the REQUERY('existingpos') command.
I did this instead
USE
USE existingpos
and is works on the clean install of windows 10.
BTW existingpos is a remote view with parameters passed from the program upon refresh.
Ok so I did something to test the REQUERY('existingpos') and simply put a browse command after. It fails on the Windows 10 clean install machine so there is something with REQUERY('existingpos')<- that is not working. The data on the form/screen shot is obtained from the Oracle Database, as a...
Sure.
The list box simply stays in its natural white state without displaying any information.
When you start the program you are presented with a screen full of information with edit boxes, check boxes, a grid, buttons and a list box. When you click on an item in the grid "left side, Vendor...
Through trial/error and lots of testing we have come to the conclusion that any computer with a fresh/clean install of Windows 10 (pre any updates CU or AU or after CU or AU updates) that an application written in VP9 SP2 works with the exception of refreshing a list box.
The interesting...
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.