Microsoft
Software
Hardware
Network
Question : APEX custom user password edit
Hi All,
Ive got a page which I'm using to edit user information. I'm NOT using the APEX user structures but my own custom tables. I'm using the 'Automated fetch row' to load info from a data grid and 'Automated row processing' to save the data.
I have two issues on saving/creating a user.
1) I can't add the sequence generated user ID nto the user table
2) I can't set the password with a password/repeat password setup.
By "I can't" I mean I don't know how to. I'm assuming I need to add something to the automatic Row processing or add another "post submit process"
For point 1 I could possibly create a table trigger but I would like to do both actions within APEX.
Any help appreciated
Thanks
Answer : APEX custom user password edit
You can load a new user id value when the page is loaded, then run inline validations against each field (so that the page is not resubmitted).
Random Solutions
Searching for multiple values
SQL - Syntax Help
company.com and
www.company.com
C++ Exporting Registry Branch
How SEO friendly is this site? Suggestions?
overflow of cell
unsigned char :strtok
Create an XSD
Column to Line
Database Design Assistance Needed