GetFieldValueStr Method
Returns a string value from the database given a field name.
See Also | Example
Signature
RetVal = object.GetFieldValueStr(FieldName)
object
AecDtlDatabase The object this method applies to.
FieldName
String; input-only
The name of the database field.
RetVal
String
The value in the database.