Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 1942
Message
De
04/07/2013 08:41:57
 
 
À
04/07/2013 06:49:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Web
Divers
Thread ID:
01577796
Message ID:
01577804
Vues:
91
Hi Peter.

>Objects cannot be assigned to arrays (Error 1942)

You get that error when you assign the entire array to an object. For example:

dimension MyArray[1]
MyArray[1] = createobject('Form') && works
MyArray = createobject('Form') && error 1942

Doug
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform