I think the problem you are encountering is because you are trying to do "write" RQL in a pre-execute block. You can only do Read RQL in this way. To do write RQL, you need to use RDExecute.
Be pre-warned, RDExecute happens after PreExecuted. It is important to know where in the hierarchy you are finding your information. If you have an ASP variable (assuming you are scripting in ASP, but the concept is the same for other languages) set in PreExecuted, you will need to do some interesting response.write(s) for your RDExecute code to be able to "use" it. Take heart, although there is a lot of logic behind what you are trying to do, it can be successfully done. We currently have a very large project that is doing ASP and RQL logic on every page load in SmartEdit and setting/resetting element values if necessary. Good Luck, Ashley --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
