Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to suppress commondialog open file dialog?
Message
De
19/12/2001 13:43:27
 
 
À
18/12/2001 06:44:42
Information générale
Forum:
Windows
Catégorie:
Sécurité
Divers
Thread ID:
00595518
Message ID:
00596324
Vues:
22
Hi Lars

>Hi,
>Is it possible to suppress the open file dialog (comdlg). So, any application that tries to open a file using the common dialog dialog will fail. Any idea?
>Thanks
>Lars

Try it
lcOldError = ON('ERROR')
llError = .f.
On ERROR llError = .T.
sele 0
use myunpresentfile
If  llError
    wait window "My file was not there.. Press any key !!"
endif
On ERROR &lcOldError
Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform