Dear All,

I need a form for user input a desire Excel file name from default
directory. And I also need to append data into a cursor from the file. Would
anyone please to tell me how can I do?

Thanks for along support!

VFP Beginner

Ah Wa

Re: append from dynamic file name.xls by Dan

Dan
Wed Oct 12 10:38:19 CDT 2005

If you want to prompt the user for the name of an existing file, see
Getfile() in the help file.

To get data from an existing Excel file, see IMPORT and APPEND FROM in the
help file.

Dan

agogo wrote:
> Dear All,
>
> I need a form for user input a desire Excel file name from default
> directory. And I also need to append data into a cursor from the
> file. Would anyone please to tell me how can I do?
>
> Thanks for along support!
>
> VFP Beginner
>
> Ah Wa



Re: append from dynamic file name.xls by Anders

Anders
Wed Oct 12 19:52:06 CDT 2005

x=GETFILE('XLS')
-Anders

"agogo" <cpcpwy@ahwa.net> skrev i meddelandet
news:%23ul6v4zzFHA.3780@TK2MSFTNGP12.phx.gbl...
> Dear All,
>
> I need a form for user input a desire Excel file name from default
> directory. And I also need to append data into a cursor from the file.
> Would
> anyone please to tell me how can I do?
>
> Thanks for along support!
>
> VFP Beginner
>
> Ah Wa
>
>