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 Chris Miller 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. dagair

    VFP Memory Management - SetProcessWorkingSetSize

    When Sys(1104) and Sys(3050) have had no effect on memory and VFP application stability and error prevention, I have found SetProcessWorkingSetSize to be very useful. proc CutWinMem Declare Integer SetProcessWorkingSetSize In kernel32 As SetProcessWorkingSetSize ; Integer hProcess ...
  2. dagair

    VFP 6 with Fox 2.6 screens over terminal services [b] [/b]

    Thank you gentlemen! One solution that I found to improve performance and reduce errors was to do a garbage collection prior to beginning a Fox 2.6 form-paint. Sys(1104) and Sys(3050) had no effect, but I found this API very effective: SetProcessWorkingSetSize Code: * Begin Code proc...
  3. dagair

    VFP 6 with Fox 2.6 screens over terminal services [b] [/b]

    Thank you Olaf! Actually the code is m.modified=&cEForm.modified. I was just in a hurry when I wrote that post. I have used reference to Table.Field as @TableVar..FieldName in many places. This macro of table name seems to work, but it seemed that Griff sort of suggested that with Server...
  4. dagair

    VFP 6 with Fox 2.6 screens over terminal services [b] [/b]

    within the last year I added some code like, m.modify=@cEForm..modify I change this to an eval and it seems to work - however, the true test is letting our customers pound on it. Thanks again Griff
  5. dagair

    VFP 6 with Fox 2.6 screens over terminal services [b] [/b]

    I am going to give this a try - thank you
  6. dagair

    VFP 6 with Fox 2.6 screens over terminal services [b] [/b]

    We have a medical provider management suite partially in OOP (VFP 6 SP5) but much of the data entry forms are FoxPro 2.6 rendered screens from metadata in flat dbfs, which are read and each object painted on the screen is from a macro-expansion. It was an absolutely brilliant design back in...

Part and Inventory Search

Back
Top