> > lcDefdir="P:\DOLPHIN FOLDER"    && with a space
> > set default to &lcDefdir
> > Crashes
> >
> > > use a "name expression" instead of macro expansion.
> >
> > lcDefdir="P:\DOLPHIN FOLDER"    && with a space
> > set default to (m.lcDefdir)

Tried that, same error

I've found VFP to be somewhat hinky on whether using "name expressions" 
actually works in some situations.

When all else fails:

>cDefdir="P:\DOLPHIN FOLDER"    && with a space

set default to "&lcDefdir."

or

set default to (&lcDefdir.)

should work. Note the period to terminate macro expansion.

Ken Dibble
www.stic-cil.org




_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/5.2.1.1.1.20111212202416.01f32...@pop-server.stny.rr.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to