Yes I have that code and I can assign the value to the variable x. That's ok. The problem is that I don't know how to assign the value to my html textbox, if it is possible.
I am looking a value from a table in a server code. Then I want to assign this value to a html textbox but I can't.
How can I do that?
This is more or less my code:
<SCRIPT LANGUAGE=vbscript RUNAT=Server>
x = rstrecordset.Fields("fecha_nac")
y =...
This is my code.
Sub txtFechaVencimiento_onblur()
If len(thisForm.txtFechaVencimiento.value)<> 10 and len(thisForm.txtFechaEfectividad.value)= 10 then
msgbox "El largo del campo 'Fecha de Vencimiento' debe ser de diez caracteres",,"Cálculo de Prima de Single...
I have two fields in a table: Field1 Field2
My record has data only on Field2: 27
I've a query that says:
{table.Field1} = '27' or {table.Field2} = '27'
This doesn't bring me anything. But if I change the order of the query, that is asking for Field2 first...
I want to add a formula to my report that calculates the sum of a premium.
Ex:
PolicyNumber Riesgo Bank Premium
123 1 1 50
123 1 2 50
In the table these are two independent records one of them have 30 in the premium and the other one has 20, so...
I'm using a recordset DTC and a grid DTC. My recordset's source of data is a SQL Statement not a Database Object. The problem is that when opening the page it is extremely slow. It gave me a connection time out. But when I'm running the same query from SQL Plus it runs very fast.
Any help...
I need a function where I send a year and a month (The year for february - leap year) and it returns me the last day of the month. Does anyone has any?
I've created a view extracting rows from one table. Then I created another view which calculates a value. Then I created a third view that makes a join of these previous views.
The problem is that accessing the data is too slow. I'm accessing it from Visual Interdev sending some selection...
I use the window.open command wich launch the report ABC.rpt
sf=Selection Formula.Here I send my selection formula.
strUrl and strOption are variables.
strUrl = "http://AAA/BBB/ABC.rpt?user0=123&password0=456&sf=" & SelFor & ""
strOption =...
I want to pass a complete query to a Crystal Report from Visual Interdev. I'm calling the report with this intruction:
strUrl = "http://AAA/scrreports/Bank.rpt?user0=abc&password0=123&sf=" & SelFor & ""
where SelFor is a variable that has my selection formula. But instead...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.