<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>31 Oct 2014 11:06:42 Z</lastBuildDate><pubDate>30 Oct 2014 19:35:00 Z</pubDate><description>Hi,&#13;
&#13;
I want to allow different companies who use a computer system I've written to choose different names for certain database fields.&#13;
&#13;
So, for example, I might have a field called ProductID, which has a caption in the Analysis set to 'Product', but a particular company might want to see this as 'Item' on every form and report it appears on.&#13;
&#13;
Currently I do this in code which examines the caption of every data field on every form and report as they open. I enclose the caption on the form/report in # (so e.g. #Product#) and then use string functions to replace it with the required value which I retrieve from a table.&#13;
&#13;
This works, but is complex and must slow the system down. Is there a better way of doing this?&#13;
&#13;
Cheers&#13;
Reg</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions/read.awp</link><title>Customer specific captions</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>djsummers</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48730/read.awp</comments><pubDate>31 Oct 2014 11:06:42 Z</pubDate><description>How about using the user defined languages 1-15&#13;
&#13;
set up each caption variation at language level and dynamically select the co…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48730/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48730/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions/read.awp">Customer specific captions</source><title>Re: Customer specific captions</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48725/read.awp</comments><pubDate>31 Oct 2014 09:38:00 Z</pubDate><description>Thanks Arie</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48725/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48725/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions/read.awp">Customer specific captions</source><title>Re: Customer specific captions</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48724/read.awp</comments><pubDate>31 Oct 2014 09:37:00 Z</pubDate><description>I would do this in the opening section of a window. Before the window is shown in the first place.&#13;
Otherwise the user may see t…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48724/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48724/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions/read.awp">Customer specific captions</source><title>Re: Customer specific captions</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48723/read.awp</comments><pubDate>31 Oct 2014 09:21:00 Z</pubDate><description>Hi Stefan,&#13;
&#13;
Thanks, that's a good idea.&#13;
&#13;
Cheers&#13;
Reg</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48723/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48723/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions/read.awp">Customer specific captions</source><title>Re: Customer specific captions</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48722/read.awp</comments><pubDate>31 Oct 2014 09:21:00 Z</pubDate><description>Hi Ola,&#13;
&#13;
Thanks for this, it sounds like a cleaner way to do it.&#13;
&#13;
Cheers&#13;
Reg</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48722/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48722/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions/read.awp">Customer specific captions</source><title>Re: Customer specific captions</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48721/read.awp</comments><pubDate>31 Oct 2014 09:19:00 Z</pubDate><description>Hi Reg,&#13;
&#13;
if the speed is a problem, you could try to use MyWindow..DisplayEnabled before and after the replacement in your win…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48721/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48721/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions/read.awp">Customer specific captions</source><title>Re: Customer specific captions</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48717/read.awp</comments><pubDate>30 Oct 2014 21:44:00 Z</pubDate><description>Hi Reg,&#13;
&#13;
Here's what I do:&#13;
Put the changeable field captions in fields in a global one-record parameter file, where the user …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48717/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions-48717/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48715-customer-specific-captions/read.awp">Customer specific captions</source><title>Re: Customer specific captions</title></item></channel></rss>
