PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Question about "For All" command
Question about "For All" command
Débuté par Eak, 11 mar. 2004 14:30 - 1 réponse
Posté le 11 mars 2004 - 14:30
I use Windev 7.5 English version. And I found some command named "For All".
The description is to enables to browse through HF in different ways;full
browse,browse and search,browse using a filter. For the two last case, In
the book said that use "For All <File> With <Condition>" and end with "End"
command but when i put like this it show error on With and error on End. Can
anyone give me the reason and example of how to use? Thank You.
Posté le 11 mars 2004 - 16:52
The help is wrong, use :
FOR ALL file_name WHERE condition
....
END
as you can see instead of WITH use WHERE

"Eak" <ekachai@parkod.com> wrote:

I use Windev 7.5 English version. And I found some command named "For All".
The description is to enables to browse through HF in different ways;full
browse,browse and search,browse using a filter. For the two last case, In
the book said that use "For All <File> With <Condition>" and end with "End"
command but when i put like this it show error on With and error on End.

Can
anyone give me the reason and example of how to use? Thank You.