Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7807 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi, I need put a DB online. when I promote user to enter user name and password, I got:

Access Restriction:

you do not have access privileges to perform the action: find

I use DreamWeaver to edit the following simple format file:

<html>

<head>

<title>test</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

<body bgcolor="#FFFFFF" text="#000000">

<form name="form1" method="post" action="FMPro">

<input type="hidden" name="-db" value="Web Users_.fp5">

<input type="hidden" name="-Format" value="Main.htm">

<input type="hidden" name="-err" value="error.htm">

<p>user name:

<input type="hidden" name="-op" value="eq">

<input type="text" name="User Name">

</p>

<p> password:

<input type="hidden" name="-op" value="eq">

<input type="password" name="Password">

</p>

<p>

<input type="submit" name="-find" value="Submit">

</p>

</form>

</body>

</html>

the Web Users.fp5 is open and I used a user name who has the full permissions. also the ExactSearch is unchecked in Web Security.fp5. confused.gif Someone please tell me where could be the problem.

Posted

-"Do I need share Web Security databases? "

there is a BIG difference between "Web Users_.fp5" and "Web Users.fp5"

--Web Users_.fp5 is a defualt DB used/created by FM and Should NOT be set for the sharing; it is used to control access and sharing of other DBs like some.fp5 or (very closely named) Web Users.fp5.

--"share Web Security databases " = "giving your house key to a girl u met in a club 2 days ago" laugh.gif

All the best!

Posted

Do not try that. FM has many not closed doors and one of them allow listing of any web shared database. You do not want to display all records from security files, do you?

And why do you attempting this? There is not single reason for that.

Posted

FM/WebCompanion will search the "Web Security" database { Web Fields_.fp5, Web Security.fp5, Web Users_.fp5 } in the background whenever you attempt to access a real database. The User will then be prompted by the http/Javascript login box.

To avoid the pop-up login box you can construct a URL with Javascript which contains the UserID and Password. However, you will need to attempt to access a real database, not the "Web Security" database.

Good Luck.

Garry

This topic is 7807 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.