ds_GetFormNames


ds_GetFormNames (names; tableNum; {IDs; {formKinds {; inputName {; outputName}}}}) <- errorCode
Parameter Type Description
<- Names Text Array Form names
-> tableNum Integer Table number
<- IDs Numeric Array Forms IDs
<- formKinds Numeric Array Kind of the forms
<- inputName String/Text Name of the Input form
<- oututName String/Text Name of the Output form
<- errorCode Long Integer Error Code (0 = no error)


Load forms names of the table tableNum.

The ID array is optional and does not have to be passed to the routine.

If formKinds is passed, it is filled with the kind of each form. Possible values are:
0 = no particular kind
1 = Detail form
2 = List form
3 = Detail form for printing
4 = List form for printing