Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6162915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:44:15+00:00 2026-05-23T21:44:15+00:00

How can i get an array of all objects in specific band, Detail or

  • 0

How can i get an array of all objects in specific band, Detail or Header for example?

I success to get all objects using:

dw_1.Describe("datawindow.objects")
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T21:44:16+00:00Added an answer on May 23, 2026 at 9:44 pm

    You need to get the datawindow.visualobjects property that lists all the visible objects and for each object, you ask object_name.band to check if you want it.

    An example that reuses the PbniRegex (that provides the uo_regex object in the code below) to simplify the properties parsing :

    public function long of_get_band_controls (string as_band_name, ref string as_controls[]);
    string ls_empty[]
    int i, j
    as_controls[] = ls_empty[]
    
    uo_regex lnv_regex
    lnv_regex = create uo_regex
    lnv_regex.initialize( "([^\t]+)", true, false)
    i = lnv_regex.search( describe("Datawindow.visualobjects") )
    for j = 1 to i
        if describe( lnv_regex.match( j ) + ".band" ) = as_band_name  then
            as_controls[ upperbound(as_controls[])+1 ] = lnv_regex.match( j )
        end if
    next
    destroy lnv_regex
    
    return upperbound( as_controls[] )
    end function
    

    That code comes from a datawindow herited object, hence it gets direct access to the describe method.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please tell me how can I get array of all Those DIV of specific
Can get all triples with value null in specific field? All people with date_of_birth
The short version: How can I get a list of all the objects (including
How can I get an array of values from an associative array ? Associate
how can i get elements uniquely from an array
how can i get [user_id] from this array? Array ( [2] => cbpaidSubscription Object
How can I get the last key of an array?
I wanted to know how can we get the index of the array if
If I have an array as $keys => $values , how can I get
This is what I have: All objects that can be persisted on the database

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.