When using the application builder there is an option under the general tab to use user logins, but this seems to be a useless feature as there is no where to set up which users I want to have and to give them permissions, and when I run the application, I can simply enter in a new user and then...
Sorry, I was trying a few different things to see if the variable was working, I was trying to see if I could make it work on either page.
Here is what I had before I changed things:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="../Connections/Seedling.asp" -->
<%
Dim Agency
Dim...
This is the log-in Page:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="../Connections/Seedling.asp" -->
<%
Dim Agency
Dim Agency_numRows
Set Agency = Server.CreateObject("ADODB.Recordset")
Agency.ActiveConnection = MM_Seedling_STRING
Agency.Source = "SELECT * FROM...
That works for passing a variable, but it is still not getting the value from the text box, I have the textbox set so that it has an initial value of "user" and this does not show up when I retrieve the variable on the next page.
I'm trying to get a variable to get the value from a textbox created in Dreamweaver that has already been defined and called username.
<% session("varuser") = Request.Form("username") %>
This is what I'm using to get the value from the textbox. I'm using vbscript. It doesn't seem to be...
I'm trying to get a variable to get the value from a textbox created in Dreamweaver that has already been defined and called username.
<% session("varuser") = Request.Form("username") %>
This is what I'm using to get the value from the textbox. I'm using vbscript. It doesn't seem to be...
I'm trying to get a variable to get the value from a textbox that has already been defined and called username.
<% session("varuser") = Request.Form("username") %>
This is what I'm using to get the value from the textbox. I'm using vbscript. It doesn't seem to be getting the value from...
I need to have a log-in function that can also send the user name to the next page and then filter the data based upon that user name. When I create a log-in server behavior, it will log the user in correctly but the user name will not get passed as a variable. If I use the logged-in page as the...
I've been trying to upsize my database and I can get to the second screen on the wizard to select a connection. I've created a connection for my computer using MySQL ODBC 3.51 and even tried MySQL ODBC 5.1 and I only have mysql server 5 installed on my computer, but each time I try to establish...
I've been trying to connect a foxpro database with a website and I've found that a good way to do it is to upsize foxpro with the upsizing wizard. I've intalled an sql server on my computer and I've installed an ODBC driver but when I do to define a data source my I cannot find the server I...
I've created an application, and it needs to be able to handle more than one user at a time. Whenever I try to run more than one instance of the application I get an error(#1569) saying that i tried to write to a write protected database container. Is there any specific thing that I have to do...
I have kept all the relative paths the same, but I continue to get the same error message when i try to run the .exe. Cannot resolve backlink (1976) setcurrentuser, 8 - then it shows the path to the exe and wants to record the error in error files then another popup says that the program...
I'm updating a database, and part of this update involves moving the whole project and database to a new location. I have validated the database and everything runs fine when I do so within the project. But when I build an executable and try to run that it tells me I have a backlink error and...
When searching for the stocid in the parent table I'm first searching for a different record in the child table, then I copy the child table's stocid to a variable cstocid and then search for that in the parent table. I've tried searching the index on the parent table and even searching all the...
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.