<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>browser side row selection and column use</title>
        <description> I want to select a row and present the select row details in another control. I found that the usual tablename[selectedrow].columnname is not allowed in browser. How do i do this.

I am trying to avoid server code as much as possible.</description>
        <link>https://www.wxforum.info/read.php?27131,594738,594738#msg-594738</link>
        <lastBuildDate>Wed, 20 May 2026 12:02:22 +0200</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,594738,797870#msg-797870</guid>
            <title>Re: browser side row selection and column use</title>
            <link>https://www.wxforum.info/read.php?27131,594738,797870#msg-797870</link>
            <description><![CDATA[ Hi . Make a button in a row. ( add a desription like &quot;view details )  or something similar. You can add a click event to that button.  Then add server code to get the details you want]]></description>
            <dc:creator>Allard</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Wed, 20 Mar 2024 08:37:27 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,594738,797818#msg-797818</guid>
            <title>Re: browser side row selection and column use</title>
            <link>https://www.wxforum.info/read.php?27131,594738,797818#msg-797818</link>
            <description><![CDATA[ You can do a lookup of the values  via a server call and then use ajax to display the information you want and present it somewhere else<br />
<br />
Slect the row and use it in a h function and return the result to the control on the page .]]></description>
            <dc:creator>Allard</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Tue, 27 Feb 2024 13:28:47 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,594738,797804#msg-797804</guid>
            <title>Re: browser side row selection and column use</title>
            <link>https://www.wxforum.info/read.php?27131,594738,797804#msg-797804</link>
            <description><![CDATA[ You can try the below tips<br />
<br />
1. Use JavaScript to access the selected row&#039;s details.<br />
2. Assign the details to the desired control on the webpage.<br />
3. Ensure this process operates without server-side involvement.]]></description>
            <dc:creator>Skoony</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Thu, 22 Feb 2024 12:57:14 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,594738,797803#msg-797803</guid>
            <title>Re: browser side row selection and column use</title>
            <link>https://www.wxforum.info/read.php?27131,594738,797803#msg-797803</link>
            <description><![CDATA[ You can try the below tips<br />
<br />
1. Use JavaScript to access the selected row&#039;s details.<br />
2. Assign the details to the desired control on the webpage.<br />
3. Ensure this process operates without server-side involvement.]]></description>
            <dc:creator>Skoony</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Thu, 22 Feb 2024 12:57:14 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,594738,596535#msg-596535</guid>
            <title>Re: browser side row selection and column use</title>
            <link>https://www.wxforum.info/read.php?27131,594738,596535#msg-596535</link>
            <description><![CDATA[ Hi Michael,<br />
<br />
you should be able to do that if your table is a browser side control.<br />
If not, you can use ajaxexecute to get the information from the server side.<br />
<br />
Best regards]]></description>
            <dc:creator>Fabrice Harari</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Mon, 11 Apr 2016 16:13:47 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,594738,594738#msg-594738</guid>
            <title>browser side row selection and column use</title>
            <link>https://www.wxforum.info/read.php?27131,594738,594738#msg-594738</link>
            <description><![CDATA[ I want to select a row and present the select row details in another control. I found that the usual tablename[selectedrow].columnname is not allowed in browser. How do i do this.<br />
<br />
I am trying to avoid server code as much as possible.]]></description>
            <dc:creator>Michael PAce</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Tue, 05 Apr 2016 10:34:01 +0200</pubDate>
        </item>
    </channel>
</rss>
