<i><font color="#663300">Hey all, I have come up with another question, believe it or not. =) Suppose that one chooses to use remote data, and therefore wisely chooses to parameterize all the views, parent and child, to keep the network traffic to a minimum. Since this is the wisest manner to access the data, what is the best way to handle the next, previous, top and bottom record navigation on the form? Are there methods in CodeBook 6.0 that handle this type of arrangement?
Mike D</font></i>
Well, if you parameterize it such that one or no records will be returned then the navigation doesn't do anything, since it works on the records that are in the remote view. However, if you parameterize it so that it brings back a few records, perhaps, All the customers in state=?vp_state AND status=?vp_status then your users can browse through the records that were brought back.
BOb
©2002 Bob Archer |