PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Show a related fields/records
Show a related fields/records
Iniciado por Jonathan Flietstra, 14,ene. 2004 11:47 - No hay respuesta
Publicado el 14,enero 2004 - 11:47
Hello,
When i put one or more field(s) from a related file on the same screen, i have to put some code in the "Selected Row" embed point to seek the related table and refresh the related field(s)..
---------------------------------------------
HReadSeekFirst(allvst,NUMMER,allvst.NUMMER)
IF HFound() THEN
Form_almdst.WOONPLAATS = allvst.WOONPLAATS
ELSE
Form_almdst.WOONPLAATS = ""
END
----------------------------------------------
Is there an easier way???
Kind Regards
Jonathan Flietstra