This topic is locked

Problem with the Realestate Template

3/26/2010 1:06:28 PM
ASPRunnerPro General questions
M
mdorren author

Hi,

I don't want the visitors of my site to have to login so I am telling asprunner NOT to generate a login page. However, I want to personally be able to login and see the list page with add, edit and delete options. I have deleted these options from the listing page so that users will only be able to view. I simply want a separate page (preferably with security) that I can add, edit and delete the same database with.
Any suggestions?
Thanks,

Marty

Sergey Kornilov admin 3/26/2010

You can turn on login page and enable guest login. In this case you can point user directly to the list page bypassing the login page.

M
mdorren author 3/26/2010



You can turn on login page and enable guest login. In this case you can point user directly to the list page bypassing the login page.



Thanks,

But I don't want them to even see the options of add, edit or delete. (only is they are logged in) Is there a switch for blocking these properties conditionally? Also, where do I find the rules for field validation. My client doesn't want to have to input an address.
Is it possible to make 2 separate listviews (one with add/edit/delete and one without, but point them at the same access datafile?
Thanks

M
mdorren author 3/27/2010



Thanks,

But I don't want them to even see the options of add, edit or delete. (only is they are logged in) Is there a switch for blocking these properties conditionally? Also, where do I find the rules for field validation. My client doesn't want to have to input an address.
Is it possible to make 2 separate listviews (one with add/edit/delete and one without, but point them at the same access datafile?
Thanks



anyone?

J
Jane 4/2/2010

Hi,
you can assign different permissiosn for logged users (add/edit/list/view) and for guests (list/view only) on the User group permissions dialog on the Securitytab.

Or you can create custom view for this table on the Datasource tables tab and assign different permissions for main table and this view on the Securitytab.