Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Views with Unions
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00172847
Message ID:
00173334
Views:
27
>Now what business object do I use for a multi page (3) look up business object. Page 1 is a text box to get the Customer's Number from a view of all customers. Page 2 is an open orders grid. Page 3 is a shipped grid. From each of those pages there will be command buttons that display more detail as needed by the operator.
>

It sounds like you don't need to have the view be a union. You should have seperate views, one for the open orders, one for the shipped orders.

Or, you could have a view of the views.... if they are read only.

>As you can see this form set is a monseter. Only data entry will be done via Shipped orders, all others are just grids for display.
>

You can create seperate forms that you call to display these grids... that way, the initial form is not so heavy... Also, you can programatically create a window and use the browse command, if you just want to show read only data this may be a better way to go.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform