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!

Search results for query: *

  1. blkm74

    Refreshing grid after new record added

    Try to add grid2.column1.text1.setfocus before "Thisform.grid2.refresh"
  2. blkm74

    Printing DBC structure?

    I also am interesting in Database organizer. My email is blkm74@yahoo.com Thanks, Billy
  3. blkm74

    Grid cell calculation

    suppose you want to calculate A + B, set the controlsource of result column to "A+B" and boundcolumn is true
  4. blkm74

    Grid cell calculation

    support you want to calculate A + B, set the controlsource of result column to "A+B" and boundcolumn is true
  5. blkm74

    table trigger?

    Can I define more than one procedure/function in table insert trigger? Thanks!
  6. blkm74

    Report Problem

    The lines are display when I preview the report. There are 5 computers running this application. 4 have this problem, only one hasn't.
  7. blkm74

    Report Problem

    Sorry, I made a mistake. the url should be http://hk.geocities.com/blkm74/index.html
  8. blkm74

    Report Problem

    My application is written by VFP3 and running on Win98. My report is a label report but some lines are displayed follow the labels. and it cannot be printed to printer. You can see the result in the follow: http://hk.geocities.com/blkm74/label.jpg Any comments? Thanks!
  9. blkm74

    out of range error

    I am writing a form contains master and a detial grid. the grid contins a lineitem, item and unit tables. 3 tables are follow: lineitem table: order_no, line_no, item_no, qty item table: item_no, description, unit_code unit table: unit_code, description. the presentation of grid is...
  10. blkm74

    Buffering

    Thank you for your comments. I want to know which buffering is better, optimistic or pessimistic? My database is foxpro's DBC, buffering is suitable for it? Thanks!
  11. blkm74

    Buffering

    I am developing a application that will run on a NT LAN (Foxpro and DBF). The buffering is good for a LAN or use SQL to insert, update and delete records? which is stable?

Part and Inventory Search

Back
Top