PDA

View Full Version : Dynamic Text on Protected Page


gjdunn405023
05-31-2010, 12:26 PM
I'm trying to add a Dynamic Text element that is linked to the users Recordset to the protected_Page.php. Nothing I do will show the results. What am I doing wrong? (If I don't filter the data, the first one shows - not very helpful).

Regards.

Jimmy Wu
06-01-2010, 12:46 PM
How are you adding the dynamic text to the page? It looks like you're filtering it incorrectly. Maybe checking the wrong field against the value? If you could give some additional information or attach the page to this thread with the dynamic text added to the page, that would be helpful to debug the issue.

gjdunn405023
06-03-2010, 06:31 AM
I tried every possible combination of filtering, and nothing seemed to work. Then for some obscure reason, I added a Session tag to the file and my Dynamic Text worked the way I expected.

Thanks for the help.

Jimmy Wu
06-03-2010, 12:31 PM
Was the filtering being done on a session variable? That might be the reason that it worked after adding the session. Well, in any case, I'm glad you were able to get it worked out. If you run into any additional issues, feel free to open a new thread.