I have a form that has 2 grids.
The top grid has multiple product records and certain columns can be modified.
The bottom grid has the same layout but only contains 1 record that displays the default information for the product selected in the top grid.
Both of the grids have 2 panels...
I have just installed VFP9 and have been testing my applications that is working in VFP8. I generated my views from a program and I am having problems with 3 of them.
Here is the code for the main one.
CREATE SQL VIEW lv_OrderItem AS ;
SELECT ;
Products.product_no, ;
Products.masteritem, ...
I have several local views that are used to print reports that at times can retrieve thousands of records based on criteria entered by the user.
My question is, is there a way that the USE command that opens the view can be interrupt without generating an error?
Thanks, David
I have a program that is used at multiple locations. At each location, there is a database called JMS. The program has been designed to access the database at each of the different locations or backup directories to check information such as inventory quantities. There is also one part that...
I have been working on this problem for a few days and have not been able to figure this out.
Here is what is happening:
I have a PageFrame with 8 pages.
The user is sitting on a grid on Page3 and from a textbox in the grid, the LostFocus calls the Click event of a button on that page that...
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.