Using an EJB Proxy project – PB Docs 2017
Using an EJB Proxy project To create a new EJB Client Proxy project, select either of the following from the Projects page of the New dialog box: EJB Client Proxy icon EJB Client Proxy Wizard icon EJB Client Proxy icon The EJB Client Proxy icon opens the Project painter for EJB proxies so you can…
Modifying source-controlled targets and objects – PB Docs 2017
Modifying source-controlled targets and objects Contents Effects of source control on object management Opening objects checked in to source control Copy and move operations on source-controlled objects Editing the PBG file for a source-controlled target Objects in targets under source control must be managed differently than the same objects in targets that are not under…
EditMode – PB Docs 2018
EditMode property for PowerScript controls Applies to InkPicture controls Description Specifies whether the editing mode of the control is set for drawing ink, editing ink, or deleting ink. Usage In a painter To specify the mode of ink collection: Select a value from the EditMode drop-down list on the Ink page in the Properties view….
VProgressBar control – PB Docs 2019
VProgressBar control You can use a progress bar to indicate the progress of a lengthy operation, such as an installation program that copies a large number of files. The VProgressBar control is a vertical rectangle that fills with the system highlight color as the operation progresses. Properties VProgressBar property Datatype Description AccessibleDescription String A description…
Properties for .NET Assembly project: Run tab – PB Docs 2021
Properties for .NET Assembly project: Run tab Description Specify command-line arguments and the directory in which the application calling the deployed assembly will start. Note that .NET Assembly is an obsolete feature in PowerBuilder. An obsolete feature is no longer eligible for technical support and will no longer be enhanced, although it is still available….
CalendarTitleTextColor – PB Docs 2021
CalendarTitleTextColor property for PowerScript controls Applies to DatePicker and EditMask controls Description The CalendarTitleTextColor property specifies the color used for text in the calendar’s title. Usage This property does not work on the Windows 8.1/10 operating system. In a painter Select the desired color from the TitleTextColor drop-down list on the Calendar tab page of…
Invoke – PB Docs 2022
Invoke Description Calls methods in PowerBuilder native classes. Syntax
|
1 |
Invoke(IPB_Session * session, pbobject obj, pbmethodID mid, PBCallInfo *ci) |
Argument Description session This IPB session obj The PowerBuilder extension object to be invoked mid The pbMethodID returned by GetMethodID ci The parameters and return value setting for the call Return value PBXRESULT.PBX_OK for success. Examples In this example, the method invoked depends on the…
C0107 Compiler Error – PB Docs 2022
C0107 Compiler Error Message text Open/execute command with descriptor must reference dynamic cursor/procedure. Explanation PowerBuilder has four dynamic SQL formats. If you use an OPEN or EXECUTE statement with a descriptor, you must reference a dynamic cursor or procedure. Two statements in this example generate C0107 because they reference a cursor or procedure that was…
About the PBODB120 initialization file – PB Docs 120
About the PBODB120 initialization file What is the PBODB120 initialization file? When you access data through the ODBC interface, PowerBuilder uses the PBODB120 initialization file (PBODB120.INI) to maintain access to extended functionality in the back-end DBMS for which ODBC does not provide an API call. Examples of extended functionality are SQL syntax or function calls…
How to maintain extended attributes – PB Docs 125
How to maintain extended attributes PowerBuilder provides facilities you can use to create, modify, and delete display formats, edit styles, and validation rules independently of their association with columns. The following procedure summarizes how you do this. To maintain display formats, edit styles, and validation rules: Open the Database painter. Select View>Extended Attributes. The Extended…