Question
United health group
IN
Last activity: 29 Mar 2016 1:32 EDT
How to use embedded page list in a datapage to display values in drop down
Hi Team,
I have a drop down which needs to be populated with data from a declarepage.PageListProperty.PxResults.
Example:Declare_RDUrFWEnvSettings.MaintainCodeValue.pxResults
Can we use this directly to display drop down values without copying MaintainCodeValue.pxResults to another page and then use it for display
I have used the control in this way before yes, and its complained about the page unless I've defined it prior to entering it.
To be clear though, you are explicitly adding results to Declare_RDUrFWEnvSettings.MaintainCodeValue.pxResults, this shouldn't be just simply be Declare_RDUrFWEnvSettings.MaintainCodeValue as a pagelist?
pxResults is defined on \@baseclass, so if its complaining about not being able to find it, it likely hasn't recognised either, Declare_RDUrFWEnvSettings.MaintainCodeValue or Declare_RDUrFWEnvSettings rather than the pxResults property itself.