THANX for the suggestions gits. I'm sorry I can't be more open minded about this to be able to consider them, but there are pretty unique aspects to this job that require a browser front end and standalone capability, plus code protection that's more robust than depending on people to honor copyrights.
I'm developing the system on my web server - it's nearly complete and you can see it there, but you won't see very much because it's...
User Profile
Collapse
-
Website Encryption
I'm planning to deploy a product I'm currently developing for standalone computer use. I will be selling licenses to use the product, while the methodology and processes remain proprietary to me. The code is asp and it is copyrighted, but that's not worth much so I want to encrypt it.
I purchased a product called HTMLGuardian, which is supposed to do the job, but I'm experiencing some kludges. Also, I wonder if anyone has experience... -
I realize it's been a while since the last post on this, but I think I found the problem. There is a conditional section between lines 30 and 157 that only executes when the page has been called after a form on a previous page has been submitted. If you just open this page, then the form submittal has not been made and everything between lines 30 and 157 will not be displayed.Leave a comment:
-
That error message is telling you that at least one of the fields you are trying to enter data for is required to have a unique value and that the value submitted is already in another record.
Open Access and open the table in design view. If there is a field that has an icon that looks like a yellow key at the left of the line, then that field must be unique. Also, select each field (one at a time) and look at the field properties...Leave a comment:
-
Try changing line 4 to:
Code:Set myMail = CreateObject("CDONTS.Newmail")
Leave a comment:
-
On the page where you want to display the edit button only for the user whose page it is and for all admin, here is a structure you can use:
Code:If Session("sesiUserName") = Request.Form("UserName") or Session("sesiUserType") = "admin" Then ' * print your edit button End If
Leave a comment:
-
Unless I'm missing something, the question sounds like the solution should be much simpler. I am assuming that the form portion of your code is to display the form and that you are using the same file to process the form submittals. This leads to a display question:
I am going to only address the question of processing the form submittal and leave the page display to you. I will assume that you have a table with...Leave a comment:
-
I can recommend a forum - copperhead.cc is a site for commiseration and help for users of Direcway (aka HughesNet). Their forums are very active and cover lots of topics not related to satellite problems and Hughes thievery, plus many members (including me) have managed to acquire better internet connections, but still keep up with the bonds we formed there. Of course, they welcome anyone who wants to join. They charge - I think it's $10 or $15...Leave a comment:
-
This sounds like a homework assignment for an elementary level course. If I do your homework, then you won't learn. If I'm wrong and you need this for a real world problem, I'll be glad to help.Leave a comment:
No activity results to display
Show More
Leave a comment: