Changeset: 321 fdbozzo - 22/06/2014 19:54:04:

This commit is contained in:
fdbozzo
2014-06-22 20:02:29 +02:00
parent 0a54817a6d
commit fd6b5bcdad
5 changed files with 23 additions and 19 deletions

View File

@@ -88,6 +88,9 @@ DEFINE CLASS CL_FXU_CONFIG AS CUSTOM
THIS.cPath = THIS.cPath + ';FOXUNIT'
ENDIF
THIS.cPathDatosReadOnly = ADDBS( SYS(5) + CURDIR() ) + THIS.cPathDatosReadOnly
THIS.cPathDatosTest = ADDBS( SYS(5) + CURDIR() ) + THIS.cPathDatosTest
SET PATH TO (THIS.cPath)
ENDPROC