<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>
	<channel>
		<title>Dudas de Programacion &#187; Tag: ASP - Recent Topics</title>
		<link>http://www.dudasprogramacion.com/tags/asp</link>
		<description>Dudas sobre lenguajes y apis de programación</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Feb 2012 22:18:22 +0000</pubDate>
		<generator>bbpress 1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.dudasprogramacion.com/search.php</link>
		</textInput>
		<atom:link href="http://www.dudasprogramacion.com/rss/tags/asp/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>Tom on "Recoger Datos"</title>
			<link>http://www.dudasprogramacion.com/topic/recoger-datos#post-608</link>
			<pubDate>Wed, 01 Sep 2010 17:48:32 +0000</pubDate>
			<dc:creator>Tom</dc:creator>
			<guid isPermaLink="false">608@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola, soy bastante nuevo en esto del javascript y tengo una duda q no creo q resulte demasido dificiles para vosotr@s</p>
<p>Me gustaría saber cómo puedo recoger una variable de una página anterior, y luego escribirla por pantalla.</p>
<p>Supongo q después de recogerla debo hacer document.write(variable) ¿no??</p>
<p>Ah!! una cosa, tengo una página en asp con javascript y la paso asi:</p>
<pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;formulario.asp?dinero=&amp;#60;%=sum%&quot;</span>&gt;</span><span style="color: #ddbb00;">&amp;#62;</span><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span></pre>
<p>¿cómo recojo esa variable??<br />
Gracias muchas
</p></description>
		</item>
		<item>
			<title>angell on "Tratamiento de un Recordset para totalizar ventas"</title>
			<link>http://www.dudasprogramacion.com/topic/tratamiento-de-un-recordset-para-totalizar-ventas#post-609</link>
			<pubDate>Thu, 02 Sep 2010 09:34:38 +0000</pubDate>
			<dc:creator>angell</dc:creator>
			<guid isPermaLink="false">609@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola, he realizado una consulta en Sql, y ahora quiero, recorriendo el Recordset obtenido, ir sumando ventas; pero sólo puedo sumar aquellas que tienen el mismo mes, para ello me creo variables locales para el mes y año, y luego, una vez que muevo el cursor al siguiente registro y voy a comparar el valor del mes en la variable con el valor del siguiente registro, Asp me dice lo siguiente "Requested operation requires a current record".<br />
La pregunta es qué tengo que hacer para comparar el registro anterior con el actual, en el Recordset obtenido de una consulta. Os paso el código desarrollado por si os ayuda: </p>
<pre class="asp" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%</span><span style="color: #990099; font-weight: bold;">Do</span> <span style="color: #990099; font-weight: bold;">While</span> <span style="color: #990099; font-weight: bold;">Not</span> Rst_Datos_Inf_SesImp.<span style="color: #0000ff; font-weight: bold;">Eof</span> <span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;NombreCompleto&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;/</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;Titular_Cuenta&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;/</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;Ent&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;/</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;Suc&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;/</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;dc&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;/</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;ccc&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;/</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;ID_Sesion&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;/</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;Fecha&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;/</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;Año&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;/</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;Mes&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;/</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%</span> Mes_Rst <span style="color: #006600; font-weight: bold;">=</span> Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;Mes&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">Mes_Rst<span style="color: #006600; font-weight: bold;">:&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Mes_Rst<span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%</span> Ano_Rst <span style="color: #006600; font-weight: bold;">=</span> Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;Año&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">Ano_Rst<span style="color: #006600; font-weight: bold;">:&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Ano_Rst<span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;Hora&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;/</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;Importe&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;/</span>td<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%</span>Importe <span style="color: #006600; font-weight: bold;">=</span> Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;Importe&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;/</span>tr<span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%</span>Total <span style="color: #006600; font-weight: bold;">=</span> Total + Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;Importe&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%</span>Rst_Datos_Inf_SesImp.<span style="color: #9900cc;">MoveNext</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%</span>Ano <span style="color: #006600; font-weight: bold;">=</span> Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;Año&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">Ano<span style="color: #006600; font-weight: bold;">::&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Ano<span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%</span>Mes <span style="color: #006600; font-weight: bold;">=</span> Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;Mes&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span><span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">Mes<span style="color: #006600; font-weight: bold;">::&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Mes<span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%</span> <span style="color: #990099; font-weight: bold;">if</span> Ano <span style="color: #006600; font-weight: bold;">=</span> Ano_Rst <span style="color: #990099; font-weight: bold;">then</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #990099; font-weight: bold;">if</span> Mes <span style="color: #006600; font-weight: bold;">=</span> Mes_Rst <span style="color: #990099; font-weight: bold;">then</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">Total_Mes <span style="color: #006600; font-weight: bold;">=</span> Total + Rst_Datos_Inf_SesImp.<span style="color: #330066;">Fields</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;Importe&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #990099; font-weight: bold;">else</span> <span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Total_Mes<span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%</span><span style="color: #990099; font-weight: bold;">end</span> if<span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%</span><span style="color: #990099; font-weight: bold;">end</span> if<span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%=</span>Total_Mes<span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span>	</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">60</span><span style="color: #006600; font-weight: bold;">;%</span>loop<span style="color: #006600; font-weight: bold;">%&amp;</span>#<span style="color: #800000;">62</span><span style="color: #006600; font-weight: bold;">;</span></div></li></ol></pre></description>
		</item>
		<item>
			<title>Alvin on "Como llamar a un .bat"</title>
			<link>http://www.dudasprogramacion.com/topic/como-llamar-a-un-bat#post-448</link>
			<pubDate>Mon, 24 May 2010 13:59:55 +0000</pubDate>
			<dc:creator>Alvin</dc:creator>
			<guid isPermaLink="false">448@http://www.dudasprogramacion.com/</guid>
			<description><p>Como puedo llamar un .bat que conlleve 5 parametros para el .bat, es decir en el DOS lo corro de esta forma:</p>
<p>&#34;C:GraficaCreaGrafica 168 188 169 188 1&#34;</p>
<p>Al correr esto me genera el gráfico que necesito, sin embargo no se la forma de llamar un bat desde ASP ó código VBScript.</p>
<p>Gracias
</p></description>
		</item>
		<item>
			<title>Fitoo on "Validar contraseñas con asp en html"</title>
			<link>http://www.dudasprogramacion.com/topic/validar-contrasenas-con-asp-en-html#post-340</link>
			<pubDate>Mon, 22 Mar 2010 12:15:52 +0000</pubDate>
			<dc:creator>Fitoo</dc:creator>
			<guid isPermaLink="false">340@http://www.dudasprogramacion.com/</guid>
			<description><p>Necesito comprovar q el nombre introducido coincide con la contraseña y es correcta, y una vez hecho esto q me enlace con una pagina q contiene un curriculum q deve ser rellenado por un usuario
</p></description>
		</item>
		<item>
			<title>proc34 on "ASPUpload"</title>
			<link>http://www.dudasprogramacion.com/topic/aspupload#post-292</link>
			<pubDate>Mon, 04 Jan 2010 13:58:54 +0000</pubDate>
			<dc:creator>proc34</dc:creator>
			<guid isPermaLink="false">292@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola, soy nuevo en esto y necesito ayuda.</p>
<p>Necesito subir fotos e imagenes (gif y jpeg) a una base de datos access. Utilizo ASP y aspupload. </p>
<p>Despues de mirar en muuuuchos lugares (todos lamentablemente en ingles, en español hay demasiada poca información, mucho copiar y pegar de sync) y llegue a logar que me suba el texto que queria  y un campo (que en la base de datos defino como &#34;objeto OLE&#34;) que se sube pero al abrir la base de datos, y abrir la tabla donde tengo el objeto, al querer abrirlo me da error. (nota: intenté agregar una foto a la base directamente desde el access, y cuando lo hago, el campo (Objeto OLE) </p>
<p>se completa con la palabra &#34;paquete&#34;, sin embargo, cuando lo hago con aspupload se completa con la frase &#34;binario largo&#34;</p>
<p>Como soluciono eso? y si no se puede, de que forma puedo usar aspupload para subir 3 imagenes  (image1 image2 e image3 de un formulario) y junto con esas imagenes, 3 o más campos comunes de formulario (nombre, apellido, telefono de un formulario)</p>
<p>envio lo que ya llegué a hacer, quizás incluso pueda ayudar a alguien que sabe menos que yo.</p>
<p>archivos</p>
<p>sube.htm<br />
==============================================================================</p>
<p>&#60;html&#62;<br />
&#60;head&#62;<br />
&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=iso-8859-1&#34;&#62;<br />
&#60;title&#62;Documento sin t&#237;tulo&#60;/title&#62;<br />
&#60;/head&#62;</p>
<p>&#60;body&#62;<br />
&#60;form action=&#34;odbc_upload.asp&#34; method=&#34;post&#34; enctype=&#34;multipart/form-data&#34; name=&#34;form1&#34;&#62;<br />
&#60;input name=&#34;desc&#34; type=&#34;text&#34; id=&#34;desc&#34;&#62;<br />
&#60;input name=&#34;foto&#34; type=&#34;file&#34; id=&#34;foto&#34;&#62;<br />
&#60;input type=&#34;submit&#34; name=&#34;Submit&#34; value=&#34;Enviar&#34;&#62;<br />
&#60;/form&#62;<br />
&#60;/body&#62;<br />
&#60;/html&#62;</p>
<p>==============================================================================</p>
<p>odbc_upload.asp<br />
==============================================================================</p>
<p>&#60;HTML&#62;<br />
&#60;BODY&#62;<br />
&#60;%<br />
Set Upload = Server.CreateObject(&#34;Persits.Upload&#34;)<br />
' Capture files<br />
Upload.Save &#34;c:\upload&#34; 'creo que es generico para todos los servidores, NO MODIFICAR</p>
<p>' Obtain file object<br />
Set File = Upload.Files(&#34;foto&#34;)</p>
<p>If Not File Is Nothing Then<br />
' Build ODBC connection string<br />
Connect = &#34;DSN=aspupload&#34;<br />
'el DSN esta configurado como &#34;Microsoft DataBase Driver (*.mbd)&#34; y la base de<br />
'datos tiene las tablas id (autonumerico), image (objeto OLE) y piso (texto). en<br />
'ese orden</p>
<p>' Build SQL INSERT statement<br />
SQL = &#34;INSERT INTO MYIMAGES(image_blob, filename, description, filesize) VALUES(?, '&#34;<br />
SQL = SQL &#38; File.Filename &#38; &#34;', '&#34;<br />
SQL = SQL &#38; Replace(Upload.Form(&#34;desc&#34;), &#34;'&#34;, &#34;''&#34;) &#38; &#34;', &#34;<br />
SQL = SQL &#38; File.Size &#38; &#34;)&#34;</p>
<p>' Save to database<br />
File.ToDatabase Connect, SQL<br />
Response.Write &#34;Archivo subido.&#34;<br />
Else<br />
Response.Write &#34;no se selecciono ningun archivo.&#34;<br />
End If<br />
%&#62;<br />
&#60;/BODY&#62;<br />
&#60;/HTML&#62;
</p></description>
		</item>
		<item>
			<title>alvaro alejandro on "Problemas con el Separador Decimal"</title>
			<link>http://www.dudasprogramacion.com/topic/problemas-con-el-separador-decimal#post-289</link>
			<pubDate>Sat, 02 Jan 2010 12:25:49 +0000</pubDate>
			<dc:creator>alvaro alejandro</dc:creator>
			<guid isPermaLink="false">289@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola a Todos.<br />
ojala puedan ayudarme, tengo una red con servidor WINDOWS SERVER 2003 y tengo un sistema de inventarios hecho en asp, ya he cambiado la configuracion regional pero sigo con el problema de que cuando me introducen &#34;.&#34; (punto) , como separador decimal no acepta y cuando meten &#34;,&#34; (coma), si acepta, y todos los resultados en pantalla me muestra con punto. Yo quiero usar el punto como separador decimal</p>
<p>Por favor AYUDA ya prove todo, de antemano GRACIAS
</p></description>
		</item>
		<item>
			<title>Cody on "ASP y Consultas Access"</title>
			<link>http://www.dudasprogramacion.com/topic/asp-y-consultas-access#post-25</link>
			<pubDate>Sat, 14 Mar 2009 17:36:27 +0000</pubDate>
			<dc:creator>Cody</dc:creator>
			<guid isPermaLink="false">25@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola, quisiera saber si puedo acceder desde ASP a consultas diseñadas en Access o solo es posible acceder a las tablas. Muchas gracias y un saludo.
</p></description>
		</item>
		<item>
			<title>chiky on "Nombre de Host de Cliente"</title>
			<link>http://www.dudasprogramacion.com/topic/nombre-de-host-de-cliente#post-22</link>
			<pubDate>Sat, 14 Mar 2009 16:46:23 +0000</pubDate>
			<dc:creator>chiky</dc:creator>
			<guid isPermaLink="false">22@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola, me gustaría saber si habría alguna manera de conocer el nombre de host de un cliente de una página asp, para por ejémplo, saber de que país se realiza la conexión, muchas gracias de antemano.
</p></description>
		</item>
		<item>
			<title>lilith on "comienzo con xml"</title>
			<link>http://www.dudasprogramacion.com/topic/comienzo-con-xml#post-32</link>
			<pubDate>Sun, 15 Mar 2009 13:05:30 +0000</pubDate>
			<dc:creator>lilith</dc:creator>
			<guid isPermaLink="false">32@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola, estoy trabajando con ASP, y hasta ahora usaba HTML, pero he de ponerme a usar XMl de lo que no se nada practicamente. ¿Podeis darme una orientacion de por donde empezar?<br />
Gracias
</p></description>
		</item>
		<item>
			<title>marin on "envio de datos de un formulario"</title>
			<link>http://www.dudasprogramacion.com/topic/envio-de-datos-de-un-formulario#post-16</link>
			<pubDate>Wed, 11 Mar 2009 23:03:15 +0000</pubDate>
			<dc:creator>marin</dc:creator>
			<guid isPermaLink="false">16@http://www.dudasprogramacion.com/</guid>
			<description><p>Como puedo hacer para que los datos que la gente rellene de un formulario me llegen a mi dirección de email.
</p></description>
		</item>
		<item>
			<title>admin on "Bienvenidos al foro Active Server Pages (ASP)"</title>
			<link>http://www.dudasprogramacion.com/topic/bienvenidos-al-foro-active-server-pages-asp#post-5</link>
			<pubDate>Tue, 03 Mar 2009 22:52:39 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">5@http://www.dudasprogramacion.com/</guid>
			<description><p>Daros la bienvenida al foro sobre dudas con el lenguaje de desarrollo de páginas de servidor Active Server Pages (ASP).
</p></description>
		</item>

	</channel>
</rss>

