1. Miguel Leeuwe
  2. PowerBuilder
  3. Wednesday, 21 November 2018 03:16 PM UTC

In the past, when doing some dynamic translations in my code, I had an application that would drill down from Windows to all objects on it, the objects and datawindows, reports/ ddw's and nested dddw's or reports.

One of the problems I had was that with nested reports or dddw's there was no way to get the child.

A trick I used for that was to make PB "think" that the dw type was grid (anything else then tabular/freeform) and then getChild() would work.

(See https://pbbraindump.wordpress.com/2008/05/09/nested-report/ all the way down).

 

Can we get GetChild() to work on any (nested) dw-type?

cheers, Miguel

 

 ------

I know it’s an old post, but here it is:

From TekTips:

pgaec (Programmer)30 Jan 04 01:23
Source: http://www.justpbinfo.com/pbtips/getchild-nested.asp
——————————————————————————-
Getchild() provides a reference to a child DataWindow or to a report in a composite DataWindow, which you can use in DataWindow functions to manipulate that DataWindow or report.

According to the definition above, a call to GetChild ( ) for the nested report that is part of a tabular (or other) DataWindow fails and the function returns -1. So there is no way you can get a reference to the nested DataWindow that is part of a non-composite DataWindow.

The following method enables the usage of the getChild() function also on such non-composite DataWindows.

1. Export your Tabular, Freeform, Grid, Graph ( or whatever ) style base DataWindow in the library painter.

2a. In the third line of the export file change “processing=0” (or whatever) to “processing=5”. This is the actual trick ie. to impose the functionality of a composite DataWindow (it has processing=5).
2b. Instead of doing 2a., you could instead do a “modify()” to (temporarily) change the processing to 5, just as long as you need it. (added by MiguelL), you then don’t have to do step 1, 2a, nor 3

3. Import the exported and modified file back.

4. You can call GetChild ( ) on your nested DataWindow as you “normally” would.

Now you have the power of the datawindowchild functions at hand, which means you could easily modify nested reports after the retrieve ie. Filtering and Sorting etc.

NOTICE:

The method described above is an undocumented and NOT SUPPORTED by Sybase and should be used with caution.

Comment by leeuwemiguel | August 26, 2015 | Reply


Responses (1)
  1. Likes
  2. Latest
  3. Oldest
Loading...

Find Questions by Tag

.EXE .NET Assembly .NET Core 3.1 .NET Core Framework .NET Std Framework 32-bit 64-bit ADO.NET AEM Algorithm Amazon AWS Android Apache API APK App Store App Store (Apple) Appeon Workspace Appeon Xcelerator Plug-in Architecture Array ASE Authentication AutoCompiler Automated Testing Automation AutoScript Azure Barcode Base64 Batch BigData BLOB Branch & Merge Browser Bug Bui Button C# C# Class Importer C# Editor Calendar Camera Certificate Chrome Citrix Class Client Client/Server Cloud Cluster Collection COM Command Line Compiler Compression Computed Field Configuration Controls Cookies Cordova Crash Cross-Platform Crosstab CSharpAssembly CSharpObject CSS CSV Cursor Data Database Database Driver Database Painter Database Profile Database Provider DataObject DataSource DataStore DataStore (C#) DataStore (PS) DataType DataWindow DATE DATETIME DB2 Debug Debugger Debugging Deployment Design DLL DO-WHILE Dockable Documentation DOUBLE Download DragDrop Edge Edit Style Editor Elevate Conference Email Embedded SQL Emulator Encoding Encryption Enhancement Request Entity Entity Framework ERP Error Event Event Handler Event Handling Excel Exception Export Expression External Functions F# Field File File Access Filter Firefox Firewall Font FOR-NEXT Foreground Format Function Garbage Collection Generate Data Models GeoLocation Git Graph HANA Hash Header HTML/5 HTTP/S HTTPClient Icon IDE Identity IIS IMAPI Import InfoMaker Inheritance Installation Integer IntelliSense Interface Internet Internet Explorer iOS IPA iPad iPhone IWA J# Java JavaScript JBoss JDBC JOIN JSON JSONGenerator JSONParser Kestrel Label Lambda Large File LDAP Library License LINQ Linux OS Load Balancing Localization Localized PBVM Log In Log Out Logging LONG LONGLONG macOS MAPI Maps MDI Memory Memory Leak Menu Merge MessageBox Messagging Method Migration MIME TYPE Mobile Model ModelMapper ModelStore ModelStore (C#) MSOLEDBSQL Multi Threading MVC MySQL n-Tier Namespace NativePDF NVO OAuth ODATA ODBC Office Offline OLE OLEDB Online Open Source OpenAPI OpenSSL Oracle OrcaScript Other Outlook Output Package Parameter Patch PayPal PB Classic PB Native PB.NET PBC PBD PBDOM PBG PBJVM PBL PBNI PBORCA PBVM PBX PDF Performance Permission PFC Picture Pipeline Play Store (Google) Plugin Popup Port POST PostgreSQL PowerBuilder PowerBuilder (Appeon) PowerBuilder (SAP) PowerBuilder Compiler PowerScript (PS) PowerServer PowerServer Mobile PowerServer Toolkit PowerServer Web Print Properties Proxy Publish PULL PUSH Query Regression Release Renew Resize Response REST Retrieve RibbonBar RibbonBar Builder Roadmap RPC Runtime Packager SaaS Script SDI SDK Security Server Service Session Single Sign-on Size SMTP SOAP Sort Source Code Speech Recognition SQL SQL Anywhere SQL Server SqlBuilder SqlExecutor SQLite Storage Stored Procedure Subscription SVN Swagger Syntax Tablet TabPage Target TE Control Testing Text TFS TIME Timer TLS/SSL Tomcat TortoiseGit TortoiseSVN Transaction Transparency Trial Trigger TRY-CATCH TX Control Type UI ULONG UltraLite Uninstall Unit Test Unit Testing UNIX OS Update Upgrade Upload URL User Center User Object UWP Validation VARCHAR Variable Versioning Visual Studio Visual Studio Code VM Voice Warning WCF Web Extensions WebBrowser WebForms WebLogic WebSphere WildFly WinAPI Window Windows OS WinForms Wizard Workgroup Workspace WPF XCODE XHTML XML Zoom

Helpful?

If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.