Dear All,
I've a vfp apps that will extract data from drive mappings
continuously e.g. select * from n:\data\t_inv
where....However if the mapping N: is lost, the apps stop
and show an open dialog box in the START bar, I've to
close it manually otherwise it will never run again even
the N: is back to normal.
I've already add a lot of checking before the select
command like IF FILE("N:\DATA\T_INV.DBF) but still didn't
fixed, is there way to skip the open dialog box?
Thank you for your time!