Vaughan Posted October 26, 2000 Posted October 26, 2000 CDML only allows action on one record at a time. Actually when you stop and think about it, you can only work on one record at a time in FMP as well, so it's not really a limitation of CDML, it's a database thing. The obnly way to work on multiple records in FMP is to use scripts. Use the -Script CDML tag to call a script that will do your multiple record stuff. be very, very careful to make sure that the script works over the web correctly especially if it invoves editing or deleting records.
proton Posted October 26, 2000 Posted October 26, 2000 Hi again. Sorry, I know this has been asked already, but can one find a group of records and automatically update them using CDML? How does one do this? Please help. Thanks in advance.
proton Posted October 26, 2000 Posted October 26, 2000 quote: Originally posted by Vaughan: CDML only allows action on one record at a time. Actually when you stop and think about it, you can only work on one record at a time in FMP as well, so it's not really a limitation of CDML, it's a database thing. The obnly way to work on multiple records in FMP is to use scripts. Use the -Script CDML tag to call a script that will do your multiple record stuff. be very, very careful to make sure that the script works over the web correctly especially if it invoves editing or deleting records. Thanks Vaughan...dammit..didn't want to have to use scripts. Guess I'll have to work it that way...thanks for the advice..laters.
Recommended Posts
This topic is 8862 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