logo

Using a form as a database's Homepage

What do you do when the options of what to do when a database is opened via the web just aren't good enough? Wouldn't it be useful if you could have the database open a form as the first thing the us...

Keywords: launch, open, form, navigator | Category: Quick Tips | Read »

A Radio Button Quiz

This example is going be a little quiz using Radio-Buttons and JavaScript (not a quiz about radio-buttons as the title may suggest). It is not that I thought of this as a useful application, more tha...

Keywords: radio, array, math | Category: JavaScript | Read »

Listing search results in groups

Searching domino may be simple and, sometimes, even powerful, but when it comes to displaying the results in a browser we, the developers, are left fairly restricted. There seem to be several ways of...

Keywords: search, results | Category: Miscellaneous | Read »

Display Rich Text fields in a view

Ever wanted to show part of a Rich Text field in the column of a view. I'll bet my grandma that you have. Well this is possibly the easiest/only way; I can't believe I didn't know about this simple @...

Keywords: Rich Text, Column, Abstract, Views | Category: Views | Read »

Create a 'Delete Document' link

Place the following @Formula in to a Computed-Text hotspot (marked as Pass-Thru HTML) on a form in order to create a Delete action. ...

Keywords: Delete, confirm, link | Category: Forms | Read »

Marking fields as required

When a form is shown to the user on the web it is a good idea to let them know which fields are compulsory. The ...

Keywords: fields, required | Category: Forms | Read »

JavaScript PickList, Version 1.1

If I had a penny for every posting on Notes.net that asks about reproducing @PickList functionality on the web I would have about, oooh, two pounds. There is a response somewhere on there, from mysel...

Keywords: PickList, View, JavaScript | Category: Miscellaneous | Read »

JavaScript @Now Equivalent

Have you ever needed to set a field's value to the current time? Probably. Just put @Now in the Default Value event of the field. But, this is the time that the server thinks it is! What if you want ...

Keywords: date, time | Category: JavaScript | Read »

Checking for attachments in JavaScript

Have you ever needed to validate a form and check that there is at least one attachment? I did this recently and came up with the following solution. Place the following Formula in to the HTML Header...

Keywords: attachment, upload, limit | Category: JavaScript | Read »

Creating a quick link launch box

I came up with this solution from a requirement of a contact management db I was working on. Every page on the site needed to have a list of the "agencies" and "contacts" with links to open the respe...

Keywords: view, link, open | Category: Miscellaneous | Read »

‹ Previous | « Firsticon Page 13 of 16Last » | Next ›