<?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 Sep 2016 01:47:00 Z</lastBuildDate><pubDate>14 Sep 2016 19:55:00 Z</pubDate><description>Hello All&#13;
&#13;
I have a stored procedure that I have used for years know I am trying to write a iPad app and when the call to the procedure it gives me an error.&#13;
&#13;
vStoredResult is Variant = HExecuteProcedure(gsConnectionName,sp_Doc_Get,sFullPath,gsSessionID)&#13;
&#13;
This is the procedure : It loads a document on the server into a data file.&#13;
&#13;
&#13;
sp_Doc_Get(sFullPath is string,sSessionID is string) sResult is string = "" IF sSessionID &gt; 0 THEN IF HReadSeekFirst(DOCTRANSPORT,SessionID,sSessionID) THEN sResult = sResult+ "" IF fFileExist(sFullPath) THEN IF HLinkMemo(DOCTRANSPORT,Document,sFullPath,hMemoBin) THEN sResult = sResult+ "" ELSE sResult = sResult+ "" END IF HModify(DOCTRANSPORT) THEN sResult = "OK" ELSE // HModify sResult = sResult+"" END ELSE sResult = sResult+ "" END ELSE //HreadseekFirst sResult = "" END ELSE // Machine ID sResult = "" END RESULT = sResult&#13;
On the iPad when the procedur runs I get a error 75003 WLanguage error running the stored procedure&#13;
&#13;
Any Ideas.&#13;
&#13;
Dennis</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59567-21-runing-stored-procedure-form-ipad/read.awp</link><title>WM 21 - Runing Stored Procedure form Ipad</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/59567-21-runing-stored-procedure-form-ipad-solved-59572/read.awp</comments><pubDate>15 Sep 2016 01:47:00 Z</pubDate><description>Thanks Fabrice,&#13;
&#13;
I got it!!!&#13;
&#13;
by putting a set of brackets around the variables then it send it by value rather then address…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59567-21-runing-stored-procedure-form-ipad-solved-59572/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59567-21-runing-stored-procedure-form-ipad-solved-59572/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59567-21-runing-stored-procedure-form-ipad/read.awp">WM 21 - Runing Stored Procedure form Ipad</source><title>Re: WM 21 - Runing Stored Procedure form Ipad (Solved)</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59567-21-runing-stored-procedure-form-ipad-59571/read.awp</comments><pubDate>15 Sep 2016 01:10:00 Z</pubDate><description>Hello Fabrice,&#13;
&#13;
I think it is a Unicode issue&#13;
&#13;
if I hard code the file path&#13;
&#13;
vStoredResult is Variant = HExecuteProcedure(…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59567-21-runing-stored-procedure-form-ipad-59571/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59567-21-runing-stored-procedure-form-ipad-59571/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59567-21-runing-stored-procedure-form-ipad/read.awp">WM 21 - Runing Stored Procedure form Ipad</source><title>Re: WM 21 - Runing Stored Procedure form Ipad</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59567-21-runing-stored-procedure-form-ipad-59569/read.awp</comments><pubDate>14 Sep 2016 21:02:00 Z</pubDate><description>Hi Dennis,&#13;
&#13;
2 potential problems.&#13;
&#13;
1. Your strings are not typed... So all your "is string" suddenly means is UNICODE string…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59567-21-runing-stored-procedure-form-ipad-59569/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59567-21-runing-stored-procedure-form-ipad-59569/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59567-21-runing-stored-procedure-form-ipad/read.awp">WM 21 - Runing Stored Procedure form Ipad</source><title>Re: WM 21 - Runing Stored Procedure form Ipad</title></item></channel></rss>
