<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>30 Sep 2015 09:13:00 Z</lastBuildDate><pubDate>27 Sep 2015 14:29:00 Z</pubDate><description>Hi all,&#13;
I need a help...I have several excel files and PDF files..&#13;
&#13;
First I need to save them in the databse, so i created db item with type as "sound,image,binary " ..but i am unable to store those files just like images...Need a solution&#13;
&#13;
Then I need to retrieve those files from DB and want to display as excel worksheet or pdf file.How is it possible?? Plz suggest a solution..</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management/read.awp</link><title>Document Management</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54243/read.awp</comments><pubDate>30 Sep 2015 09:13:00 Z</pubDate><description>Amal,&#13;
according to the help use&#13;
HLinkMemo(db_table,db_item, filename)&#13;
to store a file in the database and&#13;
HLinkMemo(db_table…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54243/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54243/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management/read.awp">Document Management</source><title>Re: Document Management</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54239/read.awp</comments><pubDate>30 Sep 2015 07:39:00 Z</pubDate><description>Hi&#13;
&#13;
Allard..i just want to delete the memo only..to free up the memo and store a new file overthere....other contents of the e…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54239/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54239/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management/read.awp">Document Management</source><title>Re: Document Management</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54235/read.awp</comments><pubDate>30 Sep 2015 00:02:00 Z</pubDate><description>Hi&#13;
&#13;
Just delete the record?&#13;
&#13;
IF Hreadseekfirst( file, recordid, recordnumerto find) THEN&#13;
&#13;
hdelete(file)&#13;
END&#13;
&#13;
Should do …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54235/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54235/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management/read.awp">Document Management</source><title>Re: Document Management</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54229/read.awp</comments><pubDate>29 Sep 2015 16:43:00 Z</pubDate><description>check the remarks section on the help of the hlinkmemo function</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54229/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54229/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management/read.awp">Document Management</source><title>Re: Document Management</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54225/read.awp</comments><pubDate>29 Sep 2015 13:55:00 Z</pubDate><description>I have one more problem....I need to remove some unwanted files saved as memo in db..so how is it possible?how can I delete them…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54225/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54225/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management/read.awp">Document Management</source><title>Re: Document Management</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54219/read.awp</comments><pubDate>29 Sep 2015 10:08:00 Z</pubDate><description>Thank U Mr. Paulo,Harari and Allard..&#13;
&#13;
&#13;
I tried using HlinkMemo and HextractMemo...Both works fine..&#13;
&#13;
Thanks &amp; regards</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54219/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54219/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management/read.awp">Document Management</source><title>Re: Document Management</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54212/read.awp</comments><pubDate>28 Sep 2015 22:33:00 Z</pubDate><description>Hi Amal,&#13;
&#13;
You are right about the db format: sound image binary.&#13;
&#13;
Look at my post on the shell execute. for getting the stuf…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54212/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54212/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management/read.awp">Document Management</source><title>Re: Document Management</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54182/read.awp</comments><pubDate>28 Sep 2015 12:02:00 Z</pubDate><description>Hello Amal,&#13;
&#13;
I am currently putting some finishing touches to the WXEDM open source project that does just that. The project w…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54182/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54182/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management/read.awp">Document Management</source><title>Re: Document Management</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54176/read.awp</comments><pubDate>28 Sep 2015 10:34:00 Z</pubDate><description>did you try with HLinkMemo / HExtractMemo fuctions?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54176/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management-54176/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54168-document-management/read.awp">Document Management</source><title>Re: Document Management</title></item></channel></rss>
