PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → Problem generating class linked to file description
Problem generating class linked to file description
Iniciado por Javier Pazos, jul., 24 2025 2:54 AM - 1 resposta
Publicado em julho, 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?
Publicado em julho, 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.