Bind forms (OpenInsight Specific)
At 12 DEC 1997 02:31:36PM V.Ray Gooch wrote:
How can a single form be programmatically bound to one of a set of like tables?
At 13 DEC 1997 04:39PM Cameron Revelation wrote:
V. Ray Gooch,,
How can a single form be programmatically bound to one of a set of like tables?
That is not a supported feature of a form. However:
1) You can use Alias_Table to make a tables with one name have the name of another
2) Or, you can look at the insert record OIWin_Comm_Init (or something like that) which is the underlying data structures for driving the form, including binding. (This insert is unsupported but very handy if you know what to look for.)
Cameron Purdy
Revelation Software