I don't use the form wizard, so I'm not sure I understand what you mean about Form.table.dataClassAttribute. But you can certainly generate your own form with fields and labels in version 17. To generate a field, I use a method like this:
//Create field object. //$0 - Field object. //$1 - Field pointer. C_OBJECT($0) C_POINTER($1) $0:=New object $0.type:="input" $0.dataSource:=TB_Field_full_name ($1) `Like [Table_Name]Field_Name John DeSoi, Ph.D. > On Aug 3, 2018, at 9:42 AM, Guru via 4D_Tech <[email protected]> wrote: > > Is there a way to generate the Form.table.dataClassAttribute and their labels > to populate a form like is done for fields and labels when creating a form > via the wizard? ********************************************************************** 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] **********************************************************************

