Jump to content

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

Recommended Posts

Posted

I'm trying to configure a Filemaker database so that users can log in via the web and view certain records based upon a calculation for custom web privileges that I've set up (each user account has a slightly different calculation). I've also enabled Instant Web Publishing.

That part works fine. (I also enabled Instant Web Publishing.)

The problem is that the records that are screened out also appear, though they have the notation <No Access> rather than the actual information contained in their record.

My question is how can I easily suppress the display of these <No Access> records.

Thanks.

no access

instant web publishing

calculation for custom web privileges

FileMaker Version: 7

Platform: Windows XP

Posted

you would have to script the user's actions to control the found set that appears. Menu commands such as "show all records" would have to be disabled, and replaced with your own script which would find all records to which the user has access. All subsequent finds would have to constrain that found set.

  • 2 weeks later...
Posted

I can do this, but limited access users can't enter information in find mode. Full access users can. ANy hints?

FileMaker Version: Dev 7

Platform: Mac OS X Panther

  • 1 month later...
Posted

Carlisle -

Generally, I assume that web users have no clue as to how Filemaker works and I therefore avoid using "find" at all (even for FM clients, when possible). Instead, I try to constrain via relationships/calculations what any user can see.

If you're providing a generalized search capability (say you have an open table or tables of catalogued information), I would allow the user to set globals and then use those globals behind the scenes to return a found/constrained set.

  • 1 year later...
Posted

Hi

This post is similar with my problem.

I tried ommiting records and by performing find by Exact (Lower(Get(AccountName)); Lower (RecordOwner)) but just can't get it right.

Can someone help me with it..

Thanks a lot..

Kelvin

This topic is 6995 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.