Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS Common Dialog - is there a way to return Path and lis
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00299346
Message ID:
00299866
Views:
20
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform