PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Problem generating class linked to file description
Problem generating class linked to file description
Started by Javier Pazos, Jul., 24 2025 2:54 AM - 1 reply
Posted on July, 24 2025 - 2:54 AM
I'm having this issue with the option "Create a class linked to a file description..."
First of all, the window "Generate model class" doesn't appear.



It does generate the class, but is practically empty. All the RAD methods are not created within the class.



This has been done before and it worked properly as you can see in the image. Is there any way to solve this? Any configuration or setting that I'm missing?
Posted on July, 24 2025 - 7:20 PM
Javier Pazos a écrit :
I'm having this issue with the option "Create a class linked to a file description..."
First of all, the window "Generate model class" doesn't appear.



It does generate the class, but is practically empty. All the RAD methods are not created within the class.



This has been done before and it worked properly as you can see in the image. Is there any way to solve this? Any configuration or setting that I'm missing?


It seems those methods are only created when you generate the class from the generation of a REST webservice description.
And this description will not generate if the table doesn't have a primary key, it breaks.

For anyone with the same doubt.