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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SSSMan
  • Content: Threads
  • Order by date
  1. 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...
  2. 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, ...
  3. 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
  4. 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...
  5. 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