Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SubReport
Message
 
 
To
17/06/2005 17:07:26
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Title:
Miscellaneous
Thread ID:
01024501
Message ID:
01024564
Views:
19
Breno,

try this...
 WITH Myreport
      *-- Passons toutes les sections
      FOR EACH Sect IN .crReport.sections
        *-- Passons tous les objets.( crSubreportObject , crCrossObjects etc...
        FOR EACH rptObject IN Sect.ReportObjects

          IF rptObject.kind = 5 && crSubreportObject...
             DEBUGOUT rptObject.NAME
 
          ENDIF

        ENDFOR

      ENDFOR


    ENDWITH
>Hi,
>
>As I make to know the name of all subreport of mine report.
>
>Thank's
Previous
Reply
Map
View

Click here to load this message in the networking platform