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

  • Home
  • SEARCH
  • 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 8388891
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T18:34:25+00:00 2026-06-09T18:34:25+00:00

I have created a table in OpenEdge using ABL. I’m now trying to display

  • 0

I have created a table in OpenEdge using ABL. I’m now trying to display the table in a UltraWinGrid. I have been following the information found here:

  • http://devcenter.infragistics.com/Articles/ArticleTemplate.Aspx?ArticleID=1034
  • http://devcenter.infragistics.com/Articles/ArticleTemplate.Aspx?ArticleID=1037

However these are written in c# and vb so the code is not prefect.

So I have a table called test and I’ve created a dataset like so

 DEFINE DATASET WINTEST FOR TEST. 

but i want to know how to link that dataset to the ultraGrid. the links about use the code

UltraGrid1.DataSource = DataSet 

however this doenst work with ABL. Does anyone have any ideas how to link the table data with the UltraWinGrid?

  • 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-06-09T18:34:26+00:00Added an answer on June 9, 2026 at 6:34 pm

    I’ve not used the infragistics grids, but generally what you’d need to do to get a grid populated is –

    . Create a ProBindingSource. Use the ProBindingSource designer to define / import the details of the tables and fields you will need.

    . The ProBindingSource will become the datasource for your grid, so either set the datasource property in the designer or use the syntax you have above.

    . You then need to get the ProBindingSource populated. To do this you would attach either a query, a buffer or a ProDataSet. You attach it using the :handle property of the ProBindingSource. I tend to use a query, so something like –

    define query qCustomer for customer scrolling.
    
    open query qCustomer
        for each customer
        no-lock.
    
    assign pbsCustomer:handle = query qCustomer:handle.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a table with the following columns: ObservationId, FirstCreatedDate, description, ... ...
I have created one table using the below command: create table Table1( Id int
I have created a table and now i wanted to change the width of
I have created a table on my application same following code <table class=spreadsheet> <tr>
I am new to iphone development. I have created grouped table and display the
I have created table using this command successfully create table Person( first_name varchar(25) not
I have created a table using qtablewidget. The table contains a few buttons. I
I have created a table layout in xml. At runtime, i am using a
I am using datatables. ( http://datatables.net/ ) I have created a table. There is
i have created table using Sqlite3.and also inserted record in that table.its running successfully.but

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.