Dave Crozier wrote:
> Jeff,
> This will never work. Just think, what does "junk.junkpath.value" or
> "junkpath.value" which I assume you meant, evaluate to? You need to do
> either an implicit eval() or macro substitution.
>
> Either:
> junkpath = "d:\work\catholicschoolgirlinkjet_sample.ctl"
> APPEND MEMO junk.junkmemo from (junkpath)
>
> Or:
> junkpath = "d:\work\catholicschoolgirlinkjet_sample.ctl"
> APPEND MEMO junk.junkmemo from &junkpath.
>   

I figured he meant that "junk" was the form, "junkpath" was the 
textbox", and so he was getting the value of the form's object's value.

-- 
Michael J. Babcock, MCP
MB Software Solutions, LLC
http://mbsoftwaresolutions.com
http://fabmate.com
"Work smarter, not harder, with MBSS custom software solutions!"



_______________________________________________
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
** 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