📚 SAP Business One SDK Help

ValueEx Property
See Also 

Description

The value of the data source.

The value must be provided in database format.

Property type

Read-write property

Syntax

Visual Basic
Public Property ValueEx() As String

Remarks

Acceptable format for dt_MEASURE, dt_PERCENT, dt_PRICE, dt_QUANTITY, and dt_RATE:

a number with 0 or 1 decimal points (periods), with or without a preceding minus sign, such as 123.876 or -23

Acceptable format for dt_DATE:

yyyymmdd 

Changing the machine's regional settings does not affect the acceptable format.

See Also