Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MS Common Dialog - is there a way to return Path and lis
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00299346
Message ID:
00299866
Vues:
19
>Hi George,
>
>Now this code works perfect. Don't know why it didn't before.
>Thanks a lot, George.

Hi Nadya,

The stupid programmmer (yours truly), left the following out of the code
IF lnpt > 0
  lcname = LEFT(lcfilename, lnpt - 1)
  * Left this out
  lcfilename = SUBSTR(lcfilename, lnpt + 1)
ELSE
  lcname = lcfilename
  lcfilename = ""
ENDIF
Sorry about that.:-)
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform