I have this code in a command button
LOCAL lcImage
lcImage = GETFILE("JPG"
IF EMPTY(lcImage)
This.Caption = "Select Image \<File"
ENDIF
IF !empty(lcImage)
REPLACE historian.photo WITH lcImage
THISFORM.REFRESH
ENDIF
where in this code would i specify that i wanted it to always open c:\images for the default dir of image locations
LOCAL lcImage
lcImage = GETFILE("JPG"
IF EMPTY(lcImage)
This.Caption = "Select Image \<File"
ENDIF
IF !empty(lcImage)
REPLACE historian.photo WITH lcImage
THISFORM.REFRESH
ENDIF
where in this code would i specify that i wanted it to always open c:\images for the default dir of image locations