OPAL Question : Dynamic Reassignment of Table Frame Objects?

OPAL Question : Dynamic Reassignment of Table Frame Objects?

Post by Eliot Friedma » Fri, 25 Oct 1996 04:00:00



I'm putting together an application where the user will need to be able to
view a table of arbitrary structure from within a form.  I'm thinking in terms
of the dmAddTable method, but I'm stumped on how to assign the added table
to the table frame object.  Is this possible, or am I thinking along the wrong
lines?

Thanks,

El

 
 
 

OPAL Question : Dynamic Reassignment of Table Frame Objects?

Post by Nils Gustaf Lindgre » Mon, 28 Oct 1996 03:00:00


Dont think thats possible. I tried and tried.
Nils Gustaf Lindgren
shrink hacker
*ealdar enten geweorc*

 
 
 

OPAL Question : Dynamic Reassignment of Table Frame Objects?

Post by Dwayne Zo » Tue, 29 Oct 1996 04:00:00



> I'm putting together an application where the user will need to be able to
> view a table of arbitrary structure from within a form.  I'm thinking in terms
> of the dmAddTable method, but I'm stumped on how to assign the added table
> to the table frame object.  Is this possible, or am I thinking along the wrong
> lines?

> Thanks,

> El

If I understand your question, you want to open a form with different
tables.  I have used the openinfo structure (see help on open for
details) to open a form with a different master table.  However, there
it no nice way that I have been able to discover to open a form with
different detail tables.