PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Problem generating class linked to file description
Problem generating class linked to file description
Débuté par Javier Pazos, 24 juil. 2025 02:54 - 1 réponse
Posté le 24 juillet 2025 - 02:54
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?
Posté le 24 juillet 2025 - 19:20
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.