| Name | Initial value |
|---|---|
| Caption | "Client Settings" |
| DataSession | 2 |
| DoCreate | .T. |
| FontBold | .F. |
| FontItalic | .F. |
| FontName | "Arial" |
| FontSize | 8 |
| creportname | |
| cworkalias | |
| lautosyncchildform | .F. |
| lcandelete | .T. |
| lcanedit | .T. |
| lcaninsert | .T. |
| lchildform | .F. |
| lcloseonesc | .T. |
| lmore | .F. |
| lmultiinstance | .T. |
| lputinlastfile | .T. |
| lputinwindowmenu | .T. |
| lsaveposition | .T. |
| lusechildform | .F. |
| lworkonview | .F. |
With thisform.cntPanel
If empty(.txtClientName.value)
Messagebox(MSG_ENTERCLIENTNAME, 64, thisform.caption)
.txtClientName.setfocus()
Return .f.
Endif
If empty(.txtDataPath.value)
Messagebox(MSG_ENTERDATAPATH, 64, thisform.caption)
.cmdGetDataPath.setfocus()
Return .f.
Endif
If empty(.txtVFXPath.value)
Messagebox(MSG_ENTERVFXPATH, 64, thisform.caption)
.cmdGetVFXPath.setfocus()
Return .f.
Endif
If empty(.txtUpdatePath.value)
Messagebox(MSG_UPDATEPATH, 64, thisform.caption)
.cmdGetUpdPath.setfocus()
Return .f.
Endif
Endwith
lparameters tcArg
local lInitOk
lInitOk =dodefault(tcArg)
********************************************************
** Insert your extra initialization code here
with thisform.cntPanel
.txtDataPath.lAutoSetup = .t.
.txtVfxPath.lAutoSetup = .t.
.txtReportPath.lAutoSetup = .t.
.txtUpdatePath.lAutoSetup = .t.
endwith
*!* if !empty(thisform.cWorkAlias)
*!* if used(thisform.cWorkAlias)
*!* set filter to recno() <> 1
*!* endif
*!* endif
return lInitOk
*{ _VFX_BUILDER_CODE
dodefault()
thisForm.cntSpeedBar.Refresh()
*} _VFX_BUILDER_CODE
dodefault()
with thisform.cntPanel
.cmdGetDataPath.enabled = .t.
.cmdGetVfxPath.enabled = .t.
.cmdGetReportPath.enabled = .t.
.cmdGetUpdPath.enabled = .t.
endwith
**__VFX_WIZARD_HEADER - 02.01.2001 00:39:19
#ifdef _lang_setup
thisForm.Caption = CAP_FRMCLIENTSETTINGS
thisform.cntpanel.lblclientname.Caption = CAP_LBLCLIENTNAME
thisform.cntpanel.lbldatapath.Caption = CAP_LBLDATAPATH
thisform.cntpanel.lblvfxpath.Caption = CAP_LBLVFXPATH
thisform.cntpanel.lblupdatepath.Caption = CAP_LBLUPDATEPATH
thisform.cntpanel.clabel1.Caption = CAP_LBLIMPORTPATH
thisform.cntpanel.clabel2.Caption = CAP_LBLEXPORTPATH
thisform.cntpanel.lblreportpath.Caption = CAP_LBLREPORTPATH
return .T.
#endif
**__VFX_WIZARD_FOOTER
***********************************************************
| Name | Initial value |
|---|---|
| InitialSelectedAlias | "vfxpath" |
if glclientsupport .and. CheckIfChgDEDbc(thisform)
= ChangeDEDbc(thisform)
endif
dodefault()
| Baseclass | Class | Object name |
|---|---|---|
| cursor | cursor | Dataenvironment.Cursor1 |
| Name | Initial value |
|---|---|
| Alias | "vfxpath" |
| CursorSource | ..\vfxpath.dbf |
| Baseclass | Class | Object name |
|---|---|---|
| container | cspeedbar | frmVfxpath.CNTSPEEDBAR |
| zzz | zzz | frmVfxpath.CNTPANEL |
| frmVfxpath.LBLMSGEMPTY |
| Name | Initial value |
|---|---|
| TabIndex | 3 |
dodefault()
if this.enabled
this.enabled = (recno() <> 1)
endif
| Name | Initial value |
|---|---|
| Visible | .F. |
| Name | Initial value |
|---|---|
| BorderWidth | 0 |
| Comment | " |
| TabIndex | 2 |
| Name | Initial value |
|---|---|
| Caption | "..." |
| DisabledForeColor | 0,0,0 |
| FontBold | .F. |
| FontName | "Arial" |
| FontSize | 8 |
| TabIndex | 5 |
local lcTmpPath
with this.parent
lcTmpPath = getdir()
if !empty(nvl(lcTmpPath,""))
.txtDataPath.value = lcTmpPath
.txtDataPath.InteractiveChange()
.txtDataPath.refresh()
if empty(.txtVfxPath.value) .or. isnull(.txtVfxPath.value)
.txtVfxPath.value = .txtDataPath.value
.txtVfxPath.InteractiveChange()
.txtVfxPath.refresh()
endif
if empty(.txtUpdatePath.value) .or. isnull(.txtUpdatePath.value)
.txtUpdatePath.value = alltrim(.txtDataPath.value) + iif(right(alltrim(.txtDataPath.value),1) = "\", "update\", "\update\")
.txtUpdatePath.InteractiveChange()
.txtUpdatePath.refresh()
endif
endif
endwith
dodefault()
this.enabled = (recno() <> 1)
| Name | Initial value |
|---|---|
| Caption | "..." |
| DisabledForeColor | 0,0,0 |
| FontBold | .F. |
| FontName | "Arial" |
| FontSize | 8 |
| TabIndex | 17 |
dodefault()
this.enabled = (recno() <> 1)
local lcTmpPath
with this.parent
lcTmpPath = getdir()
if !empty(nvl(lcTmpPath,""))
.txtExportPath.Value = lcTmpPath
.txtExportPath.InteractiveChange()
.txtExportPath.refresh()
endif
endwith
| Name | Initial value |
|---|---|
| Caption | "..." |
| DisabledForeColor | 0,0,0 |
| FontBold | .F. |
| FontName | "Arial" |
| FontSize | 8 |
| TabIndex | 14 |
dodefault()
this.enabled = (recno() <> 1)
local lcTmpPath
with this.parent
lcTmpPath = getdir()
lcTmpPath = getdir()
if !empty(nvl(lcTmpPath,""))
.txtImportPath.Value = lcTmpPath
.txtImportPath.InteractiveChange()
.txtImportPath.refresh()
if empty(.txtExportPath.value) .or. isnull(.txtExportPath.value)
.txtExportPath.value = .txtImportPath.value
.txtExportPath.InteractiveChange()
.txtExportPath.refresh()
endif
endif
endwith
| Name | Initial value |
|---|---|
| Caption | "..." |
| DisabledForeColor | 0,0,0 |
| FontBold | .F. |
| FontName | "Arial" |
| FontSize | 8 |
| TabIndex | 20 |
dodefault()
this.enabled = (recno() <> 1)
local lcTmpPath
with this.parent
lcTmpPath = getdir()
if !empty(nvl(lcTmpPath,""))
.txtReportPath.Value = lcTmpPath
.txtReportPath.InteractiveChange()
.txtReportPath.refresh()
endif
endwith
| Name | Initial value |
|---|---|
| Caption | "..." |
| DisabledForeColor | 0,0,0 |
| FontBold | .F. |
| FontName | "Arial" |
| FontSize | 8 |
| TabIndex | 11 |
local lcTmpPath
with this.parent
lcTmpPath = getdir()
if !empty(nvl(lcTmpPath,""))
.txtUpdatePath.Value = lcTmpPath
.txtUpdatePath.InteractiveChange()
.txtUpdatePath.refresh()
endif
endwith
dodefault()
this.enabled = (recno() <> 1)
| Name | Initial value |
|---|---|
| Caption | "..." |
| DisabledForeColor | 0,0,0 |
| FontBold | .F. |
| FontName | "Arial" |
| FontSize | 8 |
| TabIndex | 8 |
local lcTmpPath
with this.parent
lcTmpPath = getdir()
if !empty(nvl(lcTmpPath,""))
.txtVfxPath.Value = lcTmpPath
.txtVfxPath.InteractiveChange()
.txtVfxPath.refresh()
endif
endwith
dodefault()
this.enabled = (recno() <> 1)
| Name | Initial value |
|---|---|
| Alignment | 0 |
| AutoSize | .T. |
| BackStyle | 0 |
| Caption | "Import Path" |
| FontBold | .F. |
| FontItalic | .F. |
| FontName | "Arial" |
| TabIndex | 12 |
| Tag | "vfxpath.reportpath" |
| Visible | .T. |
| Name | Initial value |
|---|---|
| Alignment | 0 |
| AutoSize | .T. |
| BackStyle | 0 |
| Caption | "Export Path" |
| FontBold | .F. |
| FontItalic | .F. |
| FontName | "Arial" |
| TabIndex | 15 |
| Tag | "vfxpath.updatepath" |
| Visible | .T. |
| Name | Initial value |
|---|---|
| Alignment | 0 |
| AutoSize | .T. |
| BackStyle | 0 |
| Caption | "Client Name" |
| FontBold | .F. |
| FontItalic | .F. |
| FontName | "Arial" |
| TabIndex | 1 |
| Tag | "vfxpath.clientname" |
| Visible | .T. |
| Name | Initial value |
|---|---|
| Alignment | 0 |
| AutoSize | .T. |
| BackStyle | 0 |
| Caption | "Data Path" |
| FontBold | .F. |
| FontItalic | .F. |
| FontName | "Arial" |
| TabIndex | 3 |
| Tag | "vfxpath.datapath" |
| Visible | .T. |
| Name | Initial value |
|---|---|
| Alignment | 0 |
| AutoSize | .T. |
| BackStyle | 0 |
| Caption | "Report Path" |
| FontBold | .F. |
| FontItalic | .F. |
| FontName | "Arial" |
| TabIndex | 18 |
| Tag | "vfxpath.reportpath" |
| Visible | .T. |
| Name | Initial value |
|---|---|
| Alignment | 0 |
| AutoSize | .T. |
| BackStyle | 0 |
| Caption | "Update Path" |
| FontBold | .F. |
| FontItalic | .F. |
| FontName | "Arial" |
| TabIndex | 9 |
| Tag | "vfxpath.updatepath" |
| Visible | .T. |
| Name | Initial value |
|---|---|
| Alignment | 0 |
| AutoSize | .T. |
| BackStyle | 0 |
| Caption | "Vfx Path" |
| FontBold | .F. |
| FontItalic | .F. |
| FontName | "Arial" |
| TabIndex | 6 |
| Tag | "vfxpath.vfxpath" |
| Visible | .T. |
| Name | Initial value |
|---|---|
| ControlSource | "vfxpath.clientname" |
| FontBold | .F. |
| FontItalic | .F. |
| FontName | "Arial" |
| InputMask | "XXXXXXXXXXXXXXXXXXXX" |
| ReadOnly | .F. |
| StatusBarText | "" |
| TabIndex | 2 |
| TabStop | .T. |
| Visible | .T. |
| Name | Initial value |
|---|---|
| Alignment | 0 |
| ControlSource | "vfxpath.datapath" |
| DisabledBackColor | 192,192,192 |
| DisabledForeColor | 0,0,0 |
| Enabled | .F. |
| FontBold | .F. |
| FontName | "Arial" |
| Format | "K" |
| InputMask | "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" |
| ReadOnly | .T. |
| StatusBarText | "" |
| TabIndex | 4 |
| Name | Initial value |
|---|---|
| Alignment | 0 |
| ControlSource | "vfxpath.exportpath" |
| DisabledBackColor | 192,192,192 |
| DisabledForeColor | 0,0,0 |
| Enabled | .F. |
| FontBold | .F. |
| FontName | "Arial" |
| Format | "K" |
| InputMask | "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" |
| ReadOnly | .T. |
| StatusBarText | "" |
| TabIndex | 16 |
| Name | Initial value |
|---|---|
| Alignment | 0 |
| ControlSource | "vfxpath.importpath" |
| DisabledBackColor | 192,192,192 |
| DisabledForeColor | 0,0,0 |
| Enabled | .F. |
| FontBold | .F. |
| FontName | "Arial" |
| Format | "K" |
| InputMask | "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" |
| ReadOnly | .T. |
| StatusBarText | "" |
| TabIndex | 13 |
| Name | Initial value |
|---|---|
| Alignment | 0 |
| ControlSource | "vfxpath.reportpath" |
| DisabledBackColor | 192,192,192 |
| DisabledForeColor | 0,0,0 |
| Enabled | .F. |
| FontBold | .F. |
| FontName | "Arial" |
| Format | "K" |
| InputMask | "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" |
| ReadOnly | .T. |
| StatusBarText | "" |
| TabIndex | 19 |
| Name | Initial value |
|---|---|
| Alignment | 0 |
| ControlSource | "vfxpath.updatepath" |
| DisabledBackColor | 192,192,192 |
| DisabledForeColor | 0,0,0 |
| Enabled | .F. |
| FontBold | .F. |
| FontName | "Arial" |
| Format | "K" |
| InputMask | "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" |
| ReadOnly | .T. |
| StatusBarText | "" |
| TabIndex | 10 |
| Name | Initial value |
|---|---|
| Alignment | 0 |
| ControlSource | "vfxpath.vfxpath" |
| DisabledBackColor | 192,192,192 |
| DisabledForeColor | 0,0,0 |
| Enabled | .F. |
| FontBold | .F. |
| FontName | "Arial" |
| Format | "K" |
| InputMask | "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" |
| ReadOnly | .T. |
| StatusBarText | "" |
| TabIndex | 7 |
| Name | Initial value |
|---|---|
| ColumnCount | 5 |
| Comment | " |
| Panel | 1 |
| ReadOnly | .T. |
| RecordSource | "vfxpath" |
| TabIndex | 21 |
| Visible | .T. |
| csearchtext | |
| ncolumn | 0 |
| Name | Initial value |
|---|---|
| ControlSource | "vfxpath.clientname" |
| CurrentControl | "Text1" |
| FontBold | .F. |
| FontName | "Arial" |
| ReadOnly | .T. |
| Visible | .T. |
| Baseclass | Class | Object name |
|---|---|---|
| header | header | frmVfxpath.CNTPANEL.GRDGRID.Column1.Header1 |
| textbox | textbox | frmVfxpath.CNTPANEL.GRDGRID.Column1.Text1 |
| Name | Initial value |
|---|---|
| Caption | "Client Name" |
| FontBold | .F. |
| FontItalic | .F. |
| FontName | "Arial" |
*{ _VFX_BUILDER_CODE
this.Parent.Parent.OnSetOrder(this.Parent)
*} _VFX_BUILDER_CODE
| Name | Initial value |
|---|---|
| BorderStyle | 0 |
| Comment | "vfxpath.clientname" |
| InputMask | "XXXXXXXXXXXXXXXXXXXX" |
| Margin | 0 |
| ReadOnly | .T. |
| Visible | .T. |
*{ _VFX_BUILDER_CODE
lparameters nKeyCode, nShiftAltCtrl
this.parent.parent.oControl = this
if this.parent.parent.OnKeyPress( nKeyCode, nShiftAltCtrl)
nodefault
endif
this.parent.parent.oControl = .null.
*} _VFX_BUILDER_CODE
*{ _VFX_BUILDER_CODE
if !thisform.lEmpty
if !(type("this.ControlSource") $ "MG")
this.parent.parent.OnKeyEnter()
nodefault
endif
endif
*} _VFX_BUILDER_CODE
| Name | Initial value |
|---|---|
| ControlSource | "vfxpath.datapath" |
| CurrentControl | "Text1" |
| FontBold | .F. |
| FontName | "Arial" |
| ReadOnly | .T. |
| Visible | .T. |
| Baseclass | Class | Object name |
|---|---|---|
| header | header | frmVfxpath.CNTPANEL.GRDGRID.Column2.Header1 |
| textbox | textbox | frmVfxpath.CNTPANEL.GRDGRID.Column2.Text1 |
| Name | Initial value |
|---|---|
| Caption | "Data Path" |
| FontBold | .F. |
| FontItalic | .F. |
| FontName | "Arial" |
*{ _VFX_BUILDER_CODE
this.Parent.Parent.OnSetOrder(this.Parent)
*} _VFX_BUILDER_CODE
| Name | Initial value |
|---|---|
| BorderStyle | 0 |
| Comment | "vfxpath.datapath" |
| InputMask | "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" |
| Margin | 0 |
| ReadOnly | .T. |
| Visible | .T. |
*{ _VFX_BUILDER_CODE
lparameters nKeyCode, nShiftAltCtrl
this.parent.parent.oControl = this
if this.parent.parent.OnKeyPress( nKeyCode, nShiftAltCtrl)
nodefault
endif
this.parent.parent.oControl = .null.
*} _VFX_BUILDER_CODE
*{ _VFX_BUILDER_CODE
if !thisform.lEmpty
if !(type("this.ControlSource") $ "MG")
this.parent.parent.OnKeyEnter()
nodefault
endif
endif
*} _VFX_BUILDER_CODE
| Name | Initial value |
|---|---|
| ControlSource | "vfxpath.updatepath" |
| CurrentControl | "Text1" |
| ReadOnly | .T. |
| Visible | .T. |
| Baseclass | Class | Object name |
|---|---|---|
| header | header | frmVfxpath.CNTPANEL.GRDGRID.Column3.Header1 |
| textbox | textbox | frmVfxpath.CNTPANEL.GRDGRID.Column3.Text1 |
| Name | Initial value |
|---|---|
| Caption | "Update Path" |
| FontItalic | .F. |
*{ _VFX_BUILDER_CODE
this.Parent.Parent.OnSetOrder(this.Parent)
*} _VFX_BUILDER_CODE
| Name | Initial value |
|---|---|
| BorderStyle | 0 |
| Comment | "vfxpath.updatepath" |
| InputMask | "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" |
| Margin | 0 |
| ReadOnly | .T. |
| Visible | .T. |
*{ _VFX_BUILDER_CODE
lparameters nKeyCode, nShiftAltCtrl
this.parent.parent.oControl = this
if this.parent.parent.OnKeyPress( nKeyCode, nShiftAltCtrl)
nodefault
endif
this.parent.parent.oControl = .null.
*} _VFX_BUILDER_CODE
*{ _VFX_BUILDER_CODE
if !thisform.lEmpty
if !(type("this.ControlSource") $ "MG")
this.parent.parent.OnKeyEnter()
nodefault
endif
endif
*} _VFX_BUILDER_CODE
| Name | Initial value |
|---|---|
| ControlSource | "vfxpath.reportpath" |
| CurrentControl | "Text1" |
| ReadOnly | .T. |
| Visible | .T. |
| Baseclass | Class | Object name |
|---|---|---|
| header | header | frmVfxpath.CNTPANEL.GRDGRID.Column4.Header1 |
| textbox | textbox | frmVfxpath.CNTPANEL.GRDGRID.Column4.Text1 |
| Name | Initial value |
|---|---|
| Caption | "Report Path" |
| FontItalic | .F. |
*{ _VFX_BUILDER_CODE
this.Parent.Parent.OnSetOrder(this.Parent)
*} _VFX_BUILDER_CODE
| Name | Initial value |
|---|---|
| BorderStyle | 0 |
| Comment | "vfxpath.reportpath" |
| InputMask | "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" |
| Margin | 0 |
| ReadOnly | .T. |
| Visible | .T. |
*{ _VFX_BUILDER_CODE
lparameters nKeyCode, nShiftAltCtrl
this.parent.parent.oControl = this
if this.parent.parent.OnKeyPress( nKeyCode, nShiftAltCtrl)
nodefault
endif
this.parent.parent.oControl = .null.
*} _VFX_BUILDER_CODE
*{ _VFX_BUILDER_CODE
if !thisform.lEmpty
if !(type("this.ControlSource") $ "MG")
this.parent.parent.OnKeyEnter()
nodefault
endif
endif
*} _VFX_BUILDER_CODE
| Name | Initial value |
|---|---|
| ControlSource | "vfxpath.vfxpath" |
| CurrentControl | "Text1" |
| ReadOnly | .T. |
| Visible | .T. |
| Baseclass | Class | Object name |
|---|---|---|
| header | header | frmVfxpath.CNTPANEL.GRDGRID.Column5.Header1 |
| textbox | textbox | frmVfxpath.CNTPANEL.GRDGRID.Column5.Text1 |
| Name | Initial value |
|---|---|
| Caption | "Vfx Path" |
| FontItalic | .F. |
*{ _VFX_BUILDER_CODE
this.Parent.Parent.OnSetOrder(this.Parent)
*} _VFX_BUILDER_CODE
| Name | Initial value |
|---|---|
| BorderStyle | 0 |
| Comment | "vfxpath.vfxpath" |
| InputMask | "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" |
| Margin | 0 |
| ReadOnly | .T. |
| Visible | .T. |
*{ _VFX_BUILDER_CODE
lparameters nKeyCode, nShiftAltCtrl
this.parent.parent.oControl = this
if this.parent.parent.OnKeyPress( nKeyCode, nShiftAltCtrl)
nodefault
endif
this.parent.parent.oControl = .null.
*} _VFX_BUILDER_CODE
*{ _VFX_BUILDER_CODE
if !thisform.lEmpty
if !(type("this.ControlSource") $ "MG")
this.parent.parent.OnKeyEnter()
nodefault
endif
endif
*} _VFX_BUILDER_CODE
| Name | Initial value |
|---|---|
| TabIndex | 1 |