Progress
ADM 2 Reference
columnQuerySelection (sbo.p)
Returns CHR(1)-separated string with all operators and values—but not the fieldnames—that have been added to the Query for this column by assignQuerySelection(). SmartBusinessObject version of the SmartDataObject function.
Parameters:INPUT pcColumn AS CHARACTER
Name of the column of interest, qualified with the ObjectName of the owning SmartDataObject.
Returns: CHARACTERNotes:
- For example, if the query contains
"
custnum > 5 and custnum < 9"
, then this function will return:"
>#5#<#9"
(the"
#"
represents the CHR(1) character). The field name"
custnum"
is not included in the return.- This override is needed to take a RowObject column as input and pass the mapped database column to the super procedure in
query.p
. The data returned reflects the QueryString/QueryColumns properties maintained by the assignQuerySelection. These values might not have been used in an openQuery yet.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |