I have been reading through the docs on components, and I am not clear. If I have a component, and I want to add a record to a host table, using an entry form defined in the host system. Can I do the following in the component, and expect it to work?
$Table:=$1 // pointer to table to add a record $Input_Form:=$2 // entry form to use, text FORM SET INPUT($Table->;$input_Form) ADD RECORD($Table->) Thanks Chip --------------- Gas is for washing parts Alcohol is for drinkin' Nitromethane is for racing ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

