cbuttonlarge
cbuttonsmall
cfoxapp
cnavigatorbar
cofficebar
cstatusinfo
ctitleinfo
cvfptoolbar

Class: cbuttonlarge

Class: ccommandbutton in vfxobj.vcx
Baseclass: commandbutton

Properties Methods Objects

Properties

Name Initial value
Caption ""
ToolTipText ""
lproportionalresize .F.

Class: cbuttonsmall

Class: ccommandbutton in vfxobj.vcx
Baseclass: commandbutton

Properties Methods Objects

Properties

Name Initial value
AutoSize .F.
Caption ""
Style 0
ToolTipText ""
lproportionalresize .F.

Class: cfoxapp

Class: cobject in vfxctrl.vcx
Baseclass: custom

Properties Methods Objects

Name Initial value Comment
^afavorites[1,0] .f. Array for the favorites.
^aformlist[1,1] .f. List of all forms opened with the runform method
^alastform[1,2] .f. Internally used array to store the forms for the recently used file list.
^atoolbar[1,1] .f. Internally used array to store different toolbars
^avfptoolbar[1,1] .f. Internally used array to store different VFP toolbars
cascorderrgb RGB(255,255,0) Color to be used in the grid to highlight the column header for displaying "ascending" order.
ccurrentrowbackcolor .f. No more used.
ccurrentrowforecolor .f. No more used.
cdatadir .f. Specifies the directory containing the current database
cdateformat BRITISH Used in cfoxapp.onsetenv to set the desired date format
cdescorderrgb RGB(255,0,0) Color to be used in the grid to highlight the column header for displaying "descending" order.
cedt_date edt_date Name of the field in any table to be automatically used to store the "last edit" date. If no such field exists, nothing happens. See also: cedt_usr, cedt_date, cins_usr, cins_date
cedt_usr edt_usr Name of the field in any table to be automatically used to store the "user" who last modified this record. If no such field exists, nothing happens. See also: cedt_usr, cedt_date, cins_usr, cins_date
cexcludefiles .f. Specifies the list of the filename to be excluded from the Database Tools dialog
cexportdir .f. Current export directory.
chelpfile .f. Specifies the name of the help file to be used. IMPORTANT: When chm help is used please indicate also the file extension. Default file extension in VFP 6.0 is hlp.
cimportdir .f. Default import directory.
cins_date ins_date Name of the field in any table to be automatically used to store the "date" when this record has been inserted. If no such field exists, nothing happens. See also: cedt_usr, cedt_date, cins_usr, cins_date
cins_usr ins_usr Name of the field in any table to be automatically used to store the "user" who inserted this record. If no such field exists, nothing happens. See also: cedt_usr, cedt_date, cins_usr, cins_date
cintrobitmap BITMAP\INTRO.BMP Bitmap to be used for the intro screen (also called splash screen)
cintroform CSplashDialog Name of the intro form (also called splash screen)
clangid ENG Country language: FRE,GER,ITA,ESP,ENG,USR
cloginform VFXLOGIN Specifies the name of the login form to be used. Don't include the extension. The extension .scx is assumed automatically.
cmaindatabase DATABASE Specifies the name of the main database
cmainform Specifies the name of the main form to be displayed when the application starts.
cmainicon BITMAP\MAIN.ICO Icon to be used used for the main window.
cmainmenu VFXMENU.MPR Main menu name including extension.
cmaintitle Untitled Specifies the main window caption
cmaintoolbar COfficeBar Specifies the main toolbar to be used. Out of the box the following two main toolbars are available: cofficebar and cnavigatorbar.
coldtitle .f. Internally used old title of the main window
coriginalpath .f. Internal Use. Store the orginal Application's Path
creportdir .f. Specifies the path to the external reportfiles (*.frx).
cupdatedir .f. Internally used to store the update directory
cvfxdir .f. Specifies the path to the directory containing the free tables vfx*.dbf.
cvfxpath vfxpath.dbf Specifies the filename of the table containing the pathes to the client directories. Defaults to vfxpath.dbf
especially .f. usefull in C/
especially .f. usefull in C/S
filemnuname File Name of the file menu pad.
filemnuoffset 7 Offset within the file menu popup up to the first recently used form entry
goprogram.olastformcreated. .f.
lallowdeletechilddata .F. Allow to delete child data in onetomany forms even if the deletion of parent records is not allowed.
lautologin .F. Enables automatic login when the app starts assuming that user are already authenticated in the LAN.
lautorefreshonsave .f. When set to .t. all not yet visited pages will automatically be refreshed before the form valid event. Default is .f.
lcanclose .f. Defines whether the main window can be closed using the close button or not.
lcentury .f. Specifies if the SET CENTURY is on or off
lclearidxmsg .T. Specifies whether the ClearAllIDX Method displayes a warning message
ldebugmode .f. Debug mode setting. Set to .t. when you want enable debug mode.
ldisableformresize .f. Set to .t. to globally disable the resize of any forms
lloginfirst .T. Internally used property during the login procedure.
lnoclearidxondelete .f. By design, VFX clears IDX indexes when edit, insert or delete operations occur to prevent VFP from crashing since IDX files cannot be open when transactions are used! Use this property to disable this behaviour when deleting,
lnoclearidxonedit .f. By design, VFX clears IDX indexes when edit, insert or delete operations occur to prevent VFP from crashing since IDX files cannot be open when transactions are used! Use this property to disable this behaviour when editing, especially
lnoclearidxoninsert .f. By design, VFX clears IDX indexes when edit, insert or delete operations occur to prevent VFP from crashing since IDX files cannot be open when transactions are used! Use this property to disable this behaviour when inserting,
lopendialog .f. Property is .t. when open dialog is active
lrelogonquit .f. Defines the behaviour when an unsuccessfull relogon occurrs during the running application. This property set to .t. quits the application during an unsuccessfull relogon attempt.
lremakeidxafterclear .f. Can be used to recreate temporary index files when they have been deleted due tu a delete, undo or save operation. When set to .t., the cleared IDX will be recreated automatically. See also lnoclearidxonedit, ...insert ...delete.
lsavedatabeforeupdate .T. Defines whether all data should be copied into a backup directory with generic name before a client site data update process starts.
lshowintroform .T. Defines whether the intro form (also called splash screen) should be displayed.
luseactivedesktop .f. Defines whether to use the ActiveDesktop class in VFXMAIN to enable the VFX active desktop user interface.
luseagent .f. Defines whether to use the Agent Class at startup in VFXMAIN
lusedesktopcolor .f. Specifies if we use the windows desktop color as background for the main window
luseenterastab .f. In ccheckbox enter moves the focus to the next object.
luserlogged .f. Specifies if the user is already logged. Used internally during logon procedure
lusewinusername .T. Specifies if VFX will retrieve the current Win 95, Win NT user in the application login procedure
naddusertocaption 0 Adds the username to the application caption: 0 - none, 1 - username, 2 - name
nasktosave 0 Always ask prior any save operation? 0 - Nothing, 1 - Enabled, 2 - Disabled
nautoeditmode 1 Defines whhether the form automatically switches to the edit mode, when the user starts typing into any control. 0 - Use form setting, 1- Force to .t., 2 - Force to .f.
ncentury .f. Numeric value of the standard century: 20
ndonthidelistpage 0 Defines whether the list page should not be hidden when editing. 0 means "use form property ldonthidelistpage", 1 means .t. for all forms, and 2 means .f. for all forms
nenablehook 0 Specifies if the hooks are enabled. 0 means "use form setting", 1 means .t. for all forms, and 2 means .f. for all forms
nenteriseditingrid 0 Specifies if the OnKeyEnter() calls the OnEdit() Method in a CGrid Object.0 - Use form setting, 1 - True for all forms, 2 - False for all forms
nerror2005counter 0 Counter for retries after error 2005 occurred. See onerror in VFXFUNC.PRG
nformcount 0 Number of active forms opened using the runform method.
nhidewhenempty 0 Hide the edit pageframe when no records exist?
nidxcount 0 Specifies whether the application has currently open any temporary IDX files
nlastfilecount 4 Number of recently used file list to be made available.
nlastinuseerror 0 Property to customize the error handling behaviour. See also onerror() in VFXFUNC.PRG
nlastwinleft 0 Internally used property to store the position of the last opened form.
nlastwintop 0 Internally used property to store the position of the last opened form.
nonsearchusegrid 0 Defines whether the fields available on the grid define which fields are available for searching. 0=use form setting, 1=use fields from grid in all forms, 2=use all fields in all forms
nresizefont 1 Resize also the font. 0=use form setting, 1=yes in all forms, 2=no in all forms
nrollover .f. Value to be used as rollover (Y2K) . See VFP help SET CENTURY TO for explanation!
nshowgridline .f. Sho grid lines. 0=use form setting, 1=yes in all forms, 2=no in all forms
nshowgridordertype 1 Specifies how the grid order should be showed: 0 - None, 1 - FontUnderline, 2 - Color
nwinmnucount 0 Internally used property.
oconnmgr .f. Reference to the connection manager object. Preferrably used in VFXMAIN.PRG like this: goProgram.oConnMgr.setConnectionName("conXY"). See also VFXMAIN.PRG template code.
ointroform .NULL. Object reference to the intro form (also called splash screen)
olastformcreated .NULL. A Form object reference to the last form created using the runform command. Very usefull to reference the just created form to work with any property of this form like goprogram.olastformcreated.anypropertyormethod
usefull .f. in C/S!
winmnuname Window Menu pad name fopr the window menu
winmnuoffset 1 Offset within the menu popup in the windows menu

Methods


Class: cnavigatorbar

Class: cofficebar in vfxappl.vcx
Baseclass: toolbar

Properties Methods Objects

Methods

Objects

Baseclass Class Object name
commandbutton cbuttonsmall cnavigatorbar.cmdBottom
cnavigatorbar.cmdDelete
cnavigatorbar.cmdEdit
cnavigatorbar.cmdNext
cnavigatorbar.cmdPrev
cnavigatorbar.cmdSearch
cnavigatorbar.cmdTop
zzz zzz cnavigatorbar.Separator1
cnavigatorbar.Separator2
cnavigatorbar.Separator3
cnavigatorbar.Separator4
cnavigatorbar.Separator5
cnavigatorbar.Separator6
cnavigatorbar.cmdAudit
cnavigatorbar.cmdCopy
cnavigatorbar.cmdCut
cnavigatorbar.cmdExit
cnavigatorbar.cmdHelp
cnavigatorbar.cmdLogin
cnavigatorbar.cmdMore
cnavigatorbar.cmdNew
cnavigatorbar.cmdOpen
cnavigatorbar.cmdPaste
cnavigatorbar.cmdPreview
cnavigatorbar.cmdPrint
cnavigatorbar.cmdSave
cnavigatorbar.cmdScreenshot
cnavigatorbar.cmdUndo
cnavigatorbar.cmdrecordcopy

cnavigatorbar.cmdBottom

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Picture ..\bitmap\toolbar\bottom.bmp
TabIndex 20
ToolTipText "Last Record"
ZOrderSet 22

Methods


cnavigatorbar.cmdDelete

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Picture ..\bitmap\toolbar\wzdelete.bmp
TabIndex 15
ToolTipText "Delete current record"
ZOrderSet 17

Methods


cnavigatorbar.cmdEdit

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Picture ..\bitmap\toolbar\wzedit.bmp
TabIndex 14
ToolTipText "Edit current record"
ZOrderSet 16

Methods


cnavigatorbar.cmdNext

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Picture ..\bitmap\toolbar\next.bmp
TabIndex 19
ToolTipText "Next Record"
ZOrderSet 21

Methods


cnavigatorbar.cmdPrev

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Picture ..\bitmap\toolbar\prev.bmp
TabIndex 18
ToolTipText "Previous Record"
ZOrderSet 20

Methods


cnavigatorbar.cmdSearch

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Picture ..\bitmap\toolbar\wzfind.bmp
TabIndex 16
ToolTipText "Search Dialog"
ZOrderSet 18

Methods


cnavigatorbar.cmdTop

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Picture ..\bitmap\toolbar\top.bmp
TabIndex 17
ToolTipText "First Record"
ZOrderSet 19

Methods


cnavigatorbar.Separator1

Class: zzz
Baseclass: zzz
Properties Methods Objects


cnavigatorbar.Separator2

Class: zzz
Baseclass: zzz
Properties Methods Objects


cnavigatorbar.Separator3

Class: zzz
Baseclass: zzz
Properties Methods Objects


cnavigatorbar.Separator4

Class: zzz
Baseclass: zzz
Properties Methods Objects


cnavigatorbar.Separator5

Class: zzz
Baseclass: zzz
Properties Methods Objects


cnavigatorbar.Separator6

Class: zzz
Baseclass: zzz
Properties Methods Objects


cnavigatorbar.cmdAudit

Class: zzz
Baseclass: zzz
Properties Methods Objects

Properties

Name Initial value
TabIndex 12
ZOrderSet 13


cnavigatorbar.cmdCopy

Class: zzz
Baseclass: zzz
Properties Methods Objects

Properties

Name Initial value
TabIndex 8
ZOrderSet 8


cnavigatorbar.cmdCut

Class: zzz
Baseclass: zzz
Properties Methods Objects

Properties

Name Initial value
TabIndex 7
ZOrderSet 7


cnavigatorbar.cmdExit

Class: zzz
Baseclass: zzz
Properties Methods Objects

Properties

Name Initial value
Picture ..\bitmap\toolbar\close.bmp
TabIndex 23
ZOrderSet 28

Methods


cnavigatorbar.cmdHelp

Class: zzz
Baseclass: zzz
Properties Methods Objects

Properties

Name Initial value
TabIndex 21
ZOrderSet 26


cnavigatorbar.cmdLogin

Class: zzz
Baseclass: zzz
Properties Methods Objects

Properties

Name Initial value
TabIndex 22
ZOrderSet 27


cnavigatorbar.cmdMore

Class: zzz
Baseclass: zzz
Properties Methods Objects

Properties

Name Initial value
TabIndex 11
ZOrderSet 12


cnavigatorbar.cmdNew

Class: zzz
Baseclass: zzz
Properties Methods Objects

Properties

Name Initial value
TabIndex 1
ZOrderSet 0


cnavigatorbar.cmdOpen

Class: zzz
Baseclass: zzz
Properties Methods Objects

Properties

Name Initial value
TabIndex 3
ZOrderSet 2


cnavigatorbar.cmdPaste

Class: zzz
Baseclass: zzz
Properties Methods Objects

Properties

Name Initial value
TabIndex 9
ZOrderSet 9


cnavigatorbar.cmdPreview

Class: zzz
Baseclass: zzz
Properties Methods Objects

Properties

Name Initial value
TabIndex 6
ZOrderSet 5


cnavigatorbar.cmdPrint

Class: zzz
Baseclass: zzz
Properties Methods Objects

Properties

Name Initial value
TabIndex 5
ZOrderSet 4


cnavigatorbar.cmdSave

Class: zzz
Baseclass: zzz
Properties Methods Objects

Properties

Name Initial value
Enabled .T.
TabIndex 4
ZOrderSet 3


cnavigatorbar.cmdScreenshot

Class: zzz
Baseclass: zzz
Properties Methods Objects

Properties

Name Initial value
TabIndex 13
ZOrderSet 14


cnavigatorbar.cmdUndo

Class: zzz
Baseclass: zzz
Properties Methods Objects

Properties

Name Initial value
TabIndex 10
ZOrderSet 11


cnavigatorbar.cmdrecordcopy

Class: zzz
Baseclass: zzz
Properties Methods Objects

Properties

Name Initial value
TabIndex 2
ZOrderSet 1


Class: cofficebar

Class: ctoolbar in vfxobj.vcx
Baseclass: toolbar

Properties Methods Objects

Properties

Name Initial value
Caption "Standard"
lsaveposition .F.

Methods

Objects

Baseclass Class Object name
commandbutton cbuttonsmall cofficebar.cmdAudit
cofficebar.cmdCopy
cofficebar.cmdCut
cofficebar.cmdExit
cofficebar.cmdHelp
cofficebar.cmdLogin
cofficebar.cmdMore
cofficebar.cmdNew
cofficebar.cmdOpen
cofficebar.cmdPaste
cofficebar.cmdPreview
cofficebar.cmdPrint
cofficebar.cmdSave
cofficebar.cmdScreenshot
cofficebar.cmdUndo
cofficebar.cmdrecordcopy
separator separator cofficebar.Separator1
cofficebar.Separator2
cofficebar.Separator3
cofficebar.Separator4
cofficebar.Separator5
cofficebar.Separator6

cofficebar.cmdAudit

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Picture ..\bitmap\toolbar\audit.bmp
TabIndex 13
ToolTipText "Audit-Trail"
ZOrderSet 16

Methods


cofficebar.cmdCopy

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Picture ..\bitmap\toolbar\copy.bmp
TabIndex 8
ToolTipText "Copy (Ctrl+C)"
ZOrderSet 9

Methods


cofficebar.cmdCut

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Picture ..\bitmap\toolbar\cut.bmp
TabIndex 7
ToolTipText "Cut (Ctrl+X)"
ZOrderSet 8

Methods


cofficebar.cmdExit

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Picture ..\bitmap\toolbar\wzclose.bmp
TabIndex 11
ToolTipText "Close"
ZOrderSet 13

Methods


cofficebar.cmdHelp

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Enabled .T.
Picture ..\bitmap\toolbar\help.bmp
TabIndex 16
ToolTipText "Help (F1)"
ZOrderSet 21

Methods


cofficebar.cmdLogin

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Enabled .T.
Picture ..\bitmap\toolbar\login.bmp
TabIndex 15
ToolTipText "Login..."
ZOrderSet 19

Methods


cofficebar.cmdMore

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Enabled .T.
Picture ..\bitmap\toolbar\more.bmp
TabIndex 12
ToolTipText "More ... (F6)"
ZOrderSet 15

Methods


cofficebar.cmdNew

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Enabled .T.
Picture ..\bitmap\toolbar\new.bmp
TabIndex 1
ToolTipText "New (Ctrl+N)"
ZOrderSet 0

Methods


cofficebar.cmdOpen

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Picture ..\bitmap\toolbar\open.bmp
TabIndex 3
ToolTipText "Open (Ctrl+O)"
ZOrderSet 2

Methods


cofficebar.cmdPaste

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Enabled .T.
Picture ..\bitmap\toolbar\paste.bmp
TabIndex 9
ToolTipText "Paste (Ctrl+V)"
ZOrderSet 10

Methods


cofficebar.cmdPreview

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Picture ..\bitmap\toolbar\preview.bmp
TabIndex 6
ToolTipText "Preview"
ZOrderSet 6

Methods


cofficebar.cmdPrint

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Picture ..\bitmap\toolbar\print.bmp
TabIndex 5
ToolTipText "Print..."
ZOrderSet 5

Methods


cofficebar.cmdSave

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
AutoSize .F.
Picture ..\bitmap\toolbar\save.bmp
TabIndex 4
ToolTipText "Save (Ctrl+S)"
ZOrderSet 3

Methods


cofficebar.cmdScreenshot

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Picture ..\bitmap\toolbar\prnscr.bmp
TabIndex 14
ToolTipText "Screenshot"
ZOrderSet 17

Methods


cofficebar.cmdUndo

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Enabled .T.
Picture ..\bitmap\toolbar\undo.bmp
TabIndex 10
ToolTipText "Undo (Ctrl+Z)"
ZOrderSet 12

Methods


cofficebar.cmdrecordcopy

Class: cbuttonsmall in vfxappl.vcx
Baseclass: commandbutton
Properties Methods Objects

Properties

Name Initial value
Enabled .T.
Picture ..\bitmap\toolbar\copyreco.bmp
TabIndex 2
ToolTipText "Copy Record"
ZOrderSet 1

Methods


cofficebar.Separator1

Class: separator
Baseclass: separator
Properties Methods Objects


cofficebar.Separator2

Class: separator
Baseclass: separator
Properties Methods Objects


cofficebar.Separator3

Class: separator
Baseclass: separator
Properties Methods Objects


cofficebar.Separator4

Class: separator
Baseclass: separator
Properties Methods Objects


cofficebar.Separator5

Class: separator
Baseclass: separator
Properties Methods Objects


cofficebar.Separator6

Class: separator
Baseclass: separator
Properties Methods Objects


Class: cstatusinfo

Class: container
Baseclass: container

Properties Methods Objects

Properties

Name Initial value
BackColor 192,192,192
BorderWidth 0

Methods

Objects

Baseclass Class Object name
label label cstatusinfo.oLabel
line line cstatusinfo.oLineDown
cstatusinfo.oLineUp

cstatusinfo.oLabel

Class: label
Baseclass: label
Properties Methods Objects

Properties

Name Initial value
AutoSize .T.
BackStyle 0
Caption "Label1"
FontSize 18
ForeColor 0,0,255


cstatusinfo.oLineDown

Class: line
Baseclass: line
Properties Methods Objects

Properties

Name Initial value
BorderColor 255,255,255


cstatusinfo.oLineUp

Class: line
Baseclass: line
Properties Methods Objects

Properties

Name Initial value
BorderColor 128,128,128


Class: ctitleinfo

Class: container
Baseclass: container

Properties Methods Objects

Properties

Name Initial value
BorderWidth 0
Comment ""
TabStop .F.

Methods

Objects

Baseclass Class Object name
label clabel ctitleinfo.lblTitle

ctitleinfo.lblTitle

Class: clabel in vfxobj.vcx
Baseclass: label
Properties Methods Objects

Properties

Name Initial value
Caption "lblTitle"
FontBold .F.
FontSize 14
FontUnderline .T.
ForeColor 0,0,255


Class: cvfptoolbar

Class: cobject in vfxctrl.vcx
Baseclass: custom

Properties Methods Objects

Name Initial value Comment
^atoolbar[1,1] .f.

Methods