Class TOraNumberField not found. Ignore the error and continue?...
Posted: Fri 25 Nov 2005 10:52
I wish to use TOraNumberField field type. Table declaration has Oracle field type "NUMBER" (or "NUMBER(16)" for example). I have set OraSession.Options: EnableIntegers=true, EnableNumbers=true.
All ok, compiled and working...
But! After the C++Builder project just first reloaded into IDE - error occured (during forms loading):
"Class TOraNumberField not found. Ignore the error and continue?"
"Ignoring" will eliminate TOraNumber-field declaration;
in case of "cancelling" - form will not displayed (until this TOraNumberField will be deleted), but project compiled successfully....
All paths to ODAC-libs a specified correctly.
Is there any solution?
I won't use TIntegerField and TFloatField.
ps. using C++Builder 6, Oracle 9.2.0.7
All ok, compiled and working...
But! After the C++Builder project just first reloaded into IDE - error occured (during forms loading):
"Class TOraNumberField not found. Ignore the error and continue?"
"Ignoring" will eliminate TOraNumber-field declaration;
in case of "cancelling" - form will not displayed (until this TOraNumberField will be deleted), but project compiled successfully....
All paths to ODAC-libs a specified correctly.
Is there any solution?
I won't use TIntegerField and TFloatField.
ps. using C++Builder 6, Oracle 9.2.0.7