Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending general fields
Message
From
07/11/1997 16:42:58
 
 
To
07/11/1997 16:24:09
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00058839
Message ID:
00059005
Views:
27
>>does anyone know how to call windows dialog,
>>select a word document and append it to a general field?
>>
>>please send code if possible.
>>
>>regards
>>mike peizate
>filename = getfiles(*.doc,"Select Word Document")
>if empty(filename)
> **error condition
>else
> append general FIELDNAME from &filename
>endif

Make sure to add LINK to the end of the statement if you only want to link to the file, not embed...
Previous
Reply
Map
View

Click here to load this message in the networking platform