I put a command in an command button like :
when runnig the exe program & clicking on the command button nothing happend , after clicking again few times open's a file dialog to select/open a DBF file , the files for this form program r declared in the load mhetod of the form so why the program opens a dialog "Open file" , the browse command is supose to browse the current table.
Thank's for any help.
Code:
use myfile.dbf in 0 shared
select myfile
browse noedit,nodelete
Thank's for any help.