Re: Forms 4.5 Problem

From: Pauli Salmu <Pauli.Salmu_at_nbs.fi>
Date: 1996/03/21
Message-ID: <3151B09F.2DB2_at_nbs.fi>#1/1


David M. Taulbee wrote:
> > 1) Cycle through all of the blocks in the form?
> > Currently, since my blocks are all named the same as the
> > table they reflect in the DB, I go through all of the
> > tables who are owned by the current_user. I then
> > Find_Block(each table name);
> >
> > There must be a better way!

GET_FORM_PROPERTY(formmodule_name, FIRST_BLOCK) or GET_FORM_PROPERTY(formmodule_name, FIRST_NAVIGATION_BLOCK) GO_BLOCK that block
loop NEXT_BLOCK
until in block GET_FORM_PROPERTY(formmodule_name, LAST_BLOCK)

You can figure out the exact syntax and structure yourself, but those are the tools... Received on Thu Mar 21 1996 - 00:00:00 CET

Original text of this message