Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 1814: Why only in my EXE but not in development?
Message
De
13/06/2005 17:25:54
 
 
À
13/06/2005 16:51:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Divers
Thread ID:
01022868
Message ID:
01022932
Vues:
10
This message has been marked as the solution to the initial question of the thread.
>I modified your suggestion slightly, trying the following:
>
>
SELECT userfile.usernumber, appfile.processid	;
>   FROM userfile 					;
>   FULL join appfile ON .t. 			;
>   LEFT JOIN accessfile 				;
>   ON userfile.usernumber = accessfile.usernumber 	;
>   AND appfile.processid  = accessfile.processid 	;
>   WHERE ISNULL(accessfile.processid) 		;
>   INTO CURSOR NewRecs
>
>Now I get error 1581, field ProcessID does not accept null values. Again, runtime only, not in development. (Actually, I'd be much happier if the errors happened in development as well, since it'd be a lot easier to try different combinations).

Check your Runtime:
* Main's start
wait windows version(0)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform