Hi,
Skip is not working as expected.
On a simple form with a grid representing the children (many side of a 1 to many) relationship and regular textboxes on the form representing the parent table. A next and prev button also. Also a data env with a 1 t many relation set.
The next command button has in its click event
skip 1 in "parent"
Now,if the parent has 10 child records, the skip 1 does not skip 1 in the parent, instead it skips down the children until no more children exists, then it skips to the next parent.
The command is very specific what skip should act upon, the parent (via the optional clause).
why, and how do I force it to skip 1 in the parent every time the next button is pressed?
Thanks, Stanley
Skip is not working as expected.
On a simple form with a grid representing the children (many side of a 1 to many) relationship and regular textboxes on the form representing the parent table. A next and prev button also. Also a data env with a 1 t many relation set.
The next command button has in its click event
skip 1 in "parent"
Now,if the parent has 10 child records, the skip 1 does not skip 1 in the parent, instead it skips down the children until no more children exists, then it skips to the next parent.
The command is very specific what skip should act upon, the parent (via the optional clause).
why, and how do I force it to skip 1 in the parent every time the next button is pressed?
Thanks, Stanley