<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.br.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>2 Mar 2015 18:08:04 Z</lastBuildDate><pubDate>2 Mar 2015 02:07:05 Z</pubDate><description>Caros, tenho uma table sobre uma query (filtrada), ocorre q preciso pegar o no. do ID para localiza-la e abrir em uma window de alteracao. Fiz assim:&#13;
&#13;
[code:wl]&#13;
n is int&#13;
vNoSerie is string&#13;
vNoIMEI is string&#13;
vDataReset is Date&#13;
vMarca is string&#13;
&#13;
n = TableSelect(Table_Qry_ControleMobile)&#13;
&#13;
HReadSeekFirst(Mobile,MobileID,n,hKeepFilter)&#13;
IF HFound(Mobile) = True THEN&#13;
	vNoSerie = Qry_ControleMobile.nseriemobile&#13;
	vNoIMEI = Qry_ControleMobile.NoIMEI&#13;
	vDataReset = Qry_ControleMobile.reset&#13;
	vMarca = Qry_ControleMobile.Marca&#13;
END&#13;
[/code]&#13;
&#13;
Entaum na tabela eu tenho 3 registros filtrados. Quero pegar o ID do registro selecionado para pesquisa-lo.&#13;
&#13;
Marcos Roberto</description><ttl>30</ttl><generator>WEBDEV</generator><language>pt_BR</language><link>https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/128-como-pegar-uma-tabela/read.awp</link><title>Como pegar o ID de uma tabela?</title><managingEditor>moderateur@pcsoft.fr (Le modérateur)</managingEditor><webMaster>webmaster@pcsoft.fr (Le Webmaster)</webMaster><item><author>amarildo</author><category>pcsoft.br.windev</category><comments>https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/128-como-pegar-uma-tabela-131/read.awp</comments><pubDate>2 Mar 2015 18:08:04 Z</pubDate><description>MarcosRoberto escreveu: &#13;
&gt; Obrigado Amarildo, deu certinho.&#13;
&gt; &#13;
&gt; &#13;
&gt; Marcos Roberto.&#13;
 Valeu</description><guid isPermaLink="true">https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/128-como-pegar-uma-tabela-131/read.awp</guid><link>https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/128-como-pegar-uma-tabela-131/read.awp</link><source url="https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/128-como-pegar-uma-tabela/read.awp">Como pegar o ID de uma tabela?</source><title>Re: Como pegar o ID de uma tabela?</title></item><item><author>Marcos Roberto</author><category>pcsoft.br.windev</category><comments>https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/128-como-pegar-uma-tabela-130/read.awp</comments><pubDate>2 Mar 2015 14:09:48 Z</pubDate><description>Obrigado Amarildo, deu certinho. &#13;
&#13;
&#13;
Marcos Roberto.</description><guid isPermaLink="true">https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/128-como-pegar-uma-tabela-130/read.awp</guid><link>https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/128-como-pegar-uma-tabela-130/read.awp</link><source url="https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/128-como-pegar-uma-tabela/read.awp">Como pegar o ID de uma tabela?</source><title>Re: Como pegar o ID de uma tabela?</title></item><item><author>amarildo</author><category>pcsoft.br.windev</category><comments>https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/128-como-pegar-uma-tabela-129/read.awp</comments><pubDate>2 Mar 2015 08:53:07 Z</pubDate><description>Normalmente eu faço o seguinte, na Tabela eu coloco o id, e se nao quizer que apareca para o usuario o deixo escondido.. e ai fa…</description><guid isPermaLink="true">https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/128-como-pegar-uma-tabela-129/read.awp</guid><link>https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/128-como-pegar-uma-tabela-129/read.awp</link><source url="https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/128-como-pegar-uma-tabela/read.awp">Como pegar o ID de uma tabela?</source><title>Re: Como pegar o ID de uma tabela?</title></item></channel></rss>
