<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>27 Jan 2018 19:10:00 Z</lastBuildDate><pubDate>26 Jan 2018 22:18:00 Z</pubDate><description>Here is another easy one for you WinDev22 gurus;&#13;
I have a data file Cust_Order_Template with 2 fields&#13;
CustID - numeric, 4 Bytes&#13;
ItemList - binary&#13;
I want to store a number of 4 byte Item IDs in the ItemList field and later retrieve them into an array so that I can do an HReadSeekFirst on each in the Item file to retrieve additional info..&#13;
The problem is that I can't seem to find the correct syntax to successfully do this.&#13;
Should I be using some form of serialize?&#13;
Any ideas?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64229-storing-automtic-4-byte-memo-field/read.awp</link><title>storing Automtic 4 byte ID's in a memo field</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/64229-storing-automtic-4-byte-memo-field-64246/read.awp</comments><pubDate>27 Jan 2018 19:10:00 Z</pubDate><description>Hi Garry,&#13;
&#13;
yes, you do store numerics in a string in that case... that is what numtostring and val functions are for... :-)&#13;
&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64229-storing-automtic-4-byte-memo-field-64246/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64229-storing-automtic-4-byte-memo-field-64246/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64229-storing-automtic-4-byte-memo-field/read.awp">storing Automtic 4 byte ID's in a memo field</source><title>Re: storing Automtic 4 byte ID's in a memo field</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64229-storing-automtic-4-byte-memo-field-64242/read.awp</comments><pubDate>27 Jan 2018 16:46:00 Z</pubDate><description>What a wonderful thing sleep is! I spent a couple of hours on this yesterday and got nowhere. This morning I got up and wrote th…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64229-storing-automtic-4-byte-memo-field-64242/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64229-storing-automtic-4-byte-memo-field-64242/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64229-storing-automtic-4-byte-memo-field/read.awp">storing Automtic 4 byte ID's in a memo field</source><title>Re: storing Automtic 4 byte ID's in a memo field</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64229-storing-automtic-4-byte-memo-field-64241/read.awp</comments><pubDate>27 Jan 2018 14:45:00 Z</pubDate><description>Hi Gary,&#13;
&#13;
you can simply do:&#13;
ID1+CR+id2+CR+id3+CR...&#13;
&#13;
You can then work directly n that stirng (extractstring+index) or tra…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64229-storing-automtic-4-byte-memo-field-64241/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64229-storing-automtic-4-byte-memo-field-64241/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64229-storing-automtic-4-byte-memo-field/read.awp">storing Automtic 4 byte ID's in a memo field</source><title>Re: storing Automtic 4 byte ID's in a memo field</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64229-storing-automtic-4-byte-memo-field-64239/read.awp</comments><pubDate>27 Jan 2018 07:44:00 Z</pubDate><description>Hello Garry&#13;
&#13;
As an alternative, you could use a link file comprised of two CustID and ItemID.&#13;
Much easier to work with, faste…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64229-storing-automtic-4-byte-memo-field-64239/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64229-storing-automtic-4-byte-memo-field-64239/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64229-storing-automtic-4-byte-memo-field/read.awp">storing Automtic 4 byte ID's in a memo field</source><title>Re: storing Automtic 4 byte ID's in a memo field</title></item></channel></rss>
