<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>21 Jul 2017 16:15:00 Z</lastBuildDate><pubDate>20 Jul 2017 12:14:00 Z</pubDate><description>I can't find this in the tutorial book or the concepts book.&#13;
&#13;
We have code like&#13;
IF TABLE_Example[TABLE_Example].COL_Title &lt;&gt; "" THEN&#13;
//do something&#13;
END&#13;
&#13;
We also have code like&#13;
IF TABLE_Example.COL_Title &lt;&gt; "" THEN&#13;
//do something&#13;
END&#13;
&#13;
There seems to be no difference.&#13;
&#13;
But trying to use TABLE_Example[TABLE_Example]..FontStrikeOut = True works,&#13;
trying to use TABLE_Example..FontStrikeOut does not work? (I'm getting an compile error: The 'FontStrikeOut' property does not apply to this type of control.)&#13;
&#13;
So I'm missing something. What is the difference between the two?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61845-wd21-difference-table-and-tabletable/read.awp</link><title>[WD21] Difference of TABLE.. and TABLE[TABLE]..</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/61845-wd21-difference-table-and-tabletable-61871/read.awp</comments><pubDate>21 Jul 2017 16:15:00 Z</pubDate><description>Thanks a lot for this explanation. It is clearer now for me.&#13;
&#13;
Greetings Christine</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61845-wd21-difference-table-and-tabletable-61871/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61845-wd21-difference-table-and-tabletable-61871/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61845-wd21-difference-table-and-tabletable/read.awp">[WD21] Difference of TABLE.. and TABLE[TABLE]..</source><title>Re: [WD21] Difference of TABLE.. and TABLE[TABLE]..</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61845-wd21-difference-table-and-tabletable-61867/read.awp</comments><pubDate>21 Jul 2017 11:14:00 Z</pubDate><description>Christine,&#13;
Both will work but under some situation will fail you, like if the table is empty and you have code on the "Selectin…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61845-wd21-difference-table-and-tabletable-61867/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61845-wd21-difference-table-and-tabletable-61867/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61845-wd21-difference-table-and-tabletable/read.awp">[WD21] Difference of TABLE.. and TABLE[TABLE]..</source><title>Re: [WD21] Difference of TABLE.. and TABLE[TABLE]..</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61845-wd21-difference-table-and-tabletable-61865/read.awp</comments><pubDate>21 Jul 2017 08:21:00 Z</pubDate><description>Thanks for the answer.&#13;
&#13;
So TABLE_Example is different from TABLE_Example[TABLE_Example], but there is really no difference bet…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61845-wd21-difference-table-and-tabletable-61865/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61845-wd21-difference-table-and-tabletable-61865/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61845-wd21-difference-table-and-tabletable/read.awp">[WD21] Difference of TABLE.. and TABLE[TABLE]..</source><title>Re: [WD21] Difference of TABLE.. and TABLE[TABLE]..</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61845-wd21-difference-table-and-tabletable-61851/read.awp</comments><pubDate>20 Jul 2017 12:31:00 Z</pubDate><description>Hi.&#13;
&#13;
TABLE_Example refer to control table.&#13;
&#13;
TABLE_Example[TABLE_Example] refer to current table line, the last add to table …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61845-wd21-difference-table-and-tabletable-61851/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61845-wd21-difference-table-and-tabletable-61851/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61845-wd21-difference-table-and-tabletable/read.awp">[WD21] Difference of TABLE.. and TABLE[TABLE]..</source><title>Re: [WD21] Difference of TABLE.. and TABLE[TABLE]..</title></item></channel></rss>
