Original is:
session("incomplet")=false
if Request("Action")="Enregistrement" then
' #### Validation de l'enregistrement sur la liste #####
Session("Erreur")=""
Session("txbNom")=Request.Form("txbNom")
Session("txbPrenom")=Request.Form("txbPrenom")...
Hi DNG,
Thaks for your reply.
I changed as you wrote it, and got another error:
Microsoft VBScript error '800a0400'.
I have to say that I had:
If IndOk then
(just after
If Request.Form("txbVille") = "" Then
IndOk=false
End if
What should I write?
Hi,
I need to make four required fields for a script. But with asp, I don't know how to make it. Someone can help?
script of session:
Session("Erreur")=""
Session("txbNom")=Request.Form("txbNom")
Session("txbPrenom")=Request.Form("txbPrenom")...
Hi,
I made a link from Access to my website. It works well, only that price is coming out with .00$
I do enter 253$ in database, but in the website it shows 253.00$ How can I get ride of the
decimal?
I am using ASP and Access.
Thanks,
Thanks lupins,
Trying to update a normal data, I get the same error.
And strange thing is that I can't change any parameter on 'hotel' table.
Should I post the query here for you to see?
Hi,
I am trying to add a new set, but on cliquing 'new', it goes to a record and not blank. Then when I try to modify it, I get an error "impossible to update this recordset".
Thanks for your help,
Laonei
I have two different databases, need to take data from A database (tablename: circuit) and put it to B database(tablename: circuit). Problem is that tables have not the same field. I did use the import menu but when I run B database, I got missing value.
Saw on the net that I can use inner...
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.