Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set default to (cFolderName)
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Set default to (cFolderName)
Divers
Thread ID:
01682000
Message ID:
01682000
Vues:
91
Hi,

I have a code in the application that looks like this:
        cCurrDir = SET("DIRECTORY")
	TRY 
		SET DEFAULT TO (cAttachmentDir)
	CATCH 
		SET DEFAULT TO (cCurrDir)
	FINALLY 
	ENDTRY 	
The cAttachmentDir does exist. But this customer, when the above code fires, sees the "desktop" as the folder. I presume that the SET DEFAULT TO (cAttachmentDir) fails and his SET("DIRECTORY") points to the Desktop folder. When I take over his PC, via GoToMeeting, and enter the application with my password, the default is set to the cAttachmentDir.

What could cause the SET DEFAULT TO (cAttachmentDir) fail for this customer and not fail for me? Keep in mind that as far as the access rights to the folder, it should be the same, me or him, since he is logged in the PC (during GoToMeeting session)

TIA
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform