Olaf,
Thanks for your response.
The Panellink was set to .T.
I had already tried the double refresh using .Panel = 0 and .Panel = 1 but I still have the same problem.
The Left side display information from the previous record.
Thanks, David
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...
Olaf,
The Parameter is OK. that is another view.
I tried the Alias names but there was not difference.
I have already tried removing the nested IIF with no help.
I can remove columns from the view and eventual get it to work, but it is not consistent. Sometimes I can remove only 10 and other...
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...
Dave,
Sorry for the confusion, but the BeforeRowColChange is not called by the program but is triggered by something that I have not been able to trace.
When I have been tracing this step by step, as soon as the END TRANSACTION line is encountered, the BeforeRowColChange event is triggered...
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.