|
ds_MethodToText |
|---|
| ds_MethodToText (methodID; code) <- errorCode | |||
|---|---|---|---|
| Parameter | Type | Description | |
| -> | methodID | Integer | Method ID |
| <- | code | Text | The Code |
| <- | errorCode | Long Integer | Error Code (0 = no error) |
Returns the Text of the method which ID is passed.
IMPORTANT NOTICE: if methodID is the ID of an object method that contains a refernce to a field not prefixed byt the table name (ie Name instead of [Customers]name), then the field will not be detokenized and this expression :
| Name:=vName |
| :=vName |