Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Some help with form's design needed
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00514812
Message ID:
00515223
Views:
17
I have a similar situation for a factory model: Orders, Parts as order line items and Processes (multiple processes per part). I handled it with parameterized views and page frames. Each page has a grid showing the view in a read-only grid, with text boxes to the side for editing. On the Orders page a you pick an Order and go to Order Detail. That page shows a grid of all parts in the order, and the third page shows all processes listed by part # (A summary page of all parts and processes).

Because there are often 1000+ parts to choose from for a given order I use a pop-up form with a grid that shows available parts and a checkbox for each record. You check the parts you want, and code adds them to the Line Item list. There's an incremental find textbox so you can move quickly through the grid.

The same was done for Processes, but this is a much smaller list as a given part will have only 5-10 possible processes. I would have used a multiple choice listbox here, except I wanted to keep the user interface consistent.

It's working very smoothly, and the customer is pleased with it. Her only change to the model above was that line items (parts) and processes (child and grandchild tables) be on the same page with a radio button to switch back and forth.

Barbara


>Barbara,
>
>First of all, thanks a lot for the reply. Yes, I want to allow user fill in Report configuration information, then add regions, say, South Boston, select towns (I'm thinking about mover's listboxes), North Shore (select another set of towns), etc.
>
> Table design looks like:
>
>  Config Table
>       |
>       Regions table
>            |
>            Towns per region
>
>Your suggestion about set deleted off and reusable CustomerID field makes sense. Today I modified tables structure to accomodate my second idea, but I haven't programmed anything yet, so I can revert back to CustomerID idea.
>
>Now I'm uncertain, how to actually design this form. What kind of interface should it be? Should I use views, and if yes, how?
>
>Thanks again, this gives me a start.
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform