capi and cursor interface
Hola, I'm a new capi and looking for some wisdom about the feasibility of a database interface. In particular, I'm interested in creating a database cursor interface for browsing what could possibly be many thousands of records (with resizable and configurable columns). I just want to dynamically load just enough data to fill the display, but have the scroll bars correspond to the number of rows in the cursor and use scrolling for browsing. Would a grid layout be able to handle something like this, or would I need to create a custom pane type? Any pointers to examples where something like this has already been done? Thanks, John DeSoi, Ph.D.