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 wOOdy-Soft 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 agit72

  1. agit72

    Count # of records WITHOUT opening the table??

    Hi all experts, How about deleted record?? Are they counted?? how if we don't want to include the deleted records? Agit Permana (08561052915) Mitra Solusi Pratama, PT http://www.msp-works.com
  2. agit72

    What is the fastest looping within a file???

    To all expert.. What is your suggestion if I have the condition to looping withing a file? What should I use? is for... next, scan.. enscan Please help, I neet to loop a file about 500.000.000 records. Agit Permana (08561052915) Mitra Solusi Pratama, PT http://www.msp-works.com
  3. agit72

    New Products and Accounting Products

    Leland123 https: or http:??? Agit Permana (08561052915) Mitra Solusi Pratama, PT http://www.msp-works.com
  4. agit72

    This Forum

    Mike and Mike, Now you're going somewhere but don't leave this forum, okay? good luck for you guys. Agit Permana (08561052915) Mitra Solusi Pratama, PT http://www.msp-works.com
  5. agit72

    copying comlete records to new table

    DarrenWard, try using scatter and gather memvar something like this: sele SourceTable go top do while !eof() scatter memvar sele TargetTable append blank gather memvar sele SourceTable skip enddo Agit Permana (08561052915) Mitra Solusi Pratama, PT http://www.msp-works.com
  6. agit72

    Function Seek for SQL Server connected from VFP6?

    What is the faster function use similar with Seek() for Table on SQL Server connected to VFP6? Agit Permana (08561052915) Mitra Solusi Pratama, PT http://www.msp-works.com
  7. agit72

    This Forum

    Mike, that's the point... I just want to give the idea to let the world (beside the fox's world) knows that there's a place like this, and people like you guys exist. People who willing to give help to the of the willing it self... Salute, to all of you guys... (especially you mike) :) Agit...
  8. agit72

    This Forum

    Mike, I'm serious... This forum has been everyone's solution. If someone make a book of it, it would be useful for people who don't have a chance to know this forum... Agit Permana (08561052915) Mitra Solusi Pratama, PT http://www.msp-works.com
  9. agit72

    This Forum

    Just a question, though... Is it impossible to write this forum into a BOOK or something??? Agit Permana (08561052915) Mitra Solusi Pratama, PT http://www.msp-works.com
  10. agit72

    This Forum

    slighthaze, You know it is nice, when you go visit a place and the people there recognize you as their friends... and willing to help.. Agit Permana (08561052915) Mitra Solusi Pratama, PT http://www.msp-works.com
  11. agit72

    Rounding Problems

    Mike Lewis, My mistake, I just want to remind Ispeaks, the behave of Private Data Session. Thanks Mike. Agit Permana (08561052915) Mitra Solusi Pratama, PT http://www.msp-works.com
  12. agit72

    Retrieving a Value from a String

    bebbo, aa = "0.5" b = val(aa) You already done it... but when you put that value to a string use: str(b,5,2) instead of str(b) hope this works... Agit Permana (08561052915) Mitra Solusi Pratama, PT http://www.msp-works.com
  13. agit72

    slow hiding containers

    annemie, You may review FAQ about Memory Management (faq184-3504). This may help... Agit Permana (08561052915) Mitra Solusi Pratama, PT http://www.msp-works.com
  14. agit72

    Rounding Problems

    Ispeaks, I have this kind of experiennce, and I've notice that the problem appears when it's involve a form... and that form have a "Private Data Session"... so beware of "Private Data Session"... Agit Permana (08561052915) Mitra Solusi Pratama, PT http://www.msp-works.com
  15. agit72

    Slow edit in VFP 6 after connection to SQL Server

    JackTheC, You may review the FAQ about Memory Management (faq184-3504) http://www.tek-tips.com/faqs.cfm?spid=184&sfid=3504 and don't forget to give any comment... Agit Permana (08561052915) Mitra Solusi Pratama, PT http://www.msp-works.com

Part and Inventory Search

Back
Top