Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Limits to number of Forms Open at one Time?
Message
 
À
21/08/2003 21:56:43
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00822454
Message ID:
00822470
Vues:
9
>The documentation doesn't list any limitations. Perhaps memory or other resources might eventually be a limit.
>
>I suggest you just write a test program yourself, opening the same form multiple times - up to what you think might be a practical limit; perhaps 100 or 1000 times.

I recall some Devcon session where someone opened up 500 forms or something like that, showing off some kind of cascading trick.

It's easy enough to test, anyway. This cascades 200 forms, and hits no limit:
for n = 1 to 200
 do form multitest
 multitest.top = multitest.top+n
 multitest.left = multitest.left+n
endfor
They get a litle sluggish instantiating after about 100 or so :-)

BTW, a CLEAR ALL afterward is interesting to watch, too...
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform