Navigating in subforms

jngermanyjngermany Member Posts: 14
Hello!

Actual our stores send their orders as a paper based fax to our factory. This paper is an excel sheet with three main columns (each main column consists of three sub columns: item no., item description and quantity). In future we would like to let the employees submit their orders with a navision form.
So I tried to rebuild this paper as follows: The main form contains the sales header record and three subform objects. Each subform object links the same form but with different filters (targeting different ranges of line numbers). This form contains the predefined sales lines.
The only thing the employee has to do is to insert the quantity for each item.
When the employee reachs the last line of the first subform (by using "enter" or "arrow down" button) the cursor should move to the next subform starting at it's first line - or the other way around. How could I solve this requirement?


Thanks in advance
Jens Neumann

Comments

  • garakgarak Member Posts: 3,263
    Why so complicated :?:

    In your Subforms and your main form you must create new functions.
    Now, when user modify the record in subfom (or go to line with asteriks) you must call the mainform and there activeatethe subform 2 ....

    To update a Main form from Subform, read this
    http://www.mibuso.com/forum/viewtopic.p ... highlight=

    there is an post of mine.

    REgards
    Do you make it right, it works too!
Sign In or Register to comment.