Jump to content
  • 0

How do I create a DP to edit user name registrations


ahollander

Question

6 answers to this question

Recommended Posts

  • 0

Yes you most certainly can create another DP to manage this table....this is also the preferred method as opposed to the constant import/export of the table.

It is also a good idea to make this page have user authentication as well. You can setup a table just for the admin with the login information of your choosing.

Link to comment
Share on other sites

  • 0

The options are grayed out for a capture form if the page is not within an authenticated folder. The page you are looking to setup is a \"Search and Report\" datapage. The options for editing are on the \"details\" section. You will find that initially when going through the wizard the field elements are set to \"display only\"....however changing these elements to textfield will give you the ability to update the record. Search and Report also gives you the ability to delete records as well.

Link to comment
Share on other sites

  • 0

I would suggest the following:

create a new table (lets call it admin)

have it contain two fields

one for username

one for password

setup the login you want for this

create a new folder (lets call it admin as well)

enable authentication (based off of the table we just created)

create a new DP inside this new folder

type of DP = search and results

if you dont want to be presented with a search at first then choose predefined criteria.

Link to comment
Share on other sites

  • 0

I have enabled Web User Authentication and RLS. I want to edit/delete user name registrations. I can export the table, but the option to import and overwrite the table is not available. So can I create a DP to edit the table?

One work around to overwriting a table being used for authentication is to delete all the record from that table and append the new table during import.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...