Not at this point, no.
However, testing the system this morning has provided the correct results - the password encrypted. I guess I can only put this down to user incompetence.
Thanks for your help guys, and apologies for wasting your time. :-(
Rich
The encryptPassword procedure places the encrypted value of the plaintext password into a table. This functions fine when called from SQL*Plus, but called from Forms places the original plain text value into the table.
The encryptPassword procedure is defined as follows:
PROCEDURE...
Hi, I wonder if anyone can help with this.
We have a stored procedure called InsertStaff that inserts records into several tables and calls another procedure called encryptPassword that has been defined in the same package.
When calling the InsertStaff procedure from SQL*Plus or via a Java...
Our Oracle developer has looked at the code and discovered that the trigger(s) in question did not like the use of a char type variable, as opposed to a varchar2 type variable. Changing this type appears to have resolved the issue.
Rich
It looks authentic as it is displayed as an unhandled exception on a WHEN-VALIDATE-ITEM trigger.
Unfortunately, there is no easy way of knowing exactly which instance of this trigger it refers to (the situation is such that a great deal of information is being automatically populated in the...
Yes, that is definitely the code I get and I can reproduce it quite easily, but it does only happen under certain circumstances (the circumstances being certain combinations of information required by our system).
Regards
Richard
We are in the process of converting Forms 4.5 modules to Forms 6 and testing them against a 9i database. For the most part, this is going okay. However, in one instance we are getting the error ORA-00767, but there is no description in the error text, the server messages and codes manual, or...
You need to make sure that you close the document when you have finished writing:
document.close();
This will prevent you from writing any additional information to the page.
Rich
Cheers, mate.
I realised I could just use href='#' since the function carries out the submission and it doesn't matter if the page jumps to the top since that is where the link is anyway.
Okay, I got the stuff to work based on all the suggestions, however, some changes have had to be made which means that I cannot call this function from the href attribute - I am now having to pass 'this' back to the function which means that the window gets passed back and not the anchor object...
Mmmm, so it is!!
Must admit, I've never used Javascript in the href attribute before - never realised it could be done (I've only been picking it up as I go along so have big gaps in my knowledge).
I'll do this when I get back to work tomorrow.
Cheers for your help
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.