SetCultureFormat
method (DataWindows)
Description
The culture format set by this function does not affect the
DataWindow display. It is used only for rendering HTML, XHTML, and XML for
the DataWindow control.
Applies to
Syntax
PowerBuilder
|
1 |
integer dwcontrol.SetCultureFormat( string cultureStr ) |
|
Argument |
Description |
||
|---|---|---|---|
|
dwcontrol |
A reference to a DataWindow control for which you |
||
|
cultureStr |
A string that defines the formats for displaying
sDecimal sTime is the symbol used to separate the hours sThousand Each definition is delimited by a |
Return value
Returns 1 if successful and -1 if it fails. Does not work for .NET
targets, and will always return -1 if used in a target of that
type.