On Sep 18, 4:35 am, UberGeekGirl <[EMAIL PROTECTED]> wrote: > 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.
Ah, I see. I changed my back-end RQL code from a PreExecute block to an RDExecute template and then I was able to access the Request.QueryString to read URL parameters. That works great! I didn't run into any of the pitfalls you describe since the code is relatively self-contained and just needed a few values passed in from the calling page. The page GUID example was probably a confusing one as what I really needed was the ability to pass in the value I had already obtained elsewhere, which was just the generic problem of passing parameters. I wasn't actually trying to read the current page GUID from an inf element. Thanks for the help... - Keith --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
