Hi,

I don't think you can get the name of the file selected from that 
command.  Why not get the file first using

LOCAL lcFileName AS String
lcFileName = ""
lcFileName = GETFILE()
IF NOT EMPTY(m.lcFileName)
    APPEND FROM (m.lcFileName) TYPE SDF
ELSE
    MESSAGEBOX("No file was selected.")
ENDIF


[email protected] wrote:
> Hi Foxfolks.
> Last my post was about 7-8 years ago (from another country before my 
> relocation). But still I am keeping my subscription. How are you?)))
>
> So how to detect (determine)  the name of the chosen file ? Is it possible?
>
>
>
>  
>
>
[excessive quoting removed by server]

_______________________________________________
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
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[email protected]
** 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