ini contoh scripnya :
string docpath, docname[],CurrentDir
is_CurrentDir = GetCurrentDirectory()
GetFileOpenName("Select File : " &
, *docpath*, *docname*[], "DOC", &
+ "Text Files (*.TXT),*.TXT," &
+ "Doc Files (*.DBF),*.DBF" , &
+ is_CurrentDir, 18)
if isnull(*docpath*) or *docpath* ='' then return
DW_2.importfile(*docpath*,2)
met mencoba yah
raj
