Jeff Fisher wrote:
> I have the path of a file stored in a table. If I manually code in the 
> path, I have no problems appending the file to the memo 'field' but if 
> I pull the path from the table, I get "File does not exist"
>
> *!* junkpath = d:\work\catholicschoolgirlinkjet_sample.ctl APPEND MEMO 
> junk.junkmemo FROM junk.junkpath.value
>   
What does   "junk.junkpath.value" refer to??

Is it an object created somewhere?
> doesn't work but this does:
> APPEND MEMO junk.junkmemo from d:\work\catholicschoolgirlinkjet_sample.ctl
>
> does
>
> I tried dumping the value of 'field' into a variable, trimming up the 
> variable, trimming the data in the 'field',...
>
> Any suggestions?
>   

This works

USE d:\work\junk
GO top
APPEND MEMO junk.junkmemo FROM ALLTRIM(junk.junkpath)
BROWSE
USE






_______________________________________________
Post Messages to: [email protected]
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