Validating URL and Email Addresses with regexp in Lotus Notes

I needed to recreate this from scratch, and so I’m documenting this here for the next time. Most of the credit should go to Julian Robichauxand his ls2j examples db, and in particultar the JakartaOroWrapper Library My “invention” involves creating Continue reading Validating URL and Email Addresses with regexp in Lotus Notes

can’t use @ThisName in Hide-When formulas, LOTUS NOTES meta coding FAIL

I had hoped to use the “@ThisName” to get the suffix of the field name “Comment_1” and hide it if the Field “Status_1” is “Pending” by doing this : 1234Suffix := @Right(@ThisName; "_"); EmpListFieldName := "Status_" + Suffix; Status_value := Continue reading can’t use @ThisName in Hide-When formulas, LOTUS NOTES meta coding FAIL