Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error: There is not enough memory to complete this operation
Message
De
15/01/2004 03:44:47
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Error: There is not enough memory to complete this operation
Divers
Thread ID:
00867019
Message ID:
00867019
Vues:
89
I have the following coding:

if "2" $ getfldstate(-1, "table1")
return .t.
endif

VFP 8 SP1 will crash occasionally with the error 43: There is not enough memory to complete this operation when it executes the if statement. However, if I make the coding to be like the following, it will not crash anymore.

x = getfldstate(-1, "table1")
if "2" $ getfldstate(-1, "table1")
return .t.
endif

If I change the coding from

x = getfldstate(-1, "table1")

to

x = ("2" $ getfldstate(-1, "table1")), this statement will crash with the error 43.



Thank you for any help,

Peter
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform