Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SSSMan

  1. SSSMan

    Grid with 2 panels does not refresh correctly.

    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
  2. SSSMan

    Grid with 2 panels does not refresh correctly.

    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...
  3. SSSMan

    VFP9 - Create SQL View not working!

    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...
  4. SSSMan

    VFP9 - Create SQL View not working!

    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, ...
  5. SSSMan

    Can the opening of a view be aborted?

    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
  6. SSSMan

    Databases at different locations?

    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...
  7. SSSMan

    End Transaction calls another event.

    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...
  8. SSSMan

    End Transaction calls another event.

    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...

Part and Inventory Search

Back
Top