Changeset: 273 fdbozzo - 05/06/2014 00:32:07:
This commit is contained in:
@@ -99,7 +99,7 @@ DEFINE CLASS f_form_aa AS f_base OF "lib_controles.vcx"
|
|||||||
FontUnderline = .F.
|
FontUnderline = .F.
|
||||||
ForeColor = 0,0,0
|
ForeColor = 0,0,0
|
||||||
HalfHeightCaption = .F.
|
HalfHeightCaption = .F.
|
||||||
Height = (424)
|
Height = (460)
|
||||||
HelpContextID = 0
|
HelpContextID = 0
|
||||||
HScrollSmallChange = 10
|
HScrollSmallChange = 10
|
||||||
Icon = bmps\container.ico
|
Icon = bmps\container.ico
|
||||||
@@ -217,7 +217,7 @@ DEFINE CLASS f_form_aa AS f_base OF "lib_controles.vcx"
|
|||||||
GridLines = 3, ;
|
GridLines = 3, ;
|
||||||
GridLineWidth = 1, ;
|
GridLineWidth = 1, ;
|
||||||
HeaderHeight = 18, ;
|
HeaderHeight = 18, ;
|
||||||
Height = 384, ;
|
Height = 424, ;
|
||||||
HelpContextID = 0, ;
|
HelpContextID = 0, ;
|
||||||
Highlight = .T., ;
|
Highlight = .T., ;
|
||||||
HighlightBackColor = 51,153,255, ;
|
HighlightBackColor = 51,153,255, ;
|
||||||
@@ -972,7 +972,7 @@ DEFINE CLASS f_form_aa AS f_base OF "lib_controles.vcx"
|
|||||||
DisabledItemBackColor = 255,255,255, ;
|
DisabledItemBackColor = 255,255,255, ;
|
||||||
DisabledItemForeColor = 109,109,109, ;
|
DisabledItemForeColor = 109,109,109, ;
|
||||||
DisplayCount = 0, ;
|
DisplayCount = 0, ;
|
||||||
DisplayValue = , ;
|
DisplayValue = combobox, ;
|
||||||
DragIcon = ..\..\, ;
|
DragIcon = ..\..\, ;
|
||||||
DragMode = 0, ;
|
DragMode = 0, ;
|
||||||
Enabled = .T., ;
|
Enabled = .T., ;
|
||||||
@@ -1978,6 +1978,14 @@ DEFINE CLASS f_form_aa AS f_base OF "lib_controles.vcx"
|
|||||||
ENDIF
|
ENDIF
|
||||||
loCtl.ControlSource = ''
|
loCtl.ControlSource = ''
|
||||||
|
|
||||||
|
CASE loCtl.Baseclass == 'Option'
|
||||||
|
.valor = 2
|
||||||
|
loCtl.ControlSource = 'THISFORM.valor'
|
||||||
|
IF loCtl.Value = .valor
|
||||||
|
REPLACE c_Value WITH "S"
|
||||||
|
ENDIF
|
||||||
|
loCtl.ControlSource = ''
|
||||||
|
|
||||||
CASE loCtl.Baseclass == 'Spinner'
|
CASE loCtl.Baseclass == 'Spinner'
|
||||||
.valor = 123
|
.valor = 123
|
||||||
loCtl.ControlSource = 'THISFORM.valor'
|
loCtl.ControlSource = 'THISFORM.valor'
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user