<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>20 Mar 2015 14:52:00 Z</lastBuildDate><pubDate>20 Mar 2015 03:04:00 Z</pubDate><description>Hi&#13;
I have a table with 5 columns visible. If the user right clicks in the first column I would like a window to popup at the right margin of that column. I therefore have a button off the screen, linked to the Right Mouse click in the column, which fires up the popup.&#13;
&#13;
OpenPopupPosition does not recognise the individual columns/rows of the table so I can't use that. I therefore thought I would use OpenChildor OpenSister with the X &amp; Y positions stipulated. The problem I have is finding the position of the right margin of the column. I can get the position where the mouse click appears easily enough but of course this can be anywhere in that column &amp; I don't want my popup to obscure that data.&#13;
&#13;
The window which contains the table is an MDI child window so I thought MDIParent..X + Window..X + Table..X + ColumnWidth should get me pretty close but it's not. Ignoring column width I'm approx 250 pixels short. As pretty well everything can be moved around, resized etc I have to code this dynamically or at least know why I'm out 250 pixels &amp; that it will be constant.&#13;
&#13;
Anyone have any ideas what I'm missing or if there's an easier way to do this?&#13;
&#13;
Thanks&#13;
&#13;
David</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51060-wd17-popup-window-table/read.awp</link><title>[WD17] Popup window on a 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/51060-wd17-popup-window-table-51074/read.awp</comments><pubDate>20 Mar 2015 14:52:00 Z</pubDate><description>Hi David,&#13;
&#13;
Could you use TableSelect? This function recognises table column subscripts using tsColumn?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51060-wd17-popup-window-table-51074/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51060-wd17-popup-window-table-51074/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51060-wd17-popup-window-table/read.awp">[WD17] Popup window on a Table</source><title>Re: [WD17] Popup window on a Table</title></item><item><author>Andrew</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51060-wd17-popup-window-table-51067/read.awp</comments><pubDate>20 Mar 2015 12:21:30 Z</pubDate><description>Nice solution! That's about what I would do.&#13;
&#13;
Now, what if the User makes the columns wider and then makes the Window smaller …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51060-wd17-popup-window-table-51067/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51060-wd17-popup-window-table-51067/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51060-wd17-popup-window-table/read.awp">[WD17] Popup window on a Table</source><title>Re: [WD17] Popup window on a Table</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51060-wd17-popup-window-table-51062/read.awp</comments><pubDate>20 Mar 2015 07:27:00 Z</pubDate><description>Well, I've got a work around but if anyone has any better ideas I'd be pleased to hear them.&#13;
&#13;
I'm using CursorPos to give me t…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51060-wd17-popup-window-table-51062/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51060-wd17-popup-window-table-51062/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51060-wd17-popup-window-table/read.awp">[WD17] Popup window on a Table</source><title>Re: [WD17] Popup window on a Table</title></item></channel></rss>
