Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Views and working tables
Message
De
23/05/2002 10:17:39
 
 
À
16/05/2002 13:35:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00657626
Message ID:
00660442
Vues:
19
>Error loading file record number 13 form1 or one its members loading form or the data environment not a table.
>

If the form you are using is an 'SCX' open it as a table:
Use Getfile( 'scx' )

If it's in a class library, open it as a table with this:
Use getfile( 'vcx' )

The object defined by the data in row 13 of that table is where the problem is occuring. It will most likely be a form control that is bound to data. Check to see what it that data is. Whatever the data source is, is the cause of your problem. This wont solve the problem, but it will show you where to look.

HTH and good luck : )
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform