on 2016 Feb 04 7:13 PM
We would like to prepare a PB 12.5.2 PBL with datawindow objects only and send it to a customer who uses Infomaker 12.6. Does anyone know whether this can and should be done?
We had some problems doing this when InfoMaker was initially installed on Windows 10 where InfoMaker would "GPF". SAP recommended installing Infomaker on a prior version of Windows, which our customer has done.
I am nervous about having them set a PowerBuilder PBL as the InfoMaker working PBL, and then experiencing problems and not be able to use InfoMaker to set the working PBL back. Thus I have a second question - if this happens, does anyone know how to change the InfoMaker working PBL outside of InfoMaker itself?
Rather than preparing a PBL for them we thought we would export datawindow objects and let them import the ".srd" files into their InfoMaker PBLs. It seems, however, that InfoMaker does not support object export/import.
Thank you!
Hi Dan;
Part II => It seems, however, that InfoMaker does not support object export/import.
Actually IM does allow object imports because its really the PB IDE "in disguise". You'll need to change the registry in order for the IM IDE to reveal the Library Painter's full features.
FYI ....
Windows Registry Editor
[HKEY_CURRENT_USER\Software\Sybase\InfoMaker\12.6\Toolbar]
[HKEY_CURRENT_USER\Software\Sybase\InfoMaker\12.6\Toolbar\1004 0]
"Items"="1268 -1 1630 1262 1618 1266 1614 1616 1620 1456 1322 -1 1640 2290"
HTH
Regards ... Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you very much, Chris and Terry. We now have import/export working in Infomaker, and this allows us to send datawindow objects back and forth between us and our customer. This is what we needed to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dan;
Yes, since IM is really PB "in disguise" - it actually uses the PB (VM) run-time engine to execute. Thus, the support for DWO's is inherent. You can attach & use any DWO source in a PBL in IM v12.6 as the DWO source is backwards compatible to a point. The breaking point for IM v12.6 are DWO's from PB 9 and lower because they are ANSI vs PB 10 and higher which source code are based on Unicode instead.
Note: You can not use a PB or IM v12.6 DWO in a lower PB or IM release.
HTH
regards .. Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
IM will want to migrate the pbl, since the pbl is from an earlier version.
The import/export trick does work.
If you want to have a better idea what you can do by changing registry entries, take a look at this old PBDJ article I wrote for IM/PB 9: InfoMaker
Some of the hacks that worked in 9 (e.g. allowing you to write script in the IM Form painter) no longer work with newer versions.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.