Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set default to (cFolderName)
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Set default to (cFolderName)
Miscellaneous
Thread ID:
01682000
Message ID:
01682000
Views:
90
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
Next
Reply
Map
View

Click here to load this message in the networking platform