Re: Assignment using item ID

From: DanHW <danhw_at_aol.com>
Date: 1997/06/19
Message-ID: <19970619043001.AAA27966_at_ladder01.news.aol.com>#1/1


Some of the id numbers have 'pieces'. I don't know if the item _id does, but the form_id does. A piece of code like this works...

declare

    my_form_id formid;
    my_id integer;
begin

    my_form_id = find_form('a_form');
    my_id = my_form_id.id;
end;

There might be a component like .value or something that is associated with an item. Look in the help file, looking for '.id' There is at least 1 example; that is where I found this.

Happy hunting

Dan Received on Thu Jun 19 1997 - 00:00:00 CEST

Original text of this message