Hello everybody
I am completing the study of lesson 6 of the ABMaterial for dummies, I am stuck on this problem:
At line 27 of [reportPage]
Private repexec As jNxtReportsB4J 'jNxtReportsB4J library from B4x.com
I get the error message "unknown type missing library reference"
but in main
I entered these references I believe are correct:
in the subfolder of B4j installation additional Libraries I have inserted these two files
jNxtReportsB4J.jar
jNxtReportsB4J.xml
but the problem persists!
What to do?
Thanks to anyone who wants to give me a suggestion.
I am completing the study of lesson 6 of the ABMaterial for dummies, I am stuck on this problem:
At line 27 of [reportPage]
Private repexec As jNxtReportsB4J 'jNxtReportsB4J library from B4x.com
I get the error message "unknown type missing library reference"
but in main
I entered these references I believe are correct:
B4X:
#AdditionalJar: mysql-connector-java-5.1.44-bin
#AdditionalJar:nextreports-engine-9.1
' Don't forget to add jNxtReportsB4J in the B4J IDE Libraries tab
#AdditionalJar:jNxtReportsB4J ' (version 1.04) <==
' Download these jar files to the B4J Libraries folder
' All these jar files are available from http://www.next-reports.com/download.html
#AdditionalJar:commons-jexl-2.1.1
#AdditionalJar:commons-logging-1.1.3
#AdditionalJar:itext-2.1.7
#AdditionalJar:itext-rtf-2.1.7
#AdditionalJar:itextpdf-5.0.6
#AdditionalJar:xstream-1.3.1
#AdditionalJar:xstream-1.4.7
#AdditionalJar:poi-3.7
in the subfolder of B4j installation additional Libraries I have inserted these two files
jNxtReportsB4J.jar
jNxtReportsB4J.xml
but the problem persists!
What to do?
Thanks to anyone who wants to give me a suggestion.
Last edited: