Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filer - little bug fix
Message
From
02/10/1998 10:40:00
 
 
To
02/10/1998 00:19:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00143112
Message ID:
00143259
Views:
23
David,

As a convention, I always use this:

...DO FORM (cFilerPath)

rather than macro expansion. I'm not entirely sure that I'd consider this a bug, because when you macro expand a string with a space, you are obviously losing the...um...connection between the clauses.

Regards

>There's a bug in MSFT's filer.scx (which emulates VFP 3 and FPW "Filer" command)
>The init event of this form contains...
> ON SELECTION BAR 21 OF _mtools DO FORM &cFilerPath.
>Simply amend this to...
> ON SELECTION BAR 21 OF _mtools DO FORM "&cFilerPath."
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform