<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>29 Mar 2016 23:05:51 Z</lastBuildDate><pubDate>28 Mar 2016 19:45:30 Z</pubDate><description>I have a table in my analysis called Capacity. I want to make a copy of it in memory. Should be simple but I'm rather new at WinDev.&#13;
The help says:&#13;
**************&#13;
FileToMemoryTable(&lt;Table Name&gt; , &lt;File Name&gt;)&#13;
&lt;Table Name&gt;: Character string (with or without quotes)&#13;
    Name of the memory Table control to fill.&#13;
&lt;File Name&gt;: Character string (with or without quotes)&#13;
    Name of the HFSQL data file, view or query used.&#13;
*****************&#13;
so I tried:&#13;
FiletoMemory(TBL_Cap, Capacity)&#13;
and got:&#13;
The identifier 'TBL_Cap' is unknown or inaccessible&#13;
so I first defined TBL_Cap as a Data Source (not sure about this but couldn't think of anything else)&#13;
&#13;
Now it compiles successfully but when run it produces:&#13;
Error at line 27 of Global Procedure CalcCap process.&#13;
FileToMemoryTable function called.&#13;
Error caused by 1 parameter.&#13;
The 'TBL_Cap' control is unknown.&#13;
&#13;
I've been reading hints on this website for hours and I still can't figure out what I am doing wrong.&#13;
&#13;
--&#13;
Garry</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax/read.awp</link><title>problem with filetomemorytable syntax</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57092/read.awp</comments><pubDate>29 Mar 2016 23:05:51 Z</pubDate><description>Hey Garry, we'll get there :-)&#13;
&#13;
If I take back your FIRST statement:&#13;
 &gt;&gt;I have a table in my analysis called Capacity. I want…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57092/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57092/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax/read.awp">problem with filetomemorytable syntax</source><title>Re: problem with filetomemorytable syntax</title></item><item><author>gallen.dbmc</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57090/read.awp</comments><pubDate>29 Mar 2016 20:04:25 Z</pubDate><description>Damn - I did it again!&#13;
'...a query on the Reservation file fills in the table' should say:&#13;
a query on the Reservation file upd…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57090/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57090/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax/read.awp">problem with filetomemorytable syntax</source><title>Re: problem with filetomemorytable syntax</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57085/read.awp</comments><pubDate>29 Mar 2016 16:55:19 Z</pubDate><description>Hi Garry,&#13;
&#13;
I'm confused,&#13;
&gt; A workstation calls the Procedure passing a Tour date and Boat ID and a&#13;
&gt; query on the Reservatio…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57085/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57085/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax/read.awp">problem with filetomemorytable syntax</source><title>Re: problem with filetomemorytable syntax</title></item><item><author>gallen.dbmc</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57083/read.awp</comments><pubDate>29 Mar 2016 16:14:22 Z</pubDate><description>Thank you Fabrice. The "language barrier" does indeed seem to be at least part of the problem.&#13;
You are right - I have a file ca…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57083/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57083/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax/read.awp">problem with filetomemorytable syntax</source><title>Re: problem with filetomemorytable syntax</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57075/read.awp</comments><pubDate>29 Mar 2016 13:29:16 Z</pubDate><description>Hi Garry,&#13;
&#13;
the first thing, to be sure we are all talking about the same thing, is &#13;
to use the windev naming convention. in i…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57075/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57075/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax/read.awp">problem with filetomemorytable syntax</source><title>Re: problem with filetomemorytable syntax</title></item><item><author>pa_oliveira</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57074/read.awp</comments><pubDate>29 Mar 2016 13:09:20 Z</pubDate><description>Hi garry,&#13;
&#13;
Table means one type of control in one windows not one database table.&#13;
If you need one copy in memory (data source…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57074/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax-57074/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57067-problem-with-filetomemorytable-syntax/read.awp">problem with filetomemorytable syntax</source><title>Re: problem with filetomemorytable syntax</title></item></channel></rss>
