Puedes usar estas instrucciones de HTML para establecer una longitud especifica para un campo
<td><input type=text name=name01 size=15 maxlength=15   aqui le dices que el campo te acepta hasta 15 caracteres maximo
 
y usando algo de _javascript_ (no se si en visualscript) puedes checar si lo capturado en ese campo son numeros por ejemplo:
numValue=10
if (isNaN(numValue) {
   "no es numero"
} else {
   "si es numero"
}
espero te sirva
 
Saludos

Gerardo Santillana
IT Department
Delphi Mechatronic Systems
US Ph: (956) 554.5832
MX Ph: (88) 12.81.63/64/65 Ext. 5832
e-mail [EMAIL PROTECTED] 

-----Original Message-----
From: Oscar Ortega B. [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 18, 2003 9:26 AM
To: [EMAIL PROTECTED]
Subject: Stored Procedure en AS/400

Se�ores
Mi problema es el siguiente.
Estoy realizando una llamada a un programa RPGSQL creado en el as/400 desde una pagina ASP pero no he podido definir par�metros para enviar hacia el programa ya que en la pagina ASP no he descubierto como definir campos con un tipo y longitud especifico.
 
Esperando que me puedan ayudar.
 
Les Saluda.
 
Atte.
Oscar Ortega B.
Analista de Sistemas
MKR Systems S.A.
Tel�fono 56 2 3310726
 
****************************************************************************************

Note: The information contained in this message may be privileged and confidential and thus protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you.

****************************************************************************************

Responder a