Hi Again,
I have this code, to display files from a folder but i need to display the files as details, instead of listing or tiles or whatever else, i just need them to be displayed as Details, any sugestions, this codes resides in the Command click of a Button
Local lcFolder
lcFolder = Alltrim(Thisform.txtfolder.Value)
If !Empty(m.lcFolder)
ShellExecute(0,'open',m.lcFolder,'','',1)
Else
Messagebox('Please select the folder you want to view first!',64,'Opppppssss!')
Endif
Thanks
I have this code, to display files from a folder but i need to display the files as details, instead of listing or tiles or whatever else, i just need them to be displayed as Details, any sugestions, this codes resides in the Command click of a Button
Local lcFolder
lcFolder = Alltrim(Thisform.txtfolder.Value)
If !Empty(m.lcFolder)
ShellExecute(0,'open',m.lcFolder,'','',1)
Else
Messagebox('Please select the folder you want to view first!',64,'Opppppssss!')
Endif
Thanks