Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
NT to Novell Connectivity
Message
De
17/06/1998 10:26:31
 
 
À
17/06/1998 06:49:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00108839
Message ID:
00109069
Vues:
35
>Have you tried using UNCs rather than mapped drives? (this assumes VFP 5.0)
>
>You can also create a drive mapping on the fly using API calls from VFP 3 or 5:
>
>,pre>
>DECLARE INTEGER WNetAddConnection IN Win32API ;
> STRING cRemoteUNC, ;
> STRING cPassword, ;
> STRING cLocalDrive
> * password and UNC should be null (CHR(0)) terminated, drive letter should be drive letter +':'
> IF WNetAddConnection( cUNCToMap, cPasswordToUse, cDriveLetterToMap) = 0
> * It worked
>ELSE
> * It failed
>ENDIF
>

We are using UNC's. The problem is the minute we move OFF the local machine.
"You don't manage people. You manage things - people you lead" Adm. Grace Hopper
Pflugerville, between a Rock and a Weird Place
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform