| Title: | IsAuthenticated() and IsAuthorized() |
| Date: | 01/03/03 12 Posts |
| Summary: | Good news! CFMX has done away with advanced security and replaced it with roles-based security, touted as "a lot more flexible, easier to work with and more reliable than the [a]dvanced security model." Resources provided. |
| Title: | Newbie School of Hard Knocks (More Ignorant Questions) |
| Date: | 01/03/03 8 Posts |
| Summary: | Although you can always check your database for duplicates before inserting a record, it would be better to design your database to *prevent* duplicates by creating an index on unique fields. |
| Title: | Outputing Part of Memo Field |
| Date: | 01/03/03 13 Posts |
| Summary: | Need to pull leading memo text to use as a teaser? Try #REReplace(Left(String,150),"^(.* ).*","\1")# or the UDF included in this thread. |
| Title: | Pre-Populating a "file" Form Field |
| Date: | 01/03/03 16 Posts |
| Summary: | Is there any way to prefill a form field of INPUT TYPE="file" when the form is redisplayed for validation reasons? No, this is not possible. In fact, it was designed that way for security reasons. |