Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing data in collection
Message
From
16/09/2002 18:39:35
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Refreshing data in collection
Miscellaneous
Thread ID:
00701023
Message ID:
00701023
Views:
61
Is there a technique that will enable me to refresh data that's in a collection w/o resorting to using modal forms?

For example, I have a main form that displays all "Invoices" (a collection object of any number of Invoice business objects) for a certain vendor in a grid. A user can select an Invoice from the grid and open a new "Invoice form" for editing. Pretty typical stuff but here's my problem: If I use a modal Invoice form I can just pass back to the main form if changes are saved by the user so that I can refresh the list. However, if I use a non-modal form so that the user can open more than one invoice form at a time for editing I don't know when to refresh the collection since I don't know when each Invoice form is saved. Any ideas?
It's "my" world. You're just living in it.
Reply
Map
View

Click here to load this message in the networking platform