PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → [WD 7.5] hdeclare
[WD 7.5] hdeclare
Started by info, Aug., 23 2003 3:58 PM - 1 reply
Posted on August, 23 2003 - 3:58 PM
I want to use - HDeclare - . If I change a field adresse.adressename then i get one error : identifier adresse is unknown. The file and the field exist. In WD55 - HAliasExternal - works.
thanks for help or ideas.
Christoph
Posted on August, 25 2003 - 12:14 PM
Hi,
I want to use - HDeclare - . If I change a field adresse.adressename then i
get one error : identifier adresse is unknown. The file and the field exist.
In WD55 - HAliasExternal - works.

Two possibilities i think
- With EXTERN -> EXTERN adresse
- Indirection -> {"adresse.adressename"}
Peter