PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Windev 22
Windev 22
Débuté par Allard, 20 fév. 2018 15:02 - 2 réponses
Posté le 20 février 2018 - 15:02
Hi,

Anyone used the internal table window? I wwas looking at it and cannot find anny coding on this issue.

For instance I can add an internal window Say in the fasion Order -- orderline. Then I get all the orderlines . I need the orderline that are apart of one order ( the order that has the same orderID).

I cannot find any coding on this . I guess it should be possioble to pass parameters to the internal window? Otherwise this feature is not usefull

Regards

allard
Posté le 20 février 2018 - 16:44
https://doc.windev.com/en-US/…

Internal windows have worked well for me.
Posté le 20 février 2018 - 18:12
Allard

This was my response to an earlier question relating to this.

http://27130.foren.mysnip.de/read.php…

Pretty much you treat as you would any other internal window.
HTH