Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
RAP
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Referencing a pipeline field by name
rbuser
December 2006
edited December 2006
in
RAP
Howzit,
Using RB 10.04 with Delphi 7
Is there a way to reference a pipeline field by its name rather than its
alias. Currently I am using MyPipeline['Field Alias'], but i want to
reference the field by its underlying name.
Regards,
Gilbert Grant
Comments
nardmoseley
December 2006
edited December 2006
Youcan call datapipeline GetFieldValue and pass the field name
GetFieldValue(aFieldName: string): Variant
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
This discussion has been closed.
Comments
Youcan call datapipeline GetFieldValue and pass the field name
GetFieldValue(aFieldName: string): Variant
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com