Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Speedy work in vfp
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00861292
Message ID:
00861369
Views:
14
>How Can speed up the exe file.

Avoid SELECTS, table buffering and any macro VFP data syntax - its easy to code - and easy to get sloppy with. OTOH: SEEKS and SCANS and REPLACE are fast, although they require investment in time, will produce an application with C++ like speed - and I can prove it!:-)

Structure your app from the inside out - the up front work in normalization will naturally lead to an optimized and FAST ..... solution.

Also, here's proof that UNIX dudes and dudettes have tooooo much time :-)
--
        ,--._
      .'o    `-.__
      |     (~'   ~~--.__
      ),-.'  `. '' ,,    ~`-.
     //   \    ( ,,  ,, ''   `) 
    //     `.   `. ,,  ,,'' .'
   //        ~.   `._,,   ,' 
'           `-.___.,-~'
                   < < 
                   ~ ~
Imagination is more important than knowledge
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform