But there are only pb application examples in the pb.ini since pb8.
I thought of parsing the workspace (.pbw) and the target (.pbt) to get the lib
list. Is it the good way to go ?
---== Posted via the PFCGuide Web Newsreader ==---
http://www.pfcguide.com/_newsgroups/group_list.asp
What you could do is check the registry for the list of targets and then read
each of those files to get the library list.
The registry key is (targets):
HKEY_CURRENT_USER\Software\Sybase\PowerBuilder\8.0\Target
Workspace:
HKEY_CURRENT_USER\Software\Sybase\PowerBuilder\8.0\Workspace
On Thu, 17 Jul 2003 06:59:12 -0700,
in powersoft.public.powerbuilder.powerscript
- - -
Andy [TeamSybase]
Techwave 2003 - http://www.sybase.com/techwave2003
International Sybase User Group (ISUG) - http://www.isug.com
CodeXchange - http://powerbuilder.codeXchange.sybase.com/
But i cannot use the registry for target because it doesn't contain the libList.
It is in the .pbt file.
On Thu, 17 Jul 2003 10:40:55 -0700,
in powersoft.public.powerbuilder.powerscript