Hi All,
I’m having issues with the Miva bf_encrypt() function, I have the following code:
<MvASSIGN NAME="l.Encrypt_Key" VALUE="oT4abMN4OtYcb6Gr">
<MvASSIGN NAME="l.Full_Name" VALUE="Robin McDermott">
<MvASSIGN NAME="l.Encrypt_OK" VALUE="{bf_encrypt( l.encrypt_key, l.Full_Name, l.Encrypt_Full_Name )}">
The results are l.Encrypt_OK is always zero and the l.Encrypt_Full_Name is always null
I know the function exists because if I change the name to say bf_encrypt1() I get a compile error and if I l.Encrypt_Full_Name to ‘l.Encrypt_Full_Name’ I also get a compile error.
Thanks.
Regards, Robin
I’m having issues with the Miva bf_encrypt() function, I have the following code:
<MvASSIGN NAME="l.Encrypt_Key" VALUE="oT4abMN4OtYcb6Gr">
<MvASSIGN NAME="l.Full_Name" VALUE="Robin McDermott">
<MvASSIGN NAME="l.Encrypt_OK" VALUE="{bf_encrypt( l.encrypt_key, l.Full_Name, l.Encrypt_Full_Name )}">
The results are l.Encrypt_OK is always zero and the l.Encrypt_Full_Name is always null
I know the function exists because if I change the name to say bf_encrypt1() I get a compile error and if I l.Encrypt_Full_Name to ‘l.Encrypt_Full_Name’ I also get a compile error.
Thanks.
Regards, Robin
Comment