how to reparent existing components through code
hi,
i need to make some changes to existing customized POS reports
for example, i need to place some tpp components into a new region and
shiftrelative that region.
now i can add or delete components in the saved design but i'm missing
something in the process of reparenting existing components to a region.
i can't simply delete and recreate cause that will result in customization
loss...
tia,
marc
i need to make some changes to existing customized POS reports
for example, i need to place some tpp components into a new region and
shiftrelative that region.
now i can add or delete components in the saved design but i'm missing
something in the process of reparenting existing components to a region.
i can't simply delete and recreate cause that will result in customization
loss...
tia,
marc
This discussion has been closed.
Comments
myLabel.Band := myReport.Detailband; // label's parent is detail band
myLabel.Region := myRegion; // label's parent is region
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
it had to be something simple
another question:
how do i delete rap code assigned on the for example BeforePrint of a
GroupFooter?
tia,
marc
delete a RAP program by calling Program.Free.
http://www.digital-metaphors.com/rbWiki/RAP/Fundamentals/How_To...Modify_RAP_Programs_in_Code
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com