shai1 Posted January 21, 2002 Posted January 21, 2002 I'm currently working on a database with CDML interaction. I want to be able to edit multiple records at one time from the "Results" page. By edit, I mean I would like to have the user(s) click a button on one or more records that would run a script to add the current date to a given field. The current problem is... Anytime a button is pushed, the -Format page is loaded changing the view of multiple records to the view of just the one record. I would prefer it if the operator could click a checkbox for each record to edit and then after clicking a submit button the script would run on each record. I don't know how to make this happen. I tried assigning a -RedId to each of the checkboxes but that didn't seem to do the trick. Thanks in advance, Dave
Keith M. Davie Posted January 21, 2002 Posted January 21, 2002 Dave, before you try running a script over the web you should become aware of the problems inherrent therein. Those problems have been widely discussed over this forum during the past year. Research is good for the soul.
shai1 Posted January 21, 2002 Author Posted January 21, 2002 Thanks for the input, but this site is going to be on an intranet with a max. number of five users at one time. I'm not too worried about multiple requests for the same script at the same time. I am open to suggestions on how to do what I'm looking for without scripts if you have any. I've been trying to create a form with checkboxes for each record, but because I have multiple recIDs at once, I'm having a hard time telling it where to put the current date info. Thanks, Dave [ January 21, 2002: Message edited by: shai1 ]
Recommended Posts
This topic is 8411 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now