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...
I have two tables that are linked upon a stocid, which in the child table is one field, and in the parent table it is 5 fields, account, nursery, seedlot, type and age.
When I navigate through a form that has the parent on top and the child in a grid it had no problem navigating through both...
I've tried the new code as well, but when I run the form at the bottom of my screen I get a message that says MASTER INDEX, then points at the wrong database and the form loads with the fields all containing data from the wrong database. I've never heard of a master index before, and was...
I'm still having trouble making it work, is there a trick to it when creating the form? Do I need to create fields that are linked to a field in my table but not have any tables in the data environment? I'm using all the code that i've been given but the form still goes back to the original...
I'm trying to create an application that allows the user to have multiple companies each with their own database. The initial form the user sees allows them to pick which copany they want to work with. The form runs off a table with its own database, the table contains the company names and...
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.