PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [Windev23] UTILIZER
[Windev23] UTILIZER
Iniciado por guest, 25,jun. 2018 12:17 - 7 respuestas
Publicado el 25,junio 2018 - 12:17
Hello!

What are the English commands for the following section block:

UTILISER HFilter(Customers, CustomerID, 1) DANS

// some code here

FIN


SOURCE:

(Nouveautés du WLangage et de l'éditeur de code de WINDEV 23)

Thanks !
Publicado el 25,junio 2018 - 12:52
Hi

Utiliser = USE
Publicado el 25,junio 2018 - 13:05
Hello !

I know but Windev says it is not so, the upper construction works only with UTILISER ...
Except for the PC SOFT video, no documentation anywhere about it ... unbelievably ....

Quote
GuenterP

Hi





Utiliser = USE
Publicado el 25,junio 2018 - 13:54
Hi, I can't believe that, because imho it should be a SI - ALORS - FIN structure. A UTILIZER - DANS - FIN is rather strange.
Publicado el 25,junio 2018 - 14:07
This is a new feature of Windev23 - a filter that works only inside the UTILISER .. FIN block ... If someone has the will to test ... me only works with the UTILISER combination and only passes it correctly to the compiler...

Quote
GuenterP

Hi, I can't believe that, because imho it should be a SI - ALORS - FIN structure. A UTILIZER - DANS - FIN is rather strange.
Publicado el 26,junio 2018 - 06:36
The English brochure on page 31 (New feature 122) says:

===
WITH EVOLVES
The WITH keyword is now available for a large
number of functions that require a termination:
• HFiltre
• HTransaction
• Critical sections
• ...
Benefit provided by this version 23 new feature:
Don’t leave your filters or transactions laying around...
===


Does anyone have an example of hFilter with WITH? Is it related to the above 'UTILISER' syntax hFilter command?
Publicado el 26,junio 2018 - 06:52
Hi iggy,

English WITH is equivalent to the French AVEC
https://doc.pcsoft.fr/fr-FR/?1510020&name=AVEC

English USE is equivalent to UTILISE please, see:
https://doc.pcsoft.fr/fr-FR/?3038044&name=Utilise

USE(..) opens a window and closes all other open windows at the same time.
https://help.windev.com/en-US/…

I cannot imagine any ways to use USE in connection with HFilter(..)
This is a great enigma to me ... maybe, one has to ask Tech Support for an explanation
Publicado el 28,junio 2018 - 08:07
Tech Support says: This function is not translate, problem has ben submitted to our developer.
At least French function working ok :)