This document uses the following notational conventions:
name -- italics are used for placeholders
| -- separates different choices
[ ] -- surrounds optional items
PowerBuilder use the following registry keys:
HKEY_CURRENT_USER\Software\Sybase\PowerBuilder\7.0
HKEY_LOCAL_MACHINE\Software\Sybase\PowerBuilder\7.0
InfoMaker uses the following registry keys:
HKEY_CURRENT_USER\Software\Sybase\InfoMaker\7.0
HKEY_LOCAL_MACHINE\Software\Sybase\InfoMaker\7.0
DataWindow Builder uses the following keys:
HKEY_CURRENT_USER\Software\Sybase\DataWindowBuilder\7.0
HKEY_LOCAL_MACHINE \Software\Sybase\DataWindowBuilder\7.0
International versions will add a one letter suffix to the version (i.e. 7.0u)
u - Unicode
j - Japanese
Through the remainder of this document, the product's HKEY_CURRENT_USER key will be abbreviated to product-hkcu and the product's HKEY_LOCAL_MACHINE key will be abbreviated to product-hklm.
Painter NamesBoth URLs and the command line make use of painter names.
The following painter names are valid for PowerBuilder, InfoMaker, and DataWindow Builder:
http
ftp
mailto
execute
wizard
Database
DBProfile
DataPipeline
FileEdit
Library
Query
Report
RunReport
The following additional painter names are valid for PowerBuilder:
Application
DataWindow
Debug
Function
Menu
Project
RunWindow
Structure
UserObject
Window
The following additional painter names are valid for InfoMaker:
Form
The following additional painter names are valid for DataWindow Builder:
DataWindow
Internet URL format is identified by the leading slashes "//" and follows the pattern:
<service>://<user>:<password>@<host>:<port>/<url-path>
This format is usually extended to support parameters with the following format:
<service>://<user>:<password>@<host>:<port>/<path>
?<name>=<value>&<name>=<value>
The following parts may be excluded:
<user>:<password>@
:<password>
:<port>
/<path>?<name>=<value>&<name>=<value>
?<name>=<value>&<name>=<value>
&<name>=<value>
The following part may be repeated at the end of the pattern:
&<name>=<value>
The service may only consist of the characters:
a-z 0-9 . + -
In the path on Wintel, the following translations occur:
: |
\ /
In the name and value sections, the following translations occur:
space +
+ %2b
In the user, password, host, and port sections, the following

