hi,
i have a File called "DSL_Verfügbarkeit2.JPG"
when use this Code the Result is wrong while "Umlaut ü" is missing
so how to use DIRECTORY() with German "Umlaut"
i have a File called "DSL_Verfügbarkeit2.JPG"
when use this Code the Result is wrong while "Umlaut ü" is missing
#include "FiveWin.ch"
FUNCTION MAIN()
LOCAL oWnd
LOCAL aDir := DIRECTORY( "DSL*.*" )
LOCAL cFile
msginfo(hb_valToExp(aDir))
cFile := aDir[1][1]
msginfo(cFile)so how to use DIRECTORY() with German "Umlaut"
greeting,
Jimmy
Jimmy