Please bear with a VFP (ver 6) newbie :) I have many years of FoxPro 2.x Win/DOS experience, but VFP is new to me. I have a FPW 2.6 project that I converted to VFP6. On one form I added a grid object, defining all the columns, their sources etc. None of
How do i control the range of values in a combo box with in a cell based on the current value of that field? i.e. the current value is 4 out of a possible 5 but i do not want them to be able to go up in value, meaning that they should not be able to select 5.
i' ve been working with vfp9 for a while now and i use grids a lot. Now i' m using a grid in combination with a mysql database. I create a query interactively and fetch my data in a cursor. After the fetch i change the recourdsource of the grid to the name of the cursor.