Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error 1814: Why only in my EXE but not in development?
Message
From
13/06/2005 17:25:54
 
 
To
13/06/2005 16:51:02
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Miscellaneous
Thread ID:
01022868
Message ID:
01022932
Views:
11
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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform