Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FWP2.6 and Very Very Fast Processors
Message
 
À
04/02/2002 15:40:49
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00615043
Message ID:
00615139
Vues:
21
Hi Gary,

>I am reposting this question. Does anyone know whether FPW 2.6a (with the MS Fast Processor patch) will run on P4 class chips running at 2ghz+ ?

You may get into trouble when loading listboxes or scrolling in listboxes by keyboard. I have the fast computer patch applied, but in our applications we sometimes get "Out of memory" errors with listboxes. There is a workaround for this by doing the following:

Instead of binding the listbox to a field like client.name
in a table directly, you can use a function call like ShowRecs()

function ShowRecs
private BufferA, BufferB, BufferC
m.BufferA="qwrtqriqpe"
m.BufferB="ajlgjalskfjg"
m.BufferC="mgfreqgoegrqo"
return client.name

This slows the whole thing down, in order to keep FP's internal timing. You may use as many variables as you need until the error disappears.

Armin

Armin Neudert
Regional Director (Stuttgart) of German FoxPro User Group dFPUG

MCP for Visual FoxPro

Expert/Editor of the VFP section in the German Codezone community portal
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform