<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>15 Mar 2018 21:32:00 Z</lastBuildDate><pubDate>7 Mar 2018 01:53:00 Z</pubDate><description>i have been running into a wall here. i have created a window for my android app to take pictures.&#13;
i would like the picture to not save permanently to the android filesystem or gallery.&#13;
&#13;
once i click on my "capture button", i would like the image to be added as what i can assume from reading all over this forum and others to use a binary memo, using the HLinkMemo function.&#13;
&#13;
however i am not exactly sure on what to do. i have read through the HLinkMemo help page on doc.windev.com but nothing i do seems to be working.&#13;
&#13;
i have tried a very basic approach of creating a temp image then pushing it to the local android database.&#13;
&#13;
img_photo1 is Image = VideoCapture(CAM_Camera,"temp_image",viPictureCapture)&#13;
IF HLinkMemo(BinFile,bin_data,"temp_image",hMemoImg) = True THEN&#13;
Info("Success!")&#13;
END&#13;
ELSE&#13;
Info("Failed!")&#13;
END&#13;
&#13;
anytime i try to use the HAdd function i get returned with an error of "Unable to open the &lt;!s!&gt; file and the app crashes.&#13;
&#13;
i am still kinda new to this and this is the only function of my andriod app that is not working as intended.&#13;
&#13;
Any suggestions?&#13;
i have read through the HLinkMemo help on doc.windev.com</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database/read.awp</link><title>[WM21] Image to Android Database</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/64854-wm21-image-android-database-64954/read.awp</comments><pubDate>15 Mar 2018 21:32:00 Z</pubDate><description>I do have a followup question,&#13;
&#13;
is it possible to take that binary memo stored on my android device, and upload it to a MSSQL …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64954/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64954/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database/read.awp">[WM21] Image to Android Database</source><title>Re: [WM21] Image to Android Database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64952/read.awp</comments><pubDate>15 Mar 2018 05:46:00 Z</pubDate><description>Awesome! you have been a great help to me, and i thank you.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64952/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64952/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database/read.awp">[WM21] Image to Android Database</source><title>Re: [WM21] Image to Android Database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64946/read.awp</comments><pubDate>14 Mar 2018 11:02:00 Z</pubDate><description>Sorry Elisha you only need the below code forget the structure, i was trying to remove bits from mine you dont need and made a b…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64946/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64946/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database/read.awp">[WM21] Image to Android Database</source><title>Re: [WM21] Image to Android Database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64944/read.awp</comments><pubDate>13 Mar 2018 22:55:00 Z</pubDate><description>Hi&#13;
&#13;
try to declare:&#13;
&#13;
sPhoto is image&#13;
&#13;
ps read help in windev website is more handy indeed.&#13;
&#13;
HTH&#13;
&#13;
King</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64944/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64944/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database/read.awp">[WM21] Image to Android Database</source><title>Re: [WM21] Image to Android Database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64941/read.awp</comments><pubDate>13 Mar 2018 22:31:00 Z</pubDate><description>Awesome, thank you again.&#13;
&#13;
i had tried putting that first part in my init code as it was the path the error was kinda leading …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64941/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64941/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database/read.awp">[WM21] Image to Android Database</source><title>Re: [WM21] Image to Android Database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64930/read.awp</comments><pubDate>13 Mar 2018 10:12:00 Z</pubDate><description>Hi,&#13;
&#13;
Sorry, ive just tried to remove lots from mine that you dont need.&#13;
&#13;
&#13;
//**this should be in your Project Initializing c…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64930/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64930/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database/read.awp">[WM21] Image to Android Database</source><title>Re: [WM21] Image to Android Database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64928/read.awp</comments><pubDate>13 Mar 2018 08:19:00 Z</pubDate><description>Thank You for helping me out.&#13;
&#13;
However i am running into some issues.&#13;
&#13;
i tried doing a copy paste of your code for testing a…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64928/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64928/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database/read.awp">[WM21] Image to Android Database</source><title>Re: [WM21] Image to Android Database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64860/read.awp</comments><pubDate>7 Mar 2018 12:39:00 Z</pubDate><description>EDITED&#13;
&#13;
This should work:&#13;
&#13;
&#13;
STPhoto is Structure&#13;
sPath is string&#13;
bFromData is boolean&#13;
END&#13;
&#13;
sBRespic is string = ""&#13;
&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64860/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64860/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database/read.awp">[WM21] Image to Android Database</source><title>Re: [WM21] Image to Android Database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64857/read.awp</comments><pubDate>7 Mar 2018 09:20:00 Z</pubDate><description>Elisha,&#13;
&#13;
maybe you need to specify the PATH as well and not just "temp_image"?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64857/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database-64857/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64854-wm21-image-android-database/read.awp">[WM21] Image to Android Database</source><title>Re: [WM21] Image to Android Database</title></item></channel></rss>
