Forums
This topic is locked
Is it possible to code in UD4?
Posted 12 Oct 2001 23:43:06
1
has voted
12 Oct 2001 23:43:06 Daniel Chan posted:
I would like to list the records I retrieved from the underlying dB ( I use SQL7) with a list of checkboxes associated with each record. At the bottom of the page, I have 2 group of buttons. On the left, the group collects navigation buttons (First, Previous, next, End) and on the right I have group of control buttons (Search,Add,Edit,Delete,Print). I have figured out the left group can be done with UD4 nivigation server behavour. However, I need the user the check the checkbox indicating the current selected record before they click Edit/Delete. I figure out I can code in JS to ensure the checkboxes are mutual exclusive. My problem is how can I link the selected checkbox to the Edit/Delete buttons? The reason I need to allow viusually impaired users to access the web page.
The current UD4 is limited as the link is supposed to link to text/image fields within the repeated region. The check box is within the region but there is no link defined at the Edit/Delete button which is outside the repeated region.
The example I am looking for is closely resemble to hotmail or Geocities File mananger type of interface.
Can anyone help?
current config (W2K,SQL7,ASP,Javascript)