Windev - unknown or inaccessible file table FIC
geraldIDN
Posted messages
2
Status
Member
-
geraldIDN Posted messages 2 Status Member -
geraldIDN Posted messages 2 Status Member -
Hello everyone,
As a beginner on Windev 10, I find myself facing errors related to my hyper file files. For example, I have the file Produit.FIC with the .NDX in the same folder as the WDP project. The table is normally included in the project, but when compiling, the following error appears: identifier 'Produit' unknown or inaccessible: to access an out-of-scope element, use an external declaration. In the initialization of my project, I created my files with HCréationSiInexistant(Nom_table) but again the name of my table shows the same error and this is happening with all the tables in my project.
I thank in advance anyone who can shed light on this subject.
As a beginner on Windev 10, I find myself facing errors related to my hyper file files. For example, I have the file Produit.FIC with the .NDX in the same folder as the WDP project. The table is normally included in the project, but when compiling, the following error appears: identifier 'Produit' unknown or inaccessible: to access an out-of-scope element, use an external declaration. In the initialization of my project, I created my files with HCréationSiInexistant(Nom_table) but again the name of my table shows the same error and this is happening with all the tables in my project.
I thank in advance anyone who can shed light on this subject.
Configuration: Windows XP Internet Explorer 6.0
3 answers
Hello Medhi, and thank you for considering my request. Yes, I created the product table in my analysis. But I think the problem is related to multiple name errors and undeclared variables in this project since it’s an existing project that I am taking over from someone else. I will have to approach it differently. In any case, thank you again.