|
ds_GetFormMethod |
|---|
| ds_GetFormMethod (tableNum; formName; methodID) <- errorCode | |||
|---|---|---|---|
| Parameter | Type | Description | |
| -> | tableNum | Integer | Table number |
| -> | formName | String | Form name |
| <- | methodID | Integer | Form method ID ( 0 = no form method) |
| <- | errorCode | Long Integer | Error Code (0 = no error) |
Retuns in methodID the ID of the form method associated to the form formName of the table tableNum. If this form doesn't have any form method, methodID is set to 0. After getting the form method ID, you can use ds_MethodToText and ds_TextToMethod.