Advertising banner:
 
 
 A347
 
 FirstClass error messages (1000 1018)


Error #
Error message
Definition
1000
Attribute or method not found.
You have tried to call an attribute or method that doesn稚 exist.
1001
Application not found.
You have tried to run an application that doesn稚 exist.
1002
Application entry point not found.
You have left out the Sub Main () procedure in the code module. The application doesn稚 know where to start.
1003
All ODBC database connections in use.
You have exceeded the ODBC driver connection limit. Make sure your connection is set to Shared.
1004
You may only run one copy of this application at a time.
You have tried to run more than one copy of the application. The application is configured to run only once. You can change the run number on the Options > Project Attributes form and rebuild the application.
1005
All of this application痴 sessions are currently in use.
You have exceeded the number of sessions set on the Options > Project Attributes form.
1006
Form ID number invalid.
You have set a form ID number to less than 1.
1007
Invalid file format.
You have tried to load an FCX file, which is not recognized by the  version you are running.
For example, if you tried to run a FCAS 3.0 application on an earlier version of FCAS.
1008
Unable to read from file.
You have tried to load a corrupted FCX file. The error is found when you try to load the application.
1009
Unable to write to file.
You have tried to load a corrupted FCX file. The error is found when you try to build the application.
1010
ODBC data source connection failed.
You have configured a connection that isn稚 functional. For example, the user ID or password is invalid.
1011
Email message recipient not specified.
The email To attribute is not filled by the Send attribute called.
1012
Email message sender not specified.
The email From attribute is not filled by the Send attribute called.
1013
License limit reached; maximum concurrent application sessions exceeded.
You have exceeded your license limit for concurrent application sessions.
1014
File copy failed.
The COPYFILE keyword failed. For example, the path and directory are wrong.
1015
Field is not an expanding database list.
You have tried to refer to an element in a field that is not the correct type.
1016
Attribute or method not available for this field.
You have tried to use a unsupported attribute or method specific to a field type.


hirosue Shino Web Site