PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD19] Difference in HFCS and Classic for Views
[WD19] Difference in HFCS and Classic for Views
Iniciado por guest, 23,nov. 2015 22:55 - No hay respuesta
Publicado el 23,noviembre 2015 - 22:55
Hello All

Just a heads up for people moving from Classic to HFCS and only if you use views.

I use views extensively and because my main project is now about 12 years old, it has been changed quite a lot and during some of the changes, I have not been as careful as I should be in setting up the string containing the fields used in the views and have duplicated some field names.
Classic doesn't care but HFCS shows an error when the HCreateView() code is run. There is no way to find these errors without hand checking every view - not a lot of fun with nearly 400 view field strings in the project.
I assume that HFCS converts my views to queries and Classic doesn't.

Regards
Al